Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Devaluation.cpp94 static inline void linearizeHomographyAt( const Mat_<double>& H, const Point2f& pt, Mat_<double>& A… in linearizeHomographyAt() function
174 Mat_<double> Aff; linearizeHomographyAt(H, center, Aff); in calcProjection()