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?
1 | initial version |
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?
2 | No.2 Revision |
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