Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3186
template<> void Ptr<CvMat>::delete_obj()
3187
{ cvReleaseMat(&obj); }
3188
3189
template<> void Ptr<IplImage>::delete_obj()
3190
{ cvReleaseImage(&obj); }
Callers
nothing calls this directly
Calls
6
cvReleaseMat
Function · 0.85
cvReleaseImage
Function · 0.85
cvReleaseMatND
Function · 0.85
cvReleaseSparseMat
Function · 0.85
cvReleaseMemStorage
Function · 0.85
cvReleaseFileStorage
Function · 0.85
Tested by
no test coverage detected