最終更新:2019-02-22 (金) 06:33:51 (1890d)  

cv::warpAffine
Top / cv::warpAffine

画像のアフィン変換を行います.

void warpAffine(const Mat& src, Mat& dst, const Mat& M, Size dsize, int flags=INTER_LINEAR, int borderMode=BORDER_CONSTANT, const Scalar& borderValue=Scalar())