New example - warpPerspective_demo.cpp
An example program shows using cv::findHomography and cv::warpPerspective for image warping
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user