(long m_nativeObj, long mv_mat_nativeObj)
| 6136 | |
| 6137 | // C++: void cv::split(Mat m, vector_Mat& mv) |
| 6138 | private static native void split_0(long m_nativeObj, long mv_mat_nativeObj); |
| 6139 | |
| 6140 | // C++: void cv::sqrt(Mat src, Mat& dst) |
| 6141 | private static native void sqrt_0(long src_nativeObj, long dst_nativeObj); |