Contents

init(ciImage:orientation:options:)

Creates a handler to be used for performing requests on Core Image image data of a known orientation.

Declaration

init(ciImage image: CIImage, orientation: CGImagePropertyOrientation, options: [VNImageOption : Any] = [:])

Parameters

  • image:

    A Ciimage containing the image to be used for performing the requests. Image content is immutable.

  • orientation:

    The orientation of the input image.

  • options:

    An optional dictionary containing Vnimageoption keys to auxiliary image data.

See Also

Creating a Request Handler