| 20 | return _rawProjection.unproject(point); |
| 21 | } |
| 22 | cv::Rect innerRect()const { |
| 23 | return _rawProjection.innerRect; |
| 24 | } |
| 25 | cv::Point2d outerToInner(cv::Point2d outer) const{ |
| 26 | return cv::Point2d(outer.x - _rawProjection.innerRect.x, outer.y - _rawProjection.innerRect.y); |
| 27 | } |
no outgoing calls
no test coverage detected