|
Morph Constructor (Bitmap)
|
Initializes a new instance of the
Morph class.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Morph(
Bitmap overlayImage
)
Public Sub New (
overlayImage As Bitmap
)
Request Example
View SourceParameters
- overlayImage
- Type: System.DrawingBitmap
Overlay image.
See Also