[opencv]opencv模块介绍

来源:互联网 发布:大脚插件mac版6.2 编辑:程序博客网 时间:2024/05/10 03:59

1.opencv资料搜索

  • http://opencv.org/documentation.html
  • 也可在安装的opencv文件夹中找到使用文档

2.模块介绍

core a compact module defining basic data structures, including the dense multi-dimensional array Mat and basic functions used by all other modules.
定义基础数据结构,包括Mat和其他模块的基本函数

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 a video analysis module that includes motion estimation, background subtraction, and object tracking algorithms.
视频分析模块包括运动估计、背景差分、运动跟踪算法

calib3d basic multiple-view geometry algorithms, single and stereo camera calibration, object pose estimation, stereo correspondence algorithms, and elements of 3D reconstruction.
基本的多视角几何算法,单、双相机标定,物体位姿估计,立体相似性算法,三维重建
features2d salient feature detectors, descriptors, and descriptor matchers.
显著特征检测,描述,匹配
objdetect detection of objects and instances of the predefined classes (for example, faces, eyes, mugs, people, cars, and so on).
目标检测和预定义好的分类器实例
highgui an easy-to-use interface to video capturing, image and video codecs, as well as simple UI capabilities.
视频捕捉,图像视频编码解码,界面
gpu GPU-accelerated algorithms from different OpenCV modules.
gpu加速

ml 
机器学习模块

Flann 
快速最邻近开源库
stitching
图像拼接模块

photo
计算摄影模块

其他模块:


0 0