Variation¶
Calculates the coefficient of variation of all pixels in a buffer.
Comments¶
The Variation node calculates the coefficient of variation of all pixel values of a buffer.
If the Region input is connected, the calculation of the coefficient of variation is constrained to the pixels within the region only, otherwise the whole buffer is used.
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}\)