Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
static 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
107
CV_IMPL CvMat*
Callers
4
cvCreateMatHeader
Function · 0.85
cvInitMatHeader
Function · 0.85
cvSetData
Function · 0.85
cvGetMat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected