MCPcopy Create free account
hub / github.com/danopdev/Perspective / n_create

Method n_create

opencv/src/main/java/org/opencv/core/Mat.java:1688–1688  ·  view source on GitHub ↗
(long nativeObj, int rows, int cols, int type)

Source from the content-addressed store, hash-verified

1686
1687 // C++: void Mat::create(int rows, int cols, int type)
1688 private static native void n_create(long nativeObj, int rows, int cols, int type);
1689
1690 // C++: void Mat::create(Size size, int type)
1691 private static native void n_create(long nativeObj, double size_width, double size_height, int type);

Callers 1

createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected