HistogramGetVariance Method

Gets the variance between two different Histogram as a percentage of the maximum possible variance: 256 (for a white image compared to a black image).

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual float GetVariance(
	Histogram histogram
)

Parameters

histogram  Histogram
Another Histogram to compare with this Histogram.

Return Value

Single
A percentage value indicating how different the two Histogram are.

Remarks

See Also