Package org.opencv.features2d
Class BOWImgDescriptorExtractor
java.lang.Object
org.opencv.features2d.BOWImgDescriptorExtractor
public class BOWImgDescriptorExtractor extends Object
-
Field Summary
Fields Modifier and Type Field Description protected longnativeObj -
Constructor Summary
Constructors Modifier Constructor Description protectedBOWImgDescriptorExtractor(long addr) -
Method Summary
Modifier and Type Method Description static BOWImgDescriptorExtractor__fromPtr__(long addr)voidcompute(Mat image, MatOfKeyPoint keypoints, Mat imgDescriptor)intdescriptorSize()intdescriptorType()protected voidfinalize()longgetNativeObjAddr()MatgetVocabulary()voidsetVocabulary(Mat vocabulary)
-
Field Details
-
nativeObj
protected final long nativeObj
-
-
Constructor Details
-
BOWImgDescriptorExtractor
protected BOWImgDescriptorExtractor(long addr)
-
-
Method Details
-
getNativeObjAddr
public long getNativeObjAddr() -
__fromPtr__
-
getVocabulary
-
descriptorSize
public int descriptorSize() -
descriptorType
public int descriptorType() -
compute
-
setVocabulary
-
finalize
-