Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to access BOWImgDescriptorExctractor in java?

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?

How to access BOWImgDescriptorExctractor in java?

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