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

Method Show

MatchTool/CvvImage.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 return true;
198}
199void CvvImage::Show( const char* window )
200{
201 if( m_img )
202 cvShowImage( window, m_img );
203}
204void CvvImage::Show( HDC dc, int x, int y, int w, int h, int from_x, int from_y )
205{
206 if( m_img && m_img->depth == IPL_DEPTH_8U )

Callers

nothing calls this directly

Calls 1

FillBitmapInfoFunction · 0.85

Tested by

no test coverage detected