Contents

perform(on:orientation:)

Performs the request on a Core Image image and produces observations.

Declaration

func perform(on image: CIImage, orientation: CGImagePropertyOrientation?) async throws -> Self.Result

Parameters

  • image:

    The input Ciimage on which to perform the request.

  • orientation:

    The orientation of the input image. Default is nil.

Return Value

The observation — or list of observations — the request produces.

See Also

Performing a request