HomeSort by relevance Sort by last modified time
    Searched defs:MatOfKeyPoint (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/misc/java/src/java/
core+MatOfKeyPoint.java 8 public class MatOfKeyPoint extends Mat {
13 public MatOfKeyPoint() {
17 protected MatOfKeyPoint(long addr) {
24 public static MatOfKeyPoint fromNativeAddr(long addr) {
25 return new MatOfKeyPoint(addr);
28 public MatOfKeyPoint(Mat m) {
35 public MatOfKeyPoint(KeyPoint...a) {