peterbraden / node-opencv

OpenCV Bindings for node.js
MIT License
4.37k stars 857 forks source link

Are the calls to opencv synchronous? #649

Closed IonicaBizau closed 5 years ago

IonicaBizau commented 5 years ago

/cc #468

I'm make a lot of async calls, but it looks like they are executed one after another, like a queue, therefore the performance is quite slow (on a fast computer).

Is it possible that the calls to opencv are somehow synchronous or something like that?

peterbraden commented 5 years ago

some are, some are not.