Home
last modified time | relevance | path

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

/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java3082 …long src_nativeObj, long dst_nativeObj, double dstsize_width, double dstsize_height, int borderTyp… in pyrDown_0() argument
3083 …oid pyrDown_1(long src_nativeObj, long dst_nativeObj, double dstsize_width, double dstsize_height); in pyrDown_1() argument
3087 …long src_nativeObj, long dst_nativeObj, double dstsize_width, double dstsize_height, int borderTyp… in pyrUp_0() argument
3088 … void pyrUp_1(long src_nativeObj, long dst_nativeObj, double dstsize_width, double dstsize_height); in pyrUp_1() argument
Dimgproc.cpp3445 …g src_nativeObj, jlong dst_nativeObj, jdouble dstsize_width, jdouble dstsize_height, jint borderTy… in Java_org_opencv_imgproc_Imgproc_pyrDown_10() argument
3452 Size dstsize((int)dstsize_width, (int)dstsize_height); in Java_org_opencv_imgproc_Imgproc_pyrDown_10()
3468 …, jclass , jlong src_nativeObj, jlong dst_nativeObj, jdouble dstsize_width, jdouble dstsize_height) in Java_org_opencv_imgproc_Imgproc_pyrDown_11() argument
3475 Size dstsize((int)dstsize_width, (int)dstsize_height); in Java_org_opencv_imgproc_Imgproc_pyrDown_11()
3517 …g src_nativeObj, jlong dst_nativeObj, jdouble dstsize_width, jdouble dstsize_height, jint borderTy… in Java_org_opencv_imgproc_Imgproc_pyrUp_10() argument
3524 Size dstsize((int)dstsize_width, (int)dstsize_height); in Java_org_opencv_imgproc_Imgproc_pyrUp_10()
3540 …, jclass , jlong src_nativeObj, jlong dst_nativeObj, jdouble dstsize_width, jdouble dstsize_height) in Java_org_opencv_imgproc_Imgproc_pyrUp_11() argument
3547 Size dstsize((int)dstsize_width, (int)dstsize_height); in Java_org_opencv_imgproc_Imgproc_pyrUp_11()