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 |
---|---|
static BOWImgDescriptorExtractor |
__fromPtr__(long addr) |
void |
compute(Mat image,
MatOfKeyPoint keypoints,
Mat imgDescriptor) |
int |
descriptorSize() |
int |
descriptorType() |
protected void |
finalize() |
long |
getNativeObjAddr() |
Mat |
getVocabulary() |
void |
setVocabulary(Mat vocabulary) |
public long getNativeObjAddr()
public static BOWImgDescriptorExtractor __fromPtr__(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
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0