CIFeature Class Reference
Overview
A CIFeature
object represents a portion of an image that a detector believes matches its criteria. Subclasses of CIFeature
typically hold additional information specific to the detector that discovered the feature.
Properties
bounds
The rectangle that holds discovered feature. (read-only)
@property(readonly, assign)
CGRect bounds
Discussion
The rectangle is in the coordinate system of the image.
Availability
- Available in iOS 5.0 and later.
Declared In
CIFeature.h
type
The type of feature that was discovered. (read-only)
@property(readonly, retain)
NSString *type
Availability
- Available in iOS 5.0 and later.
Declared In
CIFeature.h