MCPcopy Create free account
hub / github.com/bitristan/OpenCVSamples / create

Method create

OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:1121–1127  ·  view source on GitHub ↗

Allocates new array data if needed. This is one of the key Mat methods. Most new-style OpenCV functions and methods that produce arrays call this method for each output array. The method uses the following algorithm: If the current array shape and the type mat

(int rows, int cols, int type)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

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