position in outer rect
| 49 | } |
| 50 | //position in outer rect |
| 51 | cv::Point outerPoint()const { |
| 52 | return cv::Point(_x, _y); |
| 53 | } |
| 54 | //position in inner rect |
| 55 | cv::Point innerPoint()const { |
| 56 | auto outer = outerPoint(); |
nothing calls this directly
no outgoing calls
no test coverage detected