| SeamlessCloneMethods Enumeration |
SeamlessClone method
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum SeamlessCloneMethods
Public Enumeration SeamlessCloneMethods
public enum class SeamlessCloneMethods
type SeamlessCloneMethods
Members
| Member name | Value | Description |
---|
| NormalClone | 1 |
The power of the method is fully expressed when inserting objects with
complex outlines into a new background.
|
| MixedClone | 2 |
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 | 3 |
Feature exchange allows the user to easily replace certain features of one
object by alternative features.
|
See Also