Contents

VTPixelRotationSession

An object that rotates source pixel buffers to destination pixel buffers.

Overview

To create a rotation session, call VTPixelRotationSessionCreate(_:_:). Optionally configure the session by calling VTSessionSetProperty(_:key:value:).

To transfer pixels call VTPixelRotationSessionRotateImage(_:_:_:).

When you’re done with the session, call CFRelease to tear it down and release your object reference.

Topics

Managing a Session

Configuring a Session

Rotating an Image

Inspecting the Type Identifier

Data Types

See Also

Transformation