MCPcopy Create free account
hub / github.com/creatale/node-dv / Mat

Method Mat

deps/opencv/modules/core/src/gpumat.cpp:544–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544cv::Mat::Mat(const GpuMat& m) : flags(0), dims(0), rows(0), cols(0), data(0), refcount(0), datastart(0), dataend(0), datalimit(0), allocator(0), size(&rows)
545{
546 m.download(*this);
547}
548
549void cv::gpu::createContinuous(int rows, int cols, int type, GpuMat& m)
550{

Callers

nothing calls this directly

Calls 1

downloadMethod · 0.80

Tested by

no test coverage detected