Accord.Imaging.Filters.Blend.Blend C# (CSharp) Method

Blend() public method

Constructs a new Blend filter.
public Blend ( Bitmap overlayImage ) : System
overlayImage System.Drawing.Bitmap The overlay image (also called the anchor).
return System
        public Blend(Bitmap overlayImage)
            : this(Matrix.Identity(3), overlayImage) { }

Same methods

Blend::Blend ( MatrixH homography, Bitmap overlayImage ) : System
Blend::Blend ( double homography, Bitmap overlayImage ) : System