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

Function RectToCvRect

MatchTool/CvvImage.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25CV_INLINE CvRect RectToCvRect( RECT sr );
26CV_INLINE CvRect RectToCvRect( RECT sr )
27{
28 sr = NormalizeRect( sr );
29 return cvRect( sr.left, sr.top, sr.right - sr.left, sr.bottom - sr.top );
30}
31CV_INLINE RECT CvRectToRect( CvRect sr );
32CV_INLINE RECT CvRectToRect( CvRect sr )
33{

Callers 1

DrawToHDCMethod · 0.85

Calls 1

NormalizeRectFunction · 0.85

Tested by

no test coverage detected