Table of Contents

Enum CloningMethod

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Seamless clone method

public enum CloningMethod

Fields

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

Normal = 1

The power of the method is fully expressed when inserting objects with complex outlines into a new background