How to resize an image using Python and OpenCV.
Python OpenCV: Image tiling
How to tile an image so it repeats itself both vertically and horizontally with Python, OpenCV and numpy.
Python OpenCV: Concatenating images
How to concatenate images horizontally and vertically using Python and OpenCV.
Python pyzbar: Detecting and decoding barcode
Detecting and decoding a barcode in an image with Python and Pyzbar.
Python OpenCV: Detecting and Decoding a QRCode
Detecting and decoding a QR Code using Python and OpenCV.
Python OpenCV: Drawing lines on image
How to draw lines on an image using Python and OpenCV.
Python OpenCV: Getting region of interest
Getting a region of interest in an image, using Python and OpenCV
Python OpenCV: Getting image dimensions
Getting the width and height of an image using Python and OpenCV
Node.js OpenCV: Converting an image to grey scale
How to convert an image to grey scale using OpenCV and Node.js
Python OpenCV: Converting an image to HSV
Converting an image to the HSV color space with Python OpenCV