Home | History | Annotate | Download | only in test

Lines Matching full:warpperspective

1105 // warpPerspective
1123 void warpPerspective(const Mat&, Mat&);
1157 cv::warpPerspective(src, dst, M, dst.size(), interpolation, borderType, borderValue);
1164 warpPerspective(src, reference_dst);
1167 void CV_WarpPerspective_Test::warpPerspective(const Mat& _src, Mat& _dst)