Contents

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>.HistogramFFF

Parameters

  • binCount:

    The number of histogram entries for each channel.

Return Value

The histogram of the pixel buffer.

See Also

Related Documentation

Histogram calculation