Whats I need to do for integrate Color Moments and FLANN using OpenCV?
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?
can you explain more about your features ? why do you need flann ? what exactly from it ? are you able to use c++ / jni ?
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!