Uses of Class
org.opencv.core.DMatch
-
Packages that use DMatch Package Description org.opencv.core org.opencv.utils -
-
Uses of DMatch in org.opencv.core
Methods in org.opencv.core that return DMatch Modifier and Type Method Description DMatch[]MatOfDMatch. toArray()Methods in org.opencv.core that return types with arguments of type DMatch Modifier and Type Method Description List<DMatch>MatOfDMatch. toList()Methods in org.opencv.core with parameters of type DMatch Modifier and Type Method Description voidMatOfDMatch. fromArray(DMatch... a)booleanDMatch. lessThan(DMatch it)Method parameters in org.opencv.core with type arguments of type DMatch Modifier and Type Method Description voidMatOfDMatch. fromList(List<DMatch> ldm)Constructors in org.opencv.core with parameters of type DMatch Constructor Description MatOfDMatch(DMatch... ap) -
Uses of DMatch in org.opencv.utils
Method parameters in org.opencv.utils with type arguments of type DMatch Modifier and Type Method Description static voidConverters. Mat_to_vector_DMatch(Mat m, List<DMatch> matches)static MatConverters. vector_DMatch_to_Mat(List<DMatch> matches)
-