Uses of Class
org.opencv.core.KeyPoint
-
Packages that use KeyPoint Package Description org.opencv.core org.opencv.utils -
-
Uses of KeyPoint in org.opencv.core
Methods in org.opencv.core that return KeyPoint Modifier and Type Method Description KeyPoint[]
MatOfKeyPoint. toArray()
Methods in org.opencv.core that return types with arguments of type KeyPoint Modifier and Type Method Description List<KeyPoint>
MatOfKeyPoint. toList()
Methods in org.opencv.core with parameters of type KeyPoint Modifier and Type Method Description void
MatOfKeyPoint. fromArray(KeyPoint... a)
Method parameters in org.opencv.core with type arguments of type KeyPoint Modifier and Type Method Description void
MatOfKeyPoint. fromList(List<KeyPoint> lkp)
Constructors in org.opencv.core with parameters of type KeyPoint Constructor Description MatOfKeyPoint(KeyPoint... a)
-
Uses of KeyPoint in org.opencv.utils
Method parameters in org.opencv.utils with type arguments of type KeyPoint Modifier and Type Method Description static void
Converters. Mat_to_vector_KeyPoint(Mat m, List<KeyPoint> kps)
static Mat
Converters. vector_KeyPoint_to_Mat(List<KeyPoint> kps)
-