(bug)The showMatchedFeatures function blocks when used in an .mlx file

24 ビュー (過去 30 日間)
xingxingcui
xingxingcui 2025 年 11 月 20 日 7:56
The showMatchedFeatures function blocks when used in an .mlx file, preventing subsequent statements from executing!
R2026a prerelease on Windows
For example, the code below hangs on the showMatchedFeatures function when run on the R2026a prerelease desktop version — it stays in a “Running” state and never prints the variable c.
img1 = imread("peppers.png");
img2 = img1;
pts1 = randi(500,30,2);
pts2 = pts1;
showMatchedFeatures(img1, img2, pts1, pts2, "montage");
a = 1;
b = 2;
c =a+b
c = 3

回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by