Home
last modified time | relevance | path

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

/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java3222 …private static native int rotatedRectangleIntersection_0(double rect1_center_x, double rect1_cente… in rotatedRectangleIntersection_0() argument
Dimgproc.cpp5095 …(JNIEnv* env, jclass , jdouble rect1_center_x, jdouble rect1_center_y, jdouble rect1_size_width, j… in Java_org_opencv_imgproc_Imgproc_rotatedRectangleIntersection_10() argument
5100 …RotatedRect rect1(cv::Point2f(rect1_center_x, rect1_center_y), cv::Size2f(rect1_size_width, rect1_… in Java_org_opencv_imgproc_Imgproc_rotatedRectangleIntersection_10()