opencv-js-webworker icon indicating copy to clipboard operation
opencv-js-webworker copied to clipboard

Processing with ImageBlob or img tag data

Open guitar9 opened this issue 4 years ago • 0 comments

Hello, how can I use this when I have the image as a blob or this img element as an React ref? I tried to pass the element to cv.imageProcessing and then call cv.imread to read the image. I get this error: HTMLImageElement object could not be cloned

guitar9 avatar Oct 20 '20 14:10 guitar9