|
ObjectiveFidelity Constructor (Bitmap, Bitmap)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public ObjectiveFidelity(
Bitmap a,
Bitmap b
)
Public Sub New (
a As Bitmap,
b As Bitmap
)
Request Example
View SourceParameters
- a
- Type: System.DrawingBitmap
The first image to be compared. - b
- Type: System.DrawingBitmap
The second image that will be compared.
See Also