MCPcopy Create free account
hub / github.com/DennisLiu1993/Fastest_Image_Pattern_Matching / Destroy

Method Destroy

MatchTool/CvvImage.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 m_img = 0;
82}
83void CvvImage::Destroy()
84{
85 cvReleaseImage( &m_img );
86}
87CvvImage::~CvvImage()
88{
89 Destroy();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected