copy(to:)
Copies the contents of the pixel buffer to another pixel buffer.
Declaration
func copy(to destinationBuffer: vImage.PixelBuffer<Format>)Parameters
- destinationBuffer:
The destination pixel buffer.
Copies the contents of the pixel buffer to another pixel buffer.
func copy(to destinationBuffer: vImage.PixelBuffer<Format>)The destination pixel buffer.