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

Function icvCheckHuge

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

Source from the content-addressed store, hash-verified

98
99
100static void icvCheckHuge( CvMat* arr )
101{
102 if( (int64)arr->step*arr->rows > INT_MAX )
103 arr->type &= ~CV_MAT_CONT_FLAG;
104}
105
106// Creates CvMat header only
107CV_IMPL CvMat*

Callers 4

cvCreateMatHeaderFunction · 0.85
cvInitMatHeaderFunction · 0.85
cvSetDataFunction · 0.85
cvGetMatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected