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 |
|---|---|
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)
Copyright © 2018. All rights reserved.