Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Dhomography_decomp.cpp435 int decomposeHomographyMat(InputArray _H, in decomposeHomographyMat() function
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java1122 …public static int decomposeHomographyMat(Mat H, Mat K, List<Mat> rotations, List<Mat> translations… in decomposeHomographyMat() method in Calib3d