필터 지우기
필터 지우기

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 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