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 void
MatOfDMatch. fromArray(DMatch... a)
boolean
DMatch. lessThan(DMatch it)
Method parameters in org.opencv.core with type arguments of type DMatch Modifier and Type Method Description void
MatOfDMatch. 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 void
Converters. Mat_to_vector_DMatch(Mat m, List<DMatch> matches)
static Mat
Converters. vector_DMatch_to_Mat(List<DMatch> matches)
-