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
init(cgImage:options:)init(cgImage:orientation:options:)init(ciImage:options:)init(cvPixelBuffer:options:)init(cvPixelBuffer:orientation:options:)init(cvPixelBuffer:depthData:orientation:options:)init(cmSampleBuffer:options:)init(cmSampleBuffer:orientation:options:)init(cmSampleBuffer:depthData:orientation:options:)init(data:options:)init(data:orientation:options:)init(url:options:)init(url:orientation:options:)