搜索资源列表
12
- 使用opencv的cvfloodfill实现了根据选取点的像素而自动扩展的区域的功能,达到区域选择的目的-The cvfloodfill achieved using opencv selected points according to the pixels and features automatic extension of the region to achieve the objective of regional choice
filldemo
- 图像域的填充,该程序给出了不同的算法选项,读者可以自行测试这些算法的不同参数选择-Fill the image field, the program gives options for different algorithms, the reader can test their own choice of different parameters of these algorithms
123
- opencv实例程序,显示图片,关于类库的添加和硬盘格式的选择-opencv sample programs, show pictures, add the class library and hard about the choice of format
DynTrace
- 该程序是在C++Builder环境下开发的,使用DirectShow+OpenCV相结合的可以进行实时视频跟踪的程序,可以实现视频源的选择、调节,以及动态跟踪-The program is developed under in C++Builder environment, the use DirectShow+OpenCV a combination of real-time video tracking program can achieve the choice of video sour
regiongrow
- 基于OpenCV的区域生长算法,自选一个种子点,进行区域生长,也可以进行多个种子点的选取-OpenCV-based region growing algorithm, the choice of a seed point, region growing, and can also select multiple seed points
OReilly-OpenCV
- 说明:本书是基于OpenCV1.0的,以C语言实现为主。目前OpenCV的最新的版本是OpenCV2.0,已经完全实现了C++,可惜还没有一本书(包括外文的)是基于OpenCV2.0来介绍OpenCV的,所以建议熟悉图像处理并且英语能过关的朋友直接去学习OpenCV2.0里的英文帮助文档吧。不过英语不行的朋友先从本书开始学习也是一个不错的选择。-Descr iption: This book is based on the OpenCV1.0, and to C language based.
cvut_test
- 实现摄像机的标定,对于学习机器视觉的初学者来说是一个不错的选择,你还在犹豫什么呢-Achieve camera calibration, learning machine vision beginners is a good choice, what are you waiting for
binary-video
- 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in