New example - warpPerspective_demo.cpp

An example program shows using cv::findHomography and cv::warpPerspective for image warping
This commit is contained in:
Suleyman TURKMEN
2017-08-05 21:55:33 +03:00
parent 87c27a074d
commit 8bb3863f52
2 changed files with 184 additions and 0 deletions
@@ -2264,6 +2264,9 @@ CV_EXPORTS_W void warpAffine( InputArray src, OutputArray dst,
int borderMode = BORDER_CONSTANT,
const Scalar& borderValue = Scalar());
/** @example warpPerspective_demo.cpp
An example program shows using cv::findHomography and cv::warpPerspective for image warping
*/
/** @brief Applies a perspective transformation to an image.
The function warpPerspective transforms the source image using the specified matrix: