applied(to:eventHandler:)
Extracts image features from an image.
Declaration
func applied(to image: CIImage, eventHandler: EventHandler? = nil) async throws -> MLShapedArray<Float>Parameters
- image:
An image.
- eventHandler:
An event handler.
Return Value
A shaped array containing the extracted features of the image.