Skip to content

Commit d363e27

Browse files
8632: Corrected cv::seamlessClone doc to reflect actual name of flag used in code
1 parent 636ab09 commit d363e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/photo/include/opencv2/photo.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ complex outlines into a new background
748748
consuming and often leaves an undesirable halo. Seamless cloning, even averaged with the
749749
original image, is not effective. Mixed seamless cloning based on a loose selection proves
750750
effective.
751-
- **FEATURE_EXCHANGE** Feature exchange allows the user to easily replace certain features of
751+
- **MONOCHROME_TRANSFER** Monochrome transfer allows the user to easily replace certain features of
752752
one object by alternative features.
753753
*/
754754
CV_EXPORTS_W void seamlessClone( InputArray src, InputArray dst, InputArray mask, Point p,

0 commit comments

Comments
 (0)