IMAGE COMPARISON AND MATCHING
3 ビュー (過去 30 日間)
古いコメントを表示
I want to compare an image with all the images in my folder and show that image which has the highest matching percentage with the input image. Please help!!
0 件のコメント
回答 (1 件)
Bhargavi Maganuru
2020 年 2 月 17 日
You can use corr2 function to find correlation coefficient between input image and other images and get the image with the highest correlation score.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Filtering and Enhancement についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!