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