convert(to:)
Converts the contents of the 32-bit planar pixel buffer to floating-point 16-bit planar format.
Declaration
func convert(to destination: vImage.PixelBuffer<vImage.Planar16F>)Parameters
- destination:
The destination pixel buffer.
Converts the contents of the 32-bit planar pixel buffer to floating-point 16-bit planar format.
func convert(to destination: vImage.PixelBuffer<vImage.Planar16F>)The destination pixel buffer.