资源列表
[OpenCV] mouse_draw_rect
说明:利用opencv工具建立窗口,并初始化4个不同颜色区域,可用鼠标进行画框处理-Using opencv tools to create window and initialize the 4 different color regions, the available fr a me processing mouse<bear zhou> 在 2025-07-01 上传 | 大小:5.48mb | 下载:0
[OpenCV] read_avi_addtrackerbar
说明:使用opencv读取本地视频文件,并在播放窗口添加进度条-Read the local video files using opencv, and add the progress bar in the player window<bear zhou> 在 2025-07-01 上传 | 大小:3.42mb | 下载:0
[OpenCV] LPR
说明:License Plate Recognition with Image Processing using OpenCV<VAKKAS 脟EL陌K> 在 2025-07-01 上传 | 大小:3.6mb | 下载:0
[OpenCV] Adative-contour-extraction
说明:在图像中提取轮廓(用到了自适应阈值分割算法),根据目标特征,如周长、面积等参数进行筛选,得到目标的轮廓。-Contour extraction in the image (use an adaptive thresholding algorithm), depending on the target characteristics, such as perimeter, area and other parameters of screening, target profile.<风花雪月> 在 2025-07-01 上传 | 大小:3.75mb | 下载:0
[OpenCV] targets-detection-and-tracking
说明:基于vc++6.0+opencv的运动目标的检测与跟踪,包括一个小车视频,主要功能是在噪声、静止背景下实现运动目标的检测-Vc++6.0+ opencv-based moving target detection and tracking, including a car video, the main function is in the noise, static background detection of moving objects<李静> 在 2025-07-01 上传 | 大小:2.62mb | 下载:0
[OpenCV] camera-parameters
说明:对照相机进行标定,与世界坐标系是直角坐标系,以OpenCV为支持,输出摄像机的内参和外参-Calibration of the camera, and the world coordinate system is Cartesian coordinates to OpenCV for the support, the output of the camera internal parameters and external parameters<鞠光亮> 在 2025-07-01 上传 | 大小:2kb | 下载:0
[OpenCV] lbp
说明:1.解压缩之后,在vs2008下可直接运行,不过需要安装opencv 2.提供人脸检测与识别功能 3.人脸识别,需要预先选定文件夹提取特征向量,然后才可以选取比较,这个需要改源程序-1. Unzipped, run directly under the vs2008, but need to install opencv 2. Provides face detection and recognition 3. Recognition, pre-selected folder need<文石磊> 在 2025-07-01 上传 | 大小:12.88mb | 下载:0
[OpenCV] Learning-OpenCV
说明:学习OpenCV的必备工具,中文版的,便于英语不灵的同学查阅相关的代码和函数,学会这本书就是OpenCV高手了-Learning OpenCV an essential tool, the Chinese version, English uninformed students easily access related code and functions, this book is to learn to master the OpenCV<鞠光亮> 在 2025-07-01 上传 | 大小:12.87mb | 下载:0
[OpenCV] SnakeProfile
说明:opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o<> 在 2025-07-01 上传 | 大小:1kb | 下载:0