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 voidMatOfKeyPoint. fromArray(KeyPoint... a)Method parameters in org.opencv.core with type arguments of type KeyPoint Modifier and Type Method Description voidMatOfKeyPoint. 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 voidConverters. Mat_to_vector_KeyPoint(Mat m, List<KeyPoint> kps)static MatConverters. vector_KeyPoint_to_Mat(List<KeyPoint> kps)
-