in OpenCV 2 and later there is method Mat::resize that let’s you add any number of rows with the default value to your matrix is there any equivalent method for the column. and if not what is the most efficient way to do this.
Thanks
in OpenCV 2 and later there is method Mat::resize that let’s you add any
Share
Use
cv::hconcat: