Searched defs:center_y (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/java/src/ |
D | imgproc.cpp | 863 (JNIEnv* env, jclass , jdouble center_x, jdouble center_y, jdouble angle, jdouble scale) in Java_org_opencv_imgproc_Imgproc_getRotationMatrix2D_10() 970 …double patchSize_width, jdouble patchSize_height, jdouble center_x, jdouble center_y, jlong patch_… in Java_org_opencv_imgproc_Imgproc_getRectSubPix_10() 994 …double patchSize_width, jdouble patchSize_height, jdouble center_x, jdouble center_y, jlong patch_… in Java_org_opencv_imgproc_Imgproc_getRectSubPix_11() 1022 …class , jlong src_nativeObj, jlong dst_nativeObj, jdouble center_x, jdouble center_y, jdouble M, j… in Java_org_opencv_imgproc_Imgproc_logPolar_10() 1049 …class , jlong src_nativeObj, jlong dst_nativeObj, jdouble center_x, jdouble center_y, jdouble maxR… in Java_org_opencv_imgproc_Imgproc_linearPolar_10() 5399 …(JNIEnv* env, jclass , jlong img_nativeObj, jdouble center_x, jdouble center_y, jint radius, jdoub… in Java_org_opencv_imgproc_Imgproc_circle_10() 5422 …(JNIEnv* env, jclass , jlong img_nativeObj, jdouble center_x, jdouble center_y, jint radius, jdoub… in Java_org_opencv_imgproc_Imgproc_circle_11() 5445 …(JNIEnv* env, jclass , jlong img_nativeObj, jdouble center_x, jdouble center_y, jint radius, jdoub… in Java_org_opencv_imgproc_Imgproc_circle_12() 5472 …(JNIEnv* env, jclass , jlong img_nativeObj, jdouble center_x, jdouble center_y, jdouble axes_width… in Java_org_opencv_imgproc_Imgproc_ellipse_10() 5496 …(JNIEnv* env, jclass , jlong img_nativeObj, jdouble center_x, jdouble center_y, jdouble axes_width… in Java_org_opencv_imgproc_Imgproc_ellipse_11() [all …]
|
D | imgproc+Imgproc.java | 2878 …private static native long getRotationMatrix2D_0(double center_x, double center_y, double angle, d… in getRotationMatrix2D_0() 2890 …j, double patchSize_width, double patchSize_height, double center_x, double center_y, long patch_n… in getRectSubPix_0() 2891 …j, double patchSize_width, double patchSize_height, double center_x, double center_y, long patch_n… in getRectSubPix_1() 2894 … logPolar_0(long src_nativeObj, long dst_nativeObj, double center_x, double center_y, double M, in… in logPolar_0() 2897 …nearPolar_0(long src_nativeObj, long dst_nativeObj, double center_x, double center_y, double maxRa… in linearPolar_0() 3246 …private static native void circle_0(long img_nativeObj, double center_x, double center_y, int radi… in circle_0() 3247 …private static native void circle_1(long img_nativeObj, double center_x, double center_y, int radi… in circle_1() 3248 …private static native void circle_2(long img_nativeObj, double center_x, double center_y, int radi… in circle_2() 3251 …private static native void ellipse_0(long img_nativeObj, double center_x, double center_y, double … in ellipse_0() 3252 …private static native void ellipse_1(long img_nativeObj, double center_x, double center_y, double … in ellipse_1() [all …]
|