Get Image Size using OpenCV

Get Image Size using OpenCV

During image processing, it is often necessary to know the image size such as width, height, and number of the channels. This tutorial provides example how to get image size...
Resize Image using OpenCV

Resize Image using OpenCV

Image resizing reduces the number of pixels in an image. It can be useful when want to decrease image processing time or reduce the time of training of a neural...