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

Function cvGetImageCOI

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

Source from the content-addressed store, hash-verified

3090
3091
3092CV_IMPL int
3093cvGetImageCOI( const IplImage* image )
3094{
3095 if( !image )
3096 CV_Error( CV_HeaderIsNull, "" );
3097
3098 return image->roi ? image->roi->coi : 0;
3099}
3100
3101
3102CV_IMPL IplImage*

Callers 7

extractImageCOIMethod · 0.85
insertImageCOIMethod · 0.85
cvSumFunction · 0.85
cvAvgFunction · 0.85
cvAvgSdvFunction · 0.85
cvNormFunction · 0.85
cvCopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected