Package org.opencv.features2d
Class BOWKMeansTrainer
- java.lang.Object
-
- org.opencv.features2d.BOWTrainer
-
- org.opencv.features2d.BOWKMeansTrainer
-
public class BOWKMeansTrainer extends BOWTrainer
-
-
Field Summary
-
Fields inherited from class org.opencv.features2d.BOWTrainer
nativeObj
-
-
Constructor Summary
Constructors Modifier Constructor Description BOWKMeansTrainer(int clusterCount)
BOWKMeansTrainer(int clusterCount, TermCriteria termcrit)
BOWKMeansTrainer(int clusterCount, TermCriteria termcrit, int attempts)
BOWKMeansTrainer(int clusterCount, TermCriteria termcrit, int attempts, int flags)
protected
BOWKMeansTrainer(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BOWKMeansTrainer
__fromPtr__(long addr)
Mat
cluster()
Mat
cluster(Mat descriptors)
protected void
finalize()
-
Methods inherited from class org.opencv.features2d.BOWTrainer
add, clear, descriptorsCount, getDescriptors, getNativeObjAddr
-
-
-
-
Constructor Detail
-
BOWKMeansTrainer
protected BOWKMeansTrainer(long addr)
-
BOWKMeansTrainer
public BOWKMeansTrainer(int clusterCount, TermCriteria termcrit, int attempts, int flags)
-
BOWKMeansTrainer
public BOWKMeansTrainer(int clusterCount, TermCriteria termcrit, int attempts)
-
BOWKMeansTrainer
public BOWKMeansTrainer(int clusterCount, TermCriteria termcrit)
-
BOWKMeansTrainer
public BOWKMeansTrainer(int clusterCount)
-
-
Method Detail
-
__fromPtr__
public static BOWKMeansTrainer __fromPtr__(long addr)
-
cluster
public Mat cluster(Mat descriptors)
- Overrides:
cluster
in classBOWTrainer
-
cluster
public Mat cluster()
- Overrides:
cluster
in classBOWTrainer
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classBOWTrainer
- Throws:
java.lang.Throwable
-
-