public class BOWTrainer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
nativeObj |
| Modifier | Constructor and Description |
|---|---|
protected |
BOWTrainer(long addr) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Mat descriptors) |
void |
clear() |
Mat |
cluster() |
Mat |
cluster(Mat descriptors) |
int |
descriptorsCount() |
protected void |
finalize() |
java.util.List<Mat> |
getDescriptors() |
public Mat cluster()
public int descriptorsCount()
public java.util.List<Mat> getDescriptors()
public void add(Mat descriptors)
public void clear()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable