Click or drag to resize

SeamlessCloneMethods Enumeration

SeamlessClone method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum SeamlessCloneMethods
Members
  Member nameValueDescription
NormalClone1 The power of the method is fully expressed when inserting objects with complex outlines into a new background.
MixedClone2 The classic method, color-based selection and alpha masking might be time 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 effective.
MonochromeTransfer3 Feature exchange allows the user to easily replace certain features of one object by alternative features.
See Also