kvImageConvert_OrderedUniformBlue
A constant that indicates the conversion will distribute the noise uniformly.
Declaration
var kvImageConvert_OrderedUniformBlue: UInt32 { get }Discussion
The following shows an 8-bit RGB image converted to a 1-bit planar image with vImageConvert_Planar8toPlanar1(_:_:_:_:_:) using kvImageConvert_DitherOrderedReproducible. The image on the left uses kvImageConvert_OrderedGaussianBlue, and the image on the right uses kvImageConvert_OrderedUniformBlue:
[Image]
To learn about converting an RGB image to grayscale, see Converting color images to grayscale.