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

Method copyTo

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

Copies the matrix to another one. The method copies the matrix data to another matrix. Before copying the data, the method invokes // C++ code: m.create(this->size(), this->type); so that the destination matrix is reallocated if needed. While m.copyTo(

(Mat m)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

onCameraFrameMethod · 0.80
onCameraFrameMethod · 0.80
onCameraFrameMethod · 0.80
onCameraFrameMethod · 0.80
puzzleFrameMethod · 0.80
onCameraFrameMethod · 0.80
onCameraFrameMethod · 0.80

Calls 1

n_copyToMethod · 0.95

Tested by

no test coverage detected