Searched defs:flipCode (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudaarithm/src/ |
D | core.cpp | 109 void cv::cuda::flip(InputArray _src, OutputArray _dst, int flipCode, Stream& stream) in flip()
|
/external/opencv3/modules/cudaarithm/perf/ |
D | perf_core.cpp | 183 const int flipCode = GET_PARAM(3); in PERF_TEST_P() local
|
/external/opencv3/modules/core/src/ |
D | copy.cpp | 674 static bool ocl_flip(InputArray _src, OutputArray _dst, int flipCode ) in ocl_flip()
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 1208 public static void flip(Mat src, Mat dst, int flipCode) in flip() 2366 private static native void flip_0(long src_nativeObj, long dst_nativeObj, int flipCode); in flip_0()
|
D | core.cpp | 2161 (JNIEnv* env, jclass , jlong src_nativeObj, jlong dst_nativeObj, jint flipCode) in Java_org_opencv_core_Core_flip_10()
|