Contents

deinterleave(planarDestinationBuffers:)

Deinterleaves the 32-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.PlanarF>])

Parameters

  • planarDestinationBuffers:

    The destination pixel buffers.

Discussion

Use this function to deinterleave a buffer and overwrite planar buffers with copies of each source channel.

See Also

Deinterleaving pixel buffers