how to match input images with dataset?

1 次查看(过去 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.

采纳的回答

Explorer
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.
  1 个评论
Nilesh Ugale
Nilesh Ugale 2016-3-18
编辑:Nilesh Ugale 2016-3-18
Thank you for your valuable time given to us. It is real time capture image is not exactly same as database so please suggest me a code for following
how to get image distinct features & match with our dataset image?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by