Click or drag to resize
Accord.NET (logo)

ObjectiveFidelityCompute Method (UnmanagedImage, UnmanagedImage)

Compute objective fidelity metrics.

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

Parameters

a
Type: Accord.ImagingUnmanagedImage
The first image to be compared.
b
Type: Accord.ImagingUnmanagedImage
The second image that will be compared.
See Also