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

Method LoadRect

MatchTool/CvvImage.h:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 int desired_color, CvRect r );
18#if defined WIN32 || defined _WIN32
19 virtual bool LoadRect( const char* filename,
20 int desired_color, RECT r )
21 {
22 return LoadRect( filename, desired_color,
23 cvRect( r.left, r.top, r.right - r.left, r.bottom - r.top ));
24 }
25#endif
26 /* Save entire image to specified file. */
27 virtual bool Save( const char* filename );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected