how to match input images with dataset?

1 visualización (últimos 30 días)
Nilesh Ugale
Nilesh Ugale el 15 de Mzo. de 2016
Editada: Nilesh Ugale el 18 de Mzo. de 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.

Respuesta aceptada

Explorer
Explorer el 15 de Mzo. de 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 comentario
Nilesh Ugale
Nilesh Ugale el 18 de Mzo. de 2016
Editada: Nilesh Ugale el 18 de Mzo. de 2016
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?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by