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 long
nativeObj
-
Constructor Summary
Constructors Modifier Constructor Description protected
BOWImgDescriptorExtractor(long addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
compute(Mat image, MatOfKeyPoint keypoints, Mat imgDescriptor)
int
descriptorSize()
int
descriptorType()
protected void
finalize()
Mat
getVocabulary()
void
setVocabulary(Mat vocabulary)
-
-
-
Method Detail
-
getVocabulary
public Mat getVocabulary()
-
descriptorSize
public int descriptorSize()
-
descriptorType
public int descriptorType()
-
compute
public void compute(Mat image, MatOfKeyPoint keypoints, Mat imgDescriptor)
-
setVocabulary
public void setVocabulary(Mat vocabulary)
-
-