public static class opencv_features2d.BOWImgDescriptorExtractor extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.BOWImgDescriptorExtractor() |
opencv_features2d.BOWImgDescriptorExtractor(opencv_features2d.DescriptorExtractor dextractor,
opencv_features2d.DescriptorMatcher dmatcher) |
opencv_features2d.BOWImgDescriptorExtractor(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(opencv_core.Mat image,
opencv_features2d.KeyPoint keypoints,
opencv_core.Mat imgDescriptor) |
void |
compute(opencv_core.Mat image,
opencv_features2d.KeyPoint keypoints,
opencv_core.Mat imgDescriptor,
opencv_core.IntVectorVector pointIdxsOfClusters,
opencv_core.Mat descriptors) |
int |
descriptorSize() |
int |
descriptorType() |
opencv_core.Mat |
getVocabulary() |
void |
setVocabulary(opencv_core.Mat vocabulary) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_features2d.BOWImgDescriptorExtractor()
public opencv_features2d.BOWImgDescriptorExtractor(Pointer p)
public opencv_features2d.BOWImgDescriptorExtractor(opencv_features2d.DescriptorExtractor dextractor, opencv_features2d.DescriptorMatcher dmatcher)
public void setVocabulary(opencv_core.Mat vocabulary)
public opencv_core.Mat getVocabulary()
public void compute(opencv_core.Mat image, opencv_features2d.KeyPoint keypoints, opencv_core.Mat imgDescriptor, opencv_core.IntVectorVector pointIdxsOfClusters, opencv_core.Mat descriptors)
public void compute(opencv_core.Mat image, opencv_features2d.KeyPoint keypoints, opencv_core.Mat imgDescriptor)
public int descriptorSize()
public int descriptorType()
Copyright © 2014. All Rights Reserved.