OpenCV Tutorial in 5 minutes - All Modules Overview

preview_player
Показать описание
OpenCV is an open-source library that includes several hundreds of computer vision algorithms.

OpenCV has a modular structure, which means that the package includes several shared or static libraries. The following modules are available:

- Core functionality (core) - a compact module defining basic data structures, including the dense multi-dimensional array Mat and basic functions used by all other modules.
- Image Processing (imgproc) - an image processing module that includes linear and non-linear image filtering, geometrical image transformations (resize, affine and perspective warping, generic table-based remapping), color space conversion, histograms, and so on.
- Video Analysis (video) - a video analysis module that includes motion estimation, background subtraction, and object tracking algorithms.
Рекомендации по теме
Комментарии
Автор

That was amazing. Excellent overview. I now know much more about OpenCV's capabilities.

chantelleboutin
Автор

Great Overview.
Please more of it. And some deep dive in some topics.

Manfred_Z
Автор

Really great overview of computer vision and object detection in openCV.

I've been studying computer vision through Matlab at my university and many functions are shared between the two.

wkgates
Автор

more OpenCV Tutorial for Beginners :)

yuvrajkukreja
Автор

does is worth to have the OpenCV certification ?

drm