I find hard to display multiple images on axes
1 回表示 (過去 30 日間)
古いコメントを表示
Muhammad Awais Ali
2022 年 2 月 15 日
編集済み: Muhammad Awais Ali
2022 年 3 月 5 日
Dear
I have axes named axesQResult. I find hard to display all images thumbnails. in same window.
dbImages=imread(fullfile(app.source_folder,'\', file.name));
app.dbGrayImages = im2gray(dbImages);
app.DBFeatures = extractLBPFeatures(app.dbGrayImages, "Normalization","L2");
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!