|
Blend Constructor (Double, Bitmap)
|
Constructs a new Blend filter.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Blend(
double[,] homography,
Bitmap overlayImage
)
Public Sub New (
homography As Double(,),
overlayImage As Bitmap
)
Request Example
View SourceParameters
- homography
- Type: SystemDouble
The homography matrix mapping a second image to the overlay image. - overlayImage
- Type: System.DrawingBitmap
The overlay image (also called the anchor).
See Also