how to match input images with dataset?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Nilesh Ugale
am 15 Mär. 2016
Bearbeitet: Nilesh Ugale
am 18 Mär. 2016
I want to match input image with dataset. My project is Plant recognition by leaves, so I want to match the test image with datase and display its name.
0 Kommentare
Akzeptierte Antwort
Explorer
am 15 Mär. 2016
If test image is exactly same as database image, you can do this using template matching. But if it is not the case, you need to find an algorithm to extract distinct features from research papers and code that algorithms. Those features can later be matched with features of database image using SVM or ANN for recognition.
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Find more on Image Segmentation and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!