CIFeatureTypeRectangle
A Core Image feature type for rectangular object.
Declaration
let CIFeatureTypeRectangle: StringDiscussion
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.