Method | Description | |
---|---|---|
Compute ( |
Compute objective fidelity metrics.
|
|
Compute ( |
Compute objective fidelity metrics.
|
|
Compute ( UnmanagedImage a, UnmanagedImage b ) : void |
Compute objective fidelity metrics.
|
|
ObjectiveFidelity ( ) : Accord.Imaging |
Initializes a new instance of the ObjectiveFidelity class.
|
|
ObjectiveFidelity ( Bitmap a, Bitmap b ) : Accord.Imaging |
Initializes a new instance of the ObjectiveFidelity class.
|
|
ObjectiveFidelity ( BitmapData a, BitmapData b ) : Accord.Imaging |
Initializes a new instance of the ObjectiveFidelity class.
|
|
ObjectiveFidelity ( UnmanagedImage a, UnmanagedImage b ) : Accord.Imaging |
Initializes a new instance of the ObjectiveFidelity class.
|
Method | Description | |
---|---|---|
derivativeSNR ( UnmanagedImage a, UnmanagedImage b ) : double |
public Compute ( |
||
a | The first image to be compared. | |
b | The second image that will be compared. | |
return | void |
public Compute ( |
||
a | The first image to be compared. | |
b | The second image that will be compared. | |
return | void |
public Compute ( UnmanagedImage a, UnmanagedImage b ) : void | ||
a | UnmanagedImage | The first image to be compared. |
b | UnmanagedImage | The second image that will be compared. |
return | void |
public ObjectiveFidelity ( ) : Accord.Imaging | ||
return | Accord.Imaging |
public ObjectiveFidelity ( Bitmap a, Bitmap b ) : Accord.Imaging | ||
a | Bitmap | The first image to be compared. |
b | Bitmap | The second image that will be compared. |
return | Accord.Imaging |
public ObjectiveFidelity ( BitmapData a, BitmapData b ) : Accord.Imaging | ||
a | BitmapData | The first image to be compared. |
b | BitmapData | The second image that will be compared. |
return | Accord.Imaging |
public ObjectiveFidelity ( UnmanagedImage a, UnmanagedImage b ) : Accord.Imaging | ||
a | UnmanagedImage | The first image to be compared. |
b | UnmanagedImage | The second image that will be compared. |
return | Accord.Imaging |