perform(_:on:orientation:)
Schedules one or more Vision requests to be performed on a Core Video pixel buffer with known orientation.
Declaration
func perform(_ requests: [VNRequest], on pixelBuffer: CVPixelBuffer, orientation: CGImagePropertyOrientation) throwsParameters
- requests:
An array of Vnrequest requests to perform.
- pixelBuffer:
The input Cvpixelbuffer on which to perform the request.
- orientation:
The orientation of the input
image.