Merge pull request #18012 from sturkmen72:update_doc_and_sample

This commit is contained in:
Alexander Alekhin
2020-08-03 18:26:12 +00:00
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.