Searched defs:WrapAff2D (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/video/test/
H A Dtest_estimaterigid.cpp72 struct WrapAff2D struct
75 WrapAff2D(const Mat& aff) : F(aff.ptr<double>()) {} function in struct:WrapAff2D
104 transform(fpts.ptr<Point2f>(), fpts.ptr<Point2f>() + n, tpts.ptr<Point2f>(), WrapAff2D(aff));

Completed in 121 milliseconds