Image Operations - OpenCV with Python for Image and Video Analysis 4
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=1pzk_DIL_wo
In this Python with OpenCV tutorial, we're going to cover some of the basics of simple image operations that we can do. Every video breaks down into frames. Each frame, like an image, then breaks down into pixels stored in rows and columns within the frame/picture. Each pixel has a coordinate location, and each pixel is comprised of color values. Let's work out some examples of accessing various bits of these principles.
Sample code and text-based version of this tutorial: https://pythonprogramming.net/image-operations-python-opencv-tutorial/
https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex
Other Videos By sentdex
Tags:
Python (Programming Language)
OpenCV (Software)
Image Processing (Field Of Study)
region of image
Image Analysis (Field Of Study)
video analysis