Commit d363e278 authored by saskatchewancatch's avatar saskatchewancatch

8632: Corrected cv::seamlessClone doc to reflect actual name of flag used in code

parent 636ab095
...@@ -748,7 +748,7 @@ complex outlines into a new background ...@@ -748,7 +748,7 @@ complex outlines into a new background
consuming and often leaves an undesirable halo. Seamless cloning, even averaged with the consuming and often leaves an undesirable halo. Seamless cloning, even averaged with the
original image, is not effective. Mixed seamless cloning based on a loose selection proves original image, is not effective. Mixed seamless cloning based on a loose selection proves
effective. effective.
- **FEATURE_EXCHANGE** Feature exchange allows the user to easily replace certain features of - **MONOCHROME_TRANSFER** Monochrome transfer allows the user to easily replace certain features of
one object by alternative features. one object by alternative features.
*/ */
CV_EXPORTS_W void seamlessClone( InputArray src, InputArray dst, InputArray mask, Point p, CV_EXPORTS_W void seamlessClone( InputArray src, InputArray dst, InputArray mask, Point p,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment