node-opencv
node-opencv copied to clipboard
Mat.size returns rows and cols in wrong order
According to opencv docs this method should return a matrix size: Size(cols, rows) Actually it returns rows first