CloningMethod Enumeration |
http://www.emgu.com
Seamless clone method
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax public enum CloningMethod
Public Enumeration CloningMethod
public enum class CloningMethod
Members
| Member name | Value | Description |
---|
| Normal | 1 |
The power of the method is fully expressed when inserting objects with complex outlines into a new background
|
| Mixed | 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 |
Monochrome transfer
|
See Also