how to match input images with dataset?

1 回表示 (過去 30 日間)
Nilesh Ugale
Nilesh Ugale 2016 年 3 月 15 日
編集済み: Nilesh Ugale 2016 年 3 月 18 日
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 Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by