Home
last modified time | relevance | path

Searched defs:MatOfKeyPoint (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/misc/java/src/java/
Dcore+MatOfKeyPoint.java8 public class MatOfKeyPoint extends Mat { class
13 public MatOfKeyPoint() { in MatOfKeyPoint() method in MatOfKeyPoint
17 protected MatOfKeyPoint(long addr) { in MatOfKeyPoint() method in MatOfKeyPoint
28 public MatOfKeyPoint(Mat m) { in MatOfKeyPoint() method in MatOfKeyPoint
35 public MatOfKeyPoint(KeyPoint...a) { in MatOfKeyPoint() method in MatOfKeyPoint