Enum SeamlessCloneMethods
SeamlessClone method
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum SeamlessCloneMethods
Fields
Name | Description |
---|---|
MixedClone | 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. |
MonochromeTransfer | Feature exchange allows the user to easily replace certain features of one object by alternative features. |
NormalClone | The power of the method is fully expressed when inserting objects with complex outlines into a new background. |