how to match input images with dataset?
조회 수: 2 (최근 30일)
이전 댓글 표시
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
채택된 답변
Explorer
2016년 3월 15일
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.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!