MCPcopy Create free account
hub / github.com/creatale/node-dv / cvRectangleR

Function cvRectangleR

deps/opencv/modules/core/src/drawing.cpp:2609–2616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2607}
2608
2609CV_IMPL void
2610cvRectangleR( CvArr* _img, CvRect rec,
2611 CvScalar color, int thickness,
2612 int line_type, int shift )
2613{
2614 cv::Mat img = cv::cvarrToMat(_img);
2615 cv::rectangle( img, rec, color, thickness, line_type, shift );
2616}
2617
2618CV_IMPL void
2619cvCircle( CvArr* _img, CvPoint center, int radius,

Callers

nothing calls this directly

Calls 2

cvarrToMatFunction · 0.85
rectangleFunction · 0.85

Tested by

no test coverage detected