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

Method delete_obj

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

Source from the content-addressed store, hash-verified

3184{
3185
3186template<> void Ptr<CvMat>::delete_obj()
3187{ cvReleaseMat(&obj); }
3188
3189template<> void Ptr<IplImage>::delete_obj()
3190{ cvReleaseImage(&obj); }

Callers

nothing calls this directly

Calls 6

cvReleaseMatFunction · 0.85
cvReleaseImageFunction · 0.85
cvReleaseMatNDFunction · 0.85
cvReleaseSparseMatFunction · 0.85
cvReleaseMemStorageFunction · 0.85
cvReleaseFileStorageFunction · 0.85

Tested by

no test coverage detected