public static class opencv_features2d.BOWKMeansTrainer extends opencv_features2d.BOWTrainer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.BOWKMeansTrainer() |
opencv_features2d.BOWKMeansTrainer(int clusterCount) |
opencv_features2d.BOWKMeansTrainer(int clusterCount,
opencv_core.TermCriteria termcrit,
int attempts,
int flags) |
opencv_features2d.BOWKMeansTrainer(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
cluster() |
opencv_core.Mat |
cluster(opencv_core.Mat descriptors) |
add, clear, descripotorsCount, getDescriptorsaddress, 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.BOWKMeansTrainer()
public opencv_features2d.BOWKMeansTrainer(Pointer p)
public opencv_features2d.BOWKMeansTrainer(int clusterCount,
opencv_core.TermCriteria termcrit,
int attempts,
int flags)
public opencv_features2d.BOWKMeansTrainer(int clusterCount)
public opencv_core.Mat cluster()
cluster in class opencv_features2d.BOWTrainerpublic opencv_core.Mat cluster(opencv_core.Mat descriptors)
cluster in class opencv_features2d.BOWTrainerCopyright © 2014. All Rights Reserved.