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!