histogram(binCount:)
Calculates the histogram of a 32-bit-per-channel, 3-channel multiple-plane pixel buffer.
Declaration
func histogram(binCount: Int) -> vImage.PixelBuffer<Format>.HistogramFFFParameters
- binCount:
The number of histogram entries for each channel.
Return Value
The histogram of the pixel buffer.