deinterleave(planarDestinationBuffers:)
Deinterleaves the 8-bit-per-channel, three-channel interleaved buffer and writes the result to an array that contains three planar buffers.
Declaration
func deinterleave(planarDestinationBuffers: [vImage.PixelBuffer<vImage.Planar8>])Parameters
- planarDestinationBuffers:
The destination pixel buffers.
Discussion
Use this function to deinterleave a buffer and overwrite planar buffers with copies of each source channel.