| CIAztecCodeDescriptor |
CIAztecCodeDescriptor
CIAztecCodeDescriptor is a concrete subclass of CIBarcodeDescriptor that defines an abstract representation of an Aztec Code symbol.
|
| CIBarcodeDescriptor |
CIBarcodeDescriptor
CIBarcodeDescriptor is an abstract base class that defines an abstract representation of a machine readable code's symbol attributes.
|
| CIBlendKernel |
CIBlendKernel is a special type of color kernel that blends two images.
|
| CIColor |
|
| CIColorKernel |
CIColorKernel is an object that encapsulates a Core Image Kernel Language
routine that processes only the color information in images.
|
| CIContext |
|
| CIDataMatrixCodeDescriptor |
CIDataMatrixCodeDescriptor
CIDataMatrixCodeDescriptor is a concrete subclass of CIBarcodeDescriptor that defines an abstract representation of a Data Matrix code symbol.
|
| CIDetector |
Detects features in images.
|
| CIFaceFeature |
A face feature found by a CIDetector.
|
| CIFeature |
Generic feature found by a CIDetector.
|
| CIFilter |
CIFilter are filter objects for Core Image that encapsulate the filter with its attributes
The CIFilter class produces a CIImage object as output.
|
| CIFilterShape |
|
| CIImage |
|
| CIImageAccumulator |
|
| CIImageProcessorKernel |
In order to use a CIImageProcessorInput & CIImageProcessorOutput you must
subclass from a CIImageProcessorKernel and override the methods you need to
produce the desired output.
|
| CIKernel |
CIKernel is an object that encapsulates a Core Image Kernel Language
routine that generates a new images based on input images and agruments.
|
| CIPDF417CodeDescriptor |
CIPDF417CodeDescriptor
CIPDF417CodeDescriptor is a concrete subclass of CIBarcodeDescriptor that defines an abstract representation of a PDF417 code symbol.
|
| CIQRCodeDescriptor |
CIQRCodeDescriptor
CIQRCodeDescriptor is a concrete subclass of CIBarcodeDescriptor that defines an abstract representation of a QR code symbol.
|
| CIQRCodeFeature |
|
| CIRectangleFeature |
A rectangle feature found by a CIDetector
All positions are relative to the original image.
|
| CIRenderDestination |
This is a lightweight API to allow clients to specify all the
attributes of a render that pertain to the render's destination.
|
| CIRenderInfo |
An Xcode quicklook of this object will show a graph visualization of the render
with detailed timing information.
|
| CIRenderTask |
An Xcode quicklook of this object will show a graph visualization of the render
|
| CISampler |
|
| CITextFeature |
|
| CIVector |
|
| CIWarpKernel |
CIWarpKernel is an object that encapsulates a Core Image Kernel Language
function that processes only the geometry of an image.
|