Compares histograms of current image with another image.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double CompareHistogramWith(
	IEImage secondImage,
	IEImage..::..IECmpMode mode,
	bool grayScale
)
Public Function CompareHistogramWith ( _
	secondImage As IEImage, _
	mode As IEImage..::..IECmpMode, _
	grayScale As Boolean _
) As Double
public:
double CompareHistogramWith(
	IEImage^ secondImage, 
	IEImage..::..IECmpMode mode, 
	bool grayScale
)

Parameters

secondImage
IEImage
Second image to compare with.
mode
IEImage..::..IECmpMode
Specifies the algorithm to compare.
grayScale
Boolean
If GrayScale is True, only gray scale histogram is compared.

Return Value

Returns a floating point value from 0 to 1 which specifies the percentage of equality

See Also