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

Method create

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

Source from the content-addressed store, hash-verified

277
278 // javadoc: Mat::create(rows, cols, type)
279 public void create(int rows, int cols, int type) {
280 n_create(nativeObj, rows, cols, type);
281 }
282
283 //
284 // C++: void Mat::create(Size size, int type)

Callers 15

allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45
allocMethod · 0.45

Calls 1

n_createMethod · 0.95

Tested by

no test coverage detected