Whats I need to do for integrate Color Moments and FLANN using OpenCV?

asked 2019-05-01 12:26:13 -0600

updated 2019-05-01 14:32:33 -0600

berak gravatar image

I have a project here that I need to identify leaves of unhealthy plants. For this I will extract features color, texture and outline from image for after to compare with a database, But I don't know how to do this using OpenCV at Android Studio (Java). Moreover, I need to use FLANN.

Can help me?

edit retag flag offensive close merge delete

Comments

can you explain more about your features ? why do you need flann ? what exactly from it ? are you able to use c++ / jni ?

berak gravatar imageberak ( 2019-05-01 14:32:03 -0600 )edit

Ciao,

Thanks for reply.

I need extract these features for define if my leaves is healthy or not. With this features I will use some classifier, for example FLANN, but I can use other function. Yes, I can Use C++.

Do you know what I need to do for integrate the color moments with FLANN or other function?

Thanks!

Ronilson Magalhães gravatar imageRonilson Magalhães ( 2019-05-16 20:58:12 -0600 )edit