-
基于VC的PointGrey灰点相机工程
基于VC的PointGrey灰点相机工程,可采用事件触发或多线程控制,包含单帧采集和连续采集等功能。PointGrey camera project based on VC that can be multi-threaded event-triggered control, including single frame capture and continuous acquisition functions.
- 2022-07-15 15:29:20下载
- 积分: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
-
多支持向量机的字符识别
&提出了一种基于Bernsen算法和支持向量机(SVM)的车牌识别方法;
- 2022-03-17 22:41:40下载
- 积分:1
-
人脸检测
资源描述对摄像头、视频、图片中的人脸进行检测,并记录人脸个数
- 2022-06-03 18:27:52下载
- 积分:1
-
稀疏编码图像恢复的文章
ICCV会议上,关于稀疏编码图像恢复的文章,pdf格式,文章中也给出了源代码的下载网址。
- 2022-08-18 08:50:02下载
- 积分:1
-
Source-code--CCCam
Source-code--CCCam.zip 处理网络 图像协议 代码:
* run cccam with:
* LD_PRELOAD=./ca.so ./xxx.i386
*
* Will then send CWs to vdr-sc cardclient cccam
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, wr
- 2022-07-15 11:41:08下载
- 积分:1
-
LBP-top 人脸表情识别
基于LBP-TOP算法的人脸表情识别,SMIC数据库,芬兰大学实验室的的代码,这是表情识别的主代码,包括两个mat的二进制文件,是比较好的一个算法实现
- 2023-02-27 10:05:04下载
- 积分:1
-
实现两幅图像的匹配和拼接
通过采用surf算法,来分别提取两幅图像的特征点,来进行图像的匹配,利用ransac算法来剔除误匹配,实现精确的配准,根据匹配点,计算homography,进行两幅图像的拼接。实际使用中,新建一个控制台工程,将压缩包里面的两个文件加入工程,即可运行。
- 2022-01-23 10:18:13下载
- 积分:1
-
手指计数
采用的方法是在一个小的区域分割的背景减法。
然后手指计数和计数应用被打开。
- 2022-02-26 12:39:46下载
- 积分:1
-
VC++图像选点坐标
基于MFC的查看图像坐标选点程序,当导入一副图像时,鼠标所指位置会在主框架窗口会产生其在图像坐标中的横纵值,记录该点在图像中的水平和竖直坐标位置,达到选点的目的。
- 2022-12-07 15:55:03下载
- 积分:1