| 300 | cv::rectangle(renderTarget.innerMat(), cv::Rect2d(p1, p2), cv::Scalar(0, 0, 255), 3); |
| 301 | } |
| 302 | bool getBoundingRect(cv::Rect2d &rect) override { |
| 303 | rect = _rect; |
| 304 | return true; |
| 305 | } |
| 306 | }; |
| 307 | Axes axes = makePlotAxes(); |
| 308 | axes.create<MyRect>(); |
nothing calls this directly
no outgoing calls
no test coverage detected