Video Analytics using OpenCV and Python Shells
- 3.9
Brief Introduction
Through this training we shall understand and learn how to perform video analytics with OpenCV.Description
OpenCV (Open Source Computer Vision Library) is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, C, Python and Java interfaces. Computer vision applications and technology are blowing up right now! With several apps and industries making amazing use of the technology. Through this training we shall understand and learn how to perform video analysis with OpenCV.
The training will include the following;
Object detection
Color models- HSL model, HSV model, RGB model
Image loading
Image thresholding
Blob detection
Motion Detection
Capture video from video
Capture video from video file
Background subtraction
Saving video
Colorspace based tracking
Camshift algorithm
Optical flow based tracking
Face detection
Contour based tracking
Requirements
- Requirements
- Basic knowledge of Python
- Beginner knowledge of Statistics