MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / getSymmetryAxis

Method getSymmetryAxis

jni/venus/Extractor.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
41protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected