Click or drag to resize
Accord.NET (logo)

ObjectiveFidelity Constructor (BitmapData, BitmapData)

Initializes a new instance of the ObjectiveFidelity class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ObjectiveFidelity(
	BitmapData a,
	BitmapData b
)
Request Example View Source

Parameters

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