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).
Namespace: DevCase.Core.Media.GraphicsAssembly: 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
)
Public Overridable Function GetVariance (
histogram As Histogram
) As Single
Dim instance As Histogram
Dim histogram As Histogram
Dim returnValue As Single
returnValue = instance.GetVariance(histogram)
public:
virtual float GetVariance(
Histogram^ histogram
)
abstract GetVariance :
histogram : Histogram -> float32
override GetVariance :
histogram : Histogram -> float32
No code example is currently available or this language may not be supported.
- histogram Histogram
-
Another Histogram to compare with this Histogram.
Single
A percentage value indicating how different the two
Histogram are.