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

Function cvCreateMatND

deps/opencv/modules/core/src/array.cpp:264–271  ·  view source on GitHub ↗

Creates CvMatND and underlying data

Source from the content-addressed store, hash-verified

262
263// Creates CvMatND and underlying data
264CV_IMPL CvMatND*
265cvCreateMatND( int dims, const int* sizes, int type )
266{
267 CvMatND* arr = cvCreateMatNDHeader( dims, sizes, type );
268 cvCreateData( arr );
269
270 return arr;
271}
272
273
274// Creates CvMatND header only

Callers 1

icvReadMatNDFunction · 0.85

Calls 2

cvCreateMatNDHeaderFunction · 0.85
cvCreateDataFunction · 0.85

Tested by

no test coverage detected