node-opencv icon indicating copy to clipboard operation
node-opencv copied to clipboard

Mat.size returns rows and cols in wrong order

Open YuriGor opened this issue 8 years ago • 0 comments

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

YuriGor avatar Sep 25 '17 10:09 YuriGor