Home
last modified time | relevance | path

Searched refs:MinMaxLocResult (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/java/src/
Dcore+Core.java2143 public static class MinMaxLocResult { class in Core
2149 public MinMaxLocResult() { in MinMaxLocResult() method in Core.MinMaxLocResult
2159 public static MinMaxLocResult minMaxLoc(Mat src, Mat mask) { in minMaxLoc()
2160 MinMaxLocResult res = new MinMaxLocResult(); in minMaxLoc()
2176 public static MinMaxLocResult minMaxLoc(Mat src) { in minMaxLoc()
/external/opencv3/modules/core/misc/java/test/
DCoreTest.java8 import org.opencv.core.Core.MinMaxLocResult;
1049 Core.MinMaxLocResult mmres = Core.minMaxLoc(gray3); in testMinMaxLocMat()
1069 MinMaxLocResult res = Core.minMaxLoc(src, mask); in testMinMaxLocMatMat()