Click or drag to resize
Accord.NET (logo)

BaseInPlaceFilter2OverlayImage Property

Overlay image.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Bitmap OverlayImage { get; set; }
Request Example View Source

Property Value

Type: Bitmap
Remarks

The property sets an overlay image, which will be used as the second image required to process source image. See documentation of particular inherited class for information about overlay image purpose.

Note Note
Overlay image must have the same size and pixel format as source image. Otherwise exception will be generated when filter is applied to source image.

Note Note
Setting this property will clear the UnmanagedOverlayImage property - only one overlay image is allowed: managed or unmanaged.

See Also