-
用opencv播放avi视频
这个项目是用opencv写程序读取avi视频文件。欢迎大家下载、试用。谢谢大家的支持!
- 2022-02-26 05:52:38下载
- 积分:1
-
如何让图像变明亮 (直方图均衡化)?
翻译 maninwest@Codeforge 作者:Mr. Lai Tai-Yu@CodeProject 有时候,我们发现照片不明亮,这个是可以修复的。在图像处理领域,这叫做直方图均衡化,通过扩展图像的直方图让照片变明亮。背景操作系统: Microsoft Windows 7 专业版 (64 位) 开发实用程序: Microsoft Visual Studio 2010使用代码 // The histogram array of the red channel.
double aryHistogramR[256] = {0};
// The transform of histogram array of the red channel.
double aryTransformR[256] = {0};
// The sum of pixel"s gray of the red channel.
double dobSumR = 0.0f;
// The histogram array of the red channel.
double aryHistogramG[256] = {0};
// The transform of histogram array of the red channel.
double aryTransformG[256] = {0};
// The sum of pixel"s gray of the red channel.
double dobSumG = 0.0f;
// The histogram array of the red channel.
double a
- 2022-05-10 19:26:14下载
- 积分:1
-
基于判决树的人物动作识别系统(opencv代码)
资源描述This software is intended for research purposes only. All rights reserved.
Copyright rests with the authors. When using this software, please ackowledge
the effort that went into development by referencing the following paper:
A Hough Transform-Based Voting Framework for Action Recognition.
A. Yao, J. Gall & L. Van Gool (CVPR 2010).
Questions or comments concerning the code can be addressed to Angela Yao
(yaoa@vision.ee.ethz.ch).
The bulk of the code was developed from work detailed in the paper
Class-Specific Hough Forests for Object Detection. J. Gall and
V. Lempitsky (CVPR 2009) with code available here:
http://www.vision.ee.ethz.ch/~gallju/projects/houghforest/houghforest.html
===============================================================================
USAGE & NO
- 2022-12-04 17:50:04下载
- 积分:1
-
opencv中实现用鼠标画方形
运用opencv中的一些常用的基本函数,实现用户可以通过鼠标来画方形,函数my_mouse_callback()用来响应鼠标事件,并且根据event来确定给出的响应的功能。
- 2022-11-28 02:15:04下载
- 积分:1
-
图像旋转matlab程序
图像的旋转,可以任意更改角度,不过就是没有建立自己的坐标系,而是使用matlab默认的坐标系。
- 2023-05-01 23:30:03下载
- 积分:1
-
vc高斯模糊源码
vc实现 高斯模糊算法处理,可完美实现图片高斯模糊效果。
VC realization of Gauss fuzzy algorithm processing, can achieve the perfect picture of Gauss fuzzy effect.
- 2022-04-29 02:31:15下载
- 积分:1
-
图像处理-图像的几何变换源代码
MFC程序,包含图像的水平及垂直变换,缩放,转置运算,旋转以及插值运算等源代码,并且程序中含有详细的注释,在VS2005以上环境直接运行,也可以稍加修改后在VS2005以下版本运行
- 2022-03-17 09:55:22下载
- 积分:1
-
opencv 用haar分类器对视频进行人脸检测
此程序是在VS2010+opencv2.44环境下运行的,实现对视频中人脸的动态检测,其原理是基于运用图像的haar特征结合adaboost算法思想生成的人脸分类器(这个也可以生成自己训练出来的.xml文件分类器),最后在opencv下对图像或视频进行检测
- 2022-12-28 11:05:03下载
- 积分:1
-
结合Sift描述符和Surf描述符对图像的防伪检测
结合Surf描述符算子和Sift描述符算子提取的图像不变特征。利用了Sift描述符对尺度,翻转的强有效性;和Surf描述符对光强的 敏感性,进行图像复制粘贴防伪检测。代码中有一个实例,可以看出检测结果。
- 2022-01-21 18:45:13下载
- 积分:1
-
DWT & 奇异值分解的数字水印
1,这是技术结合SVD和DWT2,同步码技术,实现了非常低的概率误差率3,它提出了一个多层次的安全,可靠和高容量的图像水印算法。
- 2022-03-11 05:36:45下载
- 积分:1