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

Method Extractor

jni/venus/Extractor.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174};
175
176Extractor::Extractor(const cv::Mat& image, const std::vector<cv::Point2f>& points):
177 image(image),
178 points(points)
179{
180}
181
182cv::Vec4f Extractor::getSymmetryAxis(const std::vector<cv::Point2f>& points)
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected