Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
I have to find whether a camera image is present within 100 images.If it is present I want to do binarization,distance matching for all 100 images and camera image if the distance is same I want to print valid user.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have 100 images and I want to compare all images with a camera image(say 1) and if the camera image present in that 100 images and I have to do further process like grayscale,houghlines,distance matching,binarization for camera image and all other 100 images.If anyone of the distance is matched with contained 100 images I want to print valid user.
Thanks for your help in advance.
1 commentaire
Réponses (1)
Sai Bhargav Avula
le 20 Fév 2020
Hi,
c = isequal(imageFromSet, cameraImage);
By my understanding you want to compute if you camera image matches any of the image from the database and print the name of the user that it is matched with. If this is the purpose, then retrieveImages helps your purpose.
Hope this helps!
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!