Quantile¶
Calculates the quantile of a buffer.
Inputs¶
Buffer (Type: Buffer)¶
The input buffer.
Region (Type: Region)¶
An optional region.
Percentage (Type: Double)¶
Specifies the quantile.
Comments¶
The Quantile node calculates a quantile of a buffer.
If the Region input is connected, the calculation of the quantile is constrained to the pixels within the region only, otherwise the whole buffer is used.
If a color buffer is used, the quantile is calculated channel-wise.