opencv3.2中全部模块

来源:互联网 发布:淘宝物流显示香港 编辑:程序博客网 时间:2024/04/28 23:59
/* *      ** File generated automatically, do not modify ** * * This file defines the list of modules available in current build configuration * **/// This definition means that OpenCV is built with enabled non-free code.// For example, patented algorithms for non-profit/non-commercial use only./* #undef OPENCV_ENABLE_NONFREE */#define HAVE_OPENCV_CALIB3D           //摄像机标定三维重建#define HAVE_OPENCV_CORE//最基础数据结构#define HAVE_OPENCV_FEATURES2D          //特征描述,描述匹配器探测器#define HAVE_OPENCV_FLANN               //Fast Library for Approximate Nearest Neighbors近邻搜索#define HAVE_OPENCV_HIGHGUI             //高层级交互gighgui#define HAVE_OPENCV_IMGCODECS           //图片的读写#define HAVE_OPENCV_IMGPROC             //图片处理#define HAVE_OPENCV_ML                  //机器学习#define HAVE_OPENCV_OBJDETECT           //物体检测#define HAVE_OPENCV_PHOTO               //图像降噪克隆与NPR渲染#define HAVE_OPENCV_SHAPE               //形状的匹配以及距离计算#define HAVE_OPENCV_STITCHING           //图像拼接#define HAVE_OPENCV_SUPERRES            //超分辨率#define HAVE_OPENCV_VIDEO               //视频分析#define HAVE_OPENCV_VIDEOIO             //视频读写#define HAVE_OPENCV_VIDEOSTAB           //视频稳定系#define HAVE_OPENCV_WORLD               //打包opencv全部dll            

0 0