Click or drag to resize
CloningMethod Enumeration
http://www.emgu.com
Seamless clone method

Namespace: Emgu.CV.CvEnum
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public enum CloningMethod
Members
  Member nameValueDescription
Normal1 The power of the method is fully expressed when inserting objects with complex outlines into a new background
Mixed2 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 Monochrome transfer
See Also