Bindings to the Accelerate Framework.
Remarks
The Accelerate framework contains code for common bulky image
and math operations that have been tuned to run on iOS.
Classes
| Type | Reason |
|---|
| Pixel8888 | Represents a pixel using 8-bit integers for its red, green, blue and alpha components. |
| PixelARGB16S | Represents a pixel using 16-bit signed integers for its alpha, red, green and blue components. |
| PixelARGB16U | Represents a pixel using 16-bit unsigned integers for its alpha, red, green and blue components. |
| PixelFFFF | Represents a pixel using 32-bit floating points values for its alpha, red, green and blue components. |
| vImage | Accelerated image operations. |
| vImageAffineTransformDouble | Documentation for this section has not yet been entered. |
| vImageAffineTransformFloat | Documentation for this section has not yet been entered. |
| vImageBuffer | Structure used to represent image data. |
| vImageError | Error codes returned by the various vImage manipulation APIs. |
| vImageFlags | Documentation for this section has not yet been entered. |
| vImageGamma | Documentation for this section has not yet been entered. |
| vImageInterpolationMethod | Documentation for this section has not yet been entered. |
| vImageMDTableUsageHint | Documentation for this section has not yet been entered. |