How to access BOWImgDescriptorExctractor in java?

asked 2014-08-27 11:43:06 -0600

thdrksdfthmn gravatar image

updated 2014-08-27 11:48:07 -0600

I am trying to do a CvNormalBayesClassifier and I need a BOWImgDescriptorExctractor object. I cannot find it to import. Is it build in opencv_java249.jar?

I have seen that I have to import com.googlecode.javacv.cpp.opencv_features2d.BOWImgDescriptorExtractor but it does not find something like this. I have build OpenCV with CMake and I have created the opencv_java249.jar and the libopencv_java249.so file. I have added them to my java project (based on grails, if this matters) and I have not managed to find the BOWImgDescriptorExtractor class. Help, please

edit retag flag offensive close merge delete

Comments

1

"Is it build in opencv_java249.jar?" - no.

berak gravatar imageberak ( 2014-08-27 13:59:24 -0600 )edit