HistogramVariation¶
Calculates the coefficient of variation of all pixels in a buffer, given a histogram.
Comments¶
The HistogramVariation node calculates the coefficient of variation of all pixel values of a buffer, given a histogram
If a color buffer is used, the coefficient of variation is calculated channel-wise.
The coefficient of variation is the standard deviation divided by the average.
The coefficient of variation is calculated according to this formula:
\(c_v = \frac {\sigma}{\mu}\)