搜索资源列表
thin.rar
- 应用OPENCV编写的,输入一张二值图片,根据细化算法细化成单像素的二值图像。,OPENCV prepared application, enter a two-valued picture, refined into a thinning algorithm based on single-pixel binary image.
MRF-benchmarks
- markov random fields的各类优化算法及应用Optimization methods included: 1) ICM 2) Graph Cuts 3) Max-Product Belief Propagation 4) Sequential tree-reweighted message passing (TRW-S) Applications include: (1)binary (2)denoise (3)stereomatch (
opencv
- 基于OPENCV对图片进行灰度变换、二值变换、窗口变换、线性变换以及均衡处理-OPENCV the picture based on gray-scale transformation, binary transform, the window transform, linear transformations, and equalization
OpnCvTest
- 用OpenCv和vc++实现图像处理的基本功能,有效利用OpenCv,包括读入并显示图像,边缘检测,加噪声以及锐化处理-OpenCv and vc++ to Canny Sobel Binary and GradSharp opreator
111writer
- 采用opencv编写,可以保存视频,例如检测后的二值视频,可以保存为avi格式,比较好用,自己编写-Opencv used to prepare, you can save video, for example, after detection of binary video, you can save it as avi format, more convenient, I have written
pyramid
- OPenCV: 对二值图像进行金字塔处理 -OPenCV: binary image of the pyramid to deal with
kmean
- 基于OpenCV的二元吗,实现了划分随机分布点集的K-均值算法。按照类别分组的输入样本顺序输出包含样本类别索引的数组labels(i),存储在样本矩阵的第i行中。-Based on the binary OpenCV吗, implementation of the demarcation point set of randomly distributed K-means algorithm. Input in accordance with the type of packet contains
max_area
- 二值化图像,求最大连通区域,然后分割最大连通区域,用opencv开发-Binary image, and the largest regional connectivity, and then split the largest connected region, with the development of opencv
DistanceTransform
- 距离变换,图形图像处理中经常用到的,把一个二值图像变为灰度图像-Distance transform, Computer Graphics often used, to a binary image into a grayscale image
connect
- 对图片以及视频帧进行连通域提取,环境需要opencv vs2005,必要的配置,连通域的算法是基于递归的二值图像标记算法。-Frame of the picture, and video connectivity components extraction, environmental needs opencv vs2005, the necessary configuration, connected components algorithm is based on the recursive
RemoveBlackConnectedComponents
- 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
hello2
- opencv 运动目标的识别,二值化模板-opencv recognition of moving objects, binary template
opencv-2.5-windows-binary
- opencv的windows版源代码,版本号:2.5.0,是一款学习opencv的比较有参考价值的源代码。-the source code of opencv,the verson number is:2.5.0. it is good value for learning opencv.
plateidentify
- 车牌识别 opencv 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。-License plate recognition opencv The first open a picture and then follow the order of grayscale, binary, gray stretch,
Brief_Test
- BRIEF(Binary Robust Independent Elementary Features)特征检测,调试都可以使用。效果不错。-Binary Robust Independent Elementary Features (The BRIEF) feature detection, debugging can be used. Good results.
OpenCV
- 二值化一幅图像,用不同彩色填充连通域(连通分量),在二值图像中找出轮廓并存储。-Binarized image, communicating with a different fill color field (connected component) to identify the outline of the binary image and stored.
LBP+opencv
- Local binary patterns (LBP)+opencv
binary
- 利用opencv对图像进行处理,得到灰度图像,并得到二值化图像-Using opencv image processing, get grayscale images, and get binary image
opencv
- 学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe in
opencv 基本全局阈值法--二值化
- 图像二值化代码,使用全局二值化算法实现,效果不错(binary transfer algorithm)