Contents

interleave(planarSourceBuffers:)

Interleaves the specified planar source buffers and writes the result to the 32-bit-per-channel, three-channel interleaved buffer.

Declaration

func interleave(planarSourceBuffers: [vImage.PixelBuffer<vImage.PlanarF>])

Parameters

  • planarSourceBuffers:

    The planar source buffers.

Discussion

Use this function to interleave a collection of planar buffers and overwrite an interleaved buffer with a copy of the source channels.

See Also

Interleaving pixel buffers