Searched refs:applyHomography (Results 1 – 1 of 1) sorted by relevance
83 static inline Point2f applyHomography( const Mat_<double>& H, const Point2f& pt ) in applyHomography() function171 Point2f dstCenter = applyHomography(H, center); in calcProjection()