Home
last modified time | relevance | path

Searched refs:applyHomography (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Devaluation.cpp83 static inline Point2f applyHomography( const Mat_<double>& H, const Point2f& pt ) in applyHomography() function
171 Point2f dstCenter = applyHomography(H, center); in calcProjection()