Home | History | Annotate | Download | only in src

Lines Matching refs:decomposeHomographyMat

1118     // C++:  int decomposeHomographyMat(Mat H, Mat K, vector_Mat& rotations, vector_Mat& translations, vector_Mat& normals)
1121 //javadoc: decomposeHomographyMat(H, K, rotations, translations, normals)
1122 public static int decomposeHomographyMat(Mat H, Mat K, List<Mat> rotations, List<Mat> translations, List<Mat> normals)
1309 // C++: int decomposeHomographyMat(Mat H, Mat K, vector_Mat& rotations, vector_Mat& translations, vector_Mat& normals)