Guest User

Untitled

a guest
Dec 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. let handler = VNImageRequestHandler(ciImage: ciImage, orientation:orientation)
  2. DispatchQueue.global(qos: .userInteractive).async {
  3. do {
  4. try handler.perform([self.classificationRequest])
  5. } catch {
  6. print(error)
  7. }
  8. }
Add Comment
Please, Sign In to add comment