Uses of Class
org.opencv.features2d.BOWTrainer
-
Packages that use BOWTrainer Package Description org.opencv.features2d -
-
Uses of BOWTrainer in org.opencv.features2d
Subclasses of BOWTrainer in org.opencv.features2d Modifier and Type Class Description class
BOWKMeansTrainer
kmeans -based class to train visual vocabulary using the *bag of visual words* approach.Methods in org.opencv.features2d that return BOWTrainer Modifier and Type Method Description static BOWTrainer
BOWTrainer. __fromPtr__(long addr)
-