OpenCV Tutorial in 5 minutes - All Modules Overview

2023 ж. 23 Нау.
3 477 Рет қаралды

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@chantelleboutin Жыл бұрын
  • 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@wkgates Жыл бұрын
  • Want to learn more about Data Science? Subscribe to the Data Science Newsletter 👉 thedatasciencenewsletter.substack.com/

    @TheDataScienceChannel@TheDataScienceChannel2 ай бұрын
KZhead