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, int attempts, int flags)
protected
BOWKMeansTrainer(long addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mat
cluster()
Mat
cluster(Mat descriptors)
protected void
finalize()
-
Methods inherited from class org.opencv.features2d.BOWTrainer
add, clear, descriptorsCount, getDescriptors
-
-
-
-
Constructor Detail
-
BOWKMeansTrainer
protected BOWKMeansTrainer(long addr)
-
BOWKMeansTrainer
public BOWKMeansTrainer(int clusterCount, TermCriteria termcrit, int attempts, int flags)
-
BOWKMeansTrainer
public BOWKMeansTrainer(int clusterCount)
-
-
Method Detail
-
cluster
public Mat cluster(Mat descriptors)
- Overrides:
cluster
in classBOWTrainer
-
cluster
public Mat cluster()
- Overrides:
cluster
in classBOWTrainer
-
finalize
protected void finalize() throws Throwable
- Overrides:
finalize
in classBOWTrainer
- Throws:
Throwable
-
-