how to recognise an input image from a set of images which contains the input image as one of the images by comparing the pixel values of the input image from that of the set of images??
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello sir,My problem statement is like this..I need to input an image using imread.In a folder there will be some 20 images.Our input image will b one among the 20 images.Now by comparing the pixel values of the input image with the pixel values of all the 20 images in the folder, i need to recognise that the input image has matched with one of the image in those 20 images.For this first I created a .csv file containing the pixels values of 17 feature points on each face for those 20 images.So now i need to compare the pixel values at the same 17 feature points on the input image with the pixel values of those 20 images in the.csv file.And then find a match that input image is present in those 20 images..how to do the comparison of pixel values is my problem..can any one help me plz...??
댓글 수: 0
채택된 답변
Sean de Wolski
2012년 2월 10일
Sounds like you need isequal to check fro digital equality.
doc isequal
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!