A beginner-friendly introduction to OpenCV covering the fundamentals of computer vision programming in Python. Topics include how images are stored as NumPy arrays, BGR vs RGB color format, reading and writing images with imread/imwrite, processing video files and webcam input with VideoCapture and VideoWriter, and displaying

9m read timeFrom newsletter.francofernando.com
Post cover image
Table of contents
How Images Are Represented in MemoryReading and Writing ImagesWorking with Video and Camera InputDisplaying Results and Handling User InputConclusion

Sort: