Contents

CIFeatureTypeRectangle

A Core Image feature type for rectangular object.

Declaration

let CIFeatureTypeRectangle: String

Discussion

To detect rectangles in an image or video, pass this to /CIDetector/detectorOfType:context:options:

Use the CIRectangleFeature class to find more information about the detected rectangle.

See Also

Feature Types