peterbraden / node-opencv

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

Further to fix incorrect h/w mapping (so as not to break API compatibility) #651

Closed wenq1 closed 5 years ago

wenq1 commented 5 years ago

OpenCV's convention uses h (row) first and then w (col). I swapped out h/w in the parameter in earlier commit (7d4b72e17ae242c2749f27bc70e9a9971770cc2e). This further commit is to prevent breaking of previous API compatibility

peterbraden commented 5 years ago

thanks!