peterbraden/node-opencv

Mat.size returns rows and cols in wrong order

Opened this issue · 0 comments

According to opencv docs this method should return a matrix size: Size(cols, rows)
Actually it returns rows first