Searched defs:shape1 (Results 1 – 2 of 2) sorted by relevance
109 static Mat _localAffineEstimate(const std::vector<Point2f>& shape1, const std::vector<Point2f>& sha… in _localAffineEstimate()207 std::vector<Point2f> shape1; // transforming shape in estimateTransformation() local
213 Mat shape1((int)matches.size(),2,CV_32F); // transforming shape in estimateTransformation() local