Contents

init(ciImage:options:)

Creates a handler to use for performing requests on Core Image image data.

Declaration

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

Parameters

  • image:

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

  • options:

    An optional dictionary containing Properties keys to auxiliary image data.

See Also

Creating a Request Handler