public class BOWImgDescriptorExtractor extends 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) |
public Mat getVocabulary()
public int descriptorSize()
public int descriptorType()
public void compute(Mat image, MatOfKeyPoint keypoints, Mat imgDescriptor)
public void setVocabulary(Mat vocabulary)