MCPcopy Create free account
hub / github.com/DennisLiu1993/Fastest_Image_Pattern_Matching / ~CvvImage

Method ~CvvImage

MatchTool/CvvImage.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 cvReleaseImage( &m_img );
86}
87CvvImage::~CvvImage()
88{
89 Destroy();
90}
91bool CvvImage::Create( int w, int h, int bpp, int origin )
92{
93 const unsigned max_img_size = 10000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected