flags (see cv::setMouseCallback documentation)
| 42 | } |
| 43 | //flags (see cv::setMouseCallback documentation) |
| 44 | int flags()const { |
| 45 | return _flags; |
| 46 | } |
| 47 | Projection projection()const { |
| 48 | return _axes.getProjection(_renderSize); |
| 49 | } |
no outgoing calls
no test coverage detected