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

Method CvvImage

MatchTool/CvvImage.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78}
79CvvImage::CvvImage()
80{
81 m_img = 0;
82}
83void CvvImage::Destroy()
84{
85 cvReleaseImage( &m_img );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected