MCPcopy Create free account
hub / github.com/danielenapo/Rubik-s-cube-solver / split_0

Method split_0

java/src/main/java/org/opencv/core/Core.java:6138–6138  ·  view source on GitHub ↗
(long m_nativeObj, long mv_mat_nativeObj)

Source from the content-addressed store, hash-verified

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);

Callers 1

splitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected