Update warpPerspective_demo.cpp

This commit is contained in:
Suleyman TURKMEN
2020-08-02 13:33:23 +03:00
committed by sturkmen72
parent f162c08cda
commit c262eea84a
2 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -2263,7 +2263,7 @@ CV_EXPORTS_W void warpAffine( InputArray src, OutputArray dst,
const Scalar& borderValue = Scalar());
/** @example samples/cpp/warpPerspective_demo.cpp
An example program shows using cv::findHomography and cv::warpPerspective for image warping
An example program shows using cv::getPerspectiveTransform and cv::warpPerspective for image warping
*/
/** @brief Applies a perspective transformation to an image.