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

Function cvReleaseStructuringElement

deps/opencv/modules/imgproc/src/morph.cpp:1477–1483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1475
1476
1477CV_IMPL void
1478cvReleaseStructuringElement( IplConvKernel ** element )
1479{
1480 if( !element )
1481 CV_Error( CV_StsNullPtr, "" );
1482 cvFree( element );
1483}
1484
1485
1486static void convertConvKernel( const IplConvKernel* src, cv::Mat& dst, cv::Point& anchor )

Callers 3

delete_objMethod · 0.85
cvMorphologyExFunction · 0.85
imgproc_c.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected