| 344 | cv::cvtColor(mat, renderTarget.innerMat(), cv::COLOR_GRAY2BGR); |
| 345 | } |
| 346 | bool getBoundingRect(cv::Rect2d &rect) override { |
| 347 | rect = cv::Rect2d(-1.5, -1, 2, 2); |
| 348 | return true; |
| 349 | } |
| 350 | }; |
| 351 | Axes axes = makePlotAxes(); |
| 352 | axes.create<Mandelbrot>(); |
nothing calls this directly
no outgoing calls
no test coverage detected