|
ObjectiveFidelityCompute Method (BitmapData, BitmapData)
|
Compute objective fidelity metrics.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public void Compute(
BitmapData a,
BitmapData b
)
Public Sub Compute (
a As BitmapData,
b As BitmapData
)
Request Example
View SourceParameters
- a
- Type: System.Drawing.ImagingBitmapData
The first image to be compared. - b
- Type: System.Drawing.ImagingBitmapData
The second image that will be compared.
See Also