| 36 | */ |
| 37 | static cv::Vec4f getSymmetryAxis(const std::vector<cv::Point2f>& points); |
| 38 | cv::Vec4f getSymmetryAxis() const { return getSymmetryAxis(points); } |
| 39 | |
| 40 | cv::Mat maskHair() const; |
| 41 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected