TechStark / opencv-js

OpenCV JavaScript version for node.js or browser
Apache License 2.0
353 stars 31 forks source link

Is it possible to run OpenCV.js server-side and read images from the file system, as cv.imread can only read images of HTML elements? #66

Closed AlanNggg closed 4 weeks ago

ttt43ttt commented 4 weeks ago

@AlanNggg It could run on the server. See https://github.com/TechStark/opencv-js/blob/main/test/Mat.test.ts for the reference.

AlanNggg commented 4 weeks ago

thank you