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



Duration: 7:11
195,661 views
1,772


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


2016-01-08Feature Matching (Homography) Brute Force - OpenCV with Python for Image and Video Analysis 14
2016-01-07Corner Detection - OpenCV with Python for Image and Video Analysis 13
2016-01-04GrabCut Foreground Extraction - OpenCV with Python for Image and Video Analysis 12
2016-01-02Template Matching - OpenCV with Python for Image and Video Analysis 11
2015-12-31Edge Detection and Gradients - OpenCV with Python for Image and Video Analysis 10
2015-12-29Morphological Transformations - OpenCV with Python for Image and Video Analysis 9
2015-12-28Blurring and Smoothing - OpenCV with Python for Image and Video Analysis 8
2015-12-27Color Filtering - OpenCV with Python for Image and Video Analysis 7
2015-12-22Thresholding - OpenCV with Python for Image and Video Analysis 6
2015-12-20Image arithmetics and Logic - OpenCV with Python for Image and Video Analysis 5
2015-12-19Image Operations - OpenCV with Python for Image and Video Analysis 4
2015-12-18Drawing and Writing on Image - OpenCV with Python for Image and Video Analysis 3
2015-12-17Loading Video Source - OpenCV with Python for Image and Video Analysis 2
2015-12-16Intro and loading Images - OpenCV with Python for Image and Video Analysis 1
2015-12-13Integrating Paypal with Flask - Flask Web Development with Python 34
2015-12-11Pygal SVG embedded Graphs - Flask Web Development with Python 33
2015-12-08jQuery with Flask - Flask Web Development with Python 32
2015-12-06Protected directories and Files - Flask Web Development with Python 31
2015-11-30Return Files with send_file - Flask Web Development with Python 30
2015-11-27Flask Mail - Flask Web Development with Python 29
2015-11-23URL Converters - Flask Web Development with Python 28



Tags:
Python (Programming Language)
OpenCV (Software)
Image Processing (Field Of Study)
region of image
Image Analysis (Field Of Study)
video analysis