Merge pull request #18012 from sturkmen72:update_doc_and_sample
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user