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

Method Save

MatchTool/CvvImage.cpp:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 return true;
191}
192bool CvvImage::Save( const char* filename )
193{
194 if( !m_img )
195 return false;
196 cvSaveImage( filename, m_img );
197 return true;
198}
199void CvvImage::Show( const char* window )
200{
201 if( m_img )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected