public class BOWImgDescriptorExtractor extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
nativeObj |
Modifier | Constructor and Description |
---|---|
protected |
BOWImgDescriptorExtractor(long addr) |
Modifier and Type | Method and Description |
---|---|
void |
compute(Mat image,
MatOfKeyPoint keypoints,
Mat imgDescriptor) |
int |
descriptorSize() |
int |
descriptorType() |
protected void |
finalize() |
Mat |
getVocabulary() |
void |
setVocabulary(Mat vocabulary) |
protected final long nativeObj
protected BOWImgDescriptorExtractor(long addr)
public Mat getVocabulary()
public int descriptorSize()
public int descriptorType()
public void compute(Mat image, MatOfKeyPoint keypoints, Mat imgDescriptor)
public void setVocabulary(Mat vocabulary)
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable