How to identify different images using OpenCV android?

asked 2013-07-17 09:48:43 -0600

Peliks gravatar image

updated 2013-07-17 09:54:12 -0600

Hi everyone, we are going to detect/identify the rice disease based on the segmented damaged part (3rd picture). The first picture has a disease called "Brown Spot" and the bottom is called "Rice Blast" and we have a plan on identifying other diseases. We are using opencv4android.

Basically these rice diseases vary mainly on colors and shape. Do you have an idea on how we are going to identify the different diseases? Thank you in advance.

This is the image. RiceDiseaseImage

edit retag flag offensive close merge delete

Comments

It seems non-trivial. You should look into image processing and feature detection. Then maybe apply learning methods and classifiers to determine which disease it is. I am new to OpenCV so I don't know the exact how-to but some reading on those topics should help.

SergioBasurco gravatar imageSergioBasurco ( 2013-07-17 11:02:05 -0600 )edit