-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
how i can convert CMSampleBuffer or UIImageto to OCVMat ?
i try to use
let image:UIImage = UIImage(named: "123.jpg")!
processImage(OCVMat(image: image))
processImage(OCVMat(image: image))
but this method in processImage crash
OCVOperation.convertColor(fromSource: image, toDestination: image, with: .typeBGRA2RGBA)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels