| 174 | }; |
| 175 | |
| 176 | Extractor::Extractor(const cv::Mat& image, const std::vector<cv::Point2f>& points): |
| 177 | image(image), |
| 178 | points(points) |
| 179 | { |
| 180 | } |
| 181 | |
| 182 | cv::Vec4f Extractor::getSymmetryAxis(const std::vector<cv::Point2f>& points) |
| 183 | { |
nothing calls this directly
no outgoing calls
no test coverage detected