How to read frames from a webcam and save them in a video file, using Python and OpenCV.
Python OpenCV: Converting camera video to black and white
How to obtain video from a webcam and convert it to black and white, using OpenCV and Python.
Python OpenCV: Resizing an image
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