public class BOWImgDescriptorExtractor
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static BOWImgDescriptorExtractor |
__fromPtr__(long addr) |
void |
compute(Mat image,
MatOfKeyPoint keypoints,
Mat imgDescriptor) |
int |
descriptorSize() |
int |
descriptorType() |
long |
getNativeObjAddr() |
Mat |
getVocabulary() |
void |
setVocabulary(Mat vocabulary) |
public static BOWImgDescriptorExtractor __fromPtr__(long addr)
public void compute(Mat image, MatOfKeyPoint keypoints, Mat imgDescriptor)
public int descriptorSize()
public int descriptorType()
public long getNativeObjAddr()
public Mat getVocabulary()
public void setVocabulary(Mat vocabulary)