features(in:)
Searches for features in an image.
Declaration
func features(in image: CIImage) -> [CIFeature]Parameters
- image:
The image you want to examine.
Return Value
An array of CIFeature objects. Each object represents a feature detected in the image.