public static class opencv_features2d.BOWTrainer extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.BOWTrainer() |
opencv_features2d.BOWTrainer(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(opencv_core.Mat descriptors) |
void |
clear() |
opencv_core.Mat |
cluster() |
opencv_core.Mat |
cluster(opencv_core.Mat descriptors) |
int |
descripotorsCount() |
opencv_core.MatVector |
getDescriptors() |
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.BOWTrainer()
public opencv_features2d.BOWTrainer(Pointer p)
public void add(opencv_core.Mat descriptors)
public opencv_core.MatVector getDescriptors()
public int descripotorsCount()
public void clear()
public opencv_core.Mat cluster()
public opencv_core.Mat cluster(opencv_core.Mat descriptors)
Copyright © 2014. All Rights Reserved.