-
人眼识别
该算法在检测到人脸并定位面部关键特征点之后,主要的人脸区域就可以被裁剪出来,经过预处理之后,馈入后端的识别算法。识别算法要完成人脸特征的提取,并与库存的已知人脸进行比对,完成最终的分类。
- 2022-01-25 14:08:42下载
- 积分:1
-
【源码】DirectX角色扮演游戏编程 第二版
【源码】DirectX角色扮演游戏编程 第二版
这本书是学习Directx、角色扮演、游戏编程的经典书籍。 但是网上很多资源是基于第一版书籍的,或是根本运行不通。 这个版本我已测试过,每个工程都可以完美运行。
运行环境:DirectX SDK 9.0b
- 2023-03-30 10:10:05下载
- 积分:1
-
PCA人脸识别在VS下的实现
用OpenCV与C++结合实现的基于PCA算法的人脸识别,适合新手掌握PCA编程模型。
- 2022-03-24 13:44:28下载
- 积分:1
-
LBP-top 人脸表情识别
基于LBP-TOP算法的人脸表情识别,SMIC数据库,芬兰大学实验室的的代码,这是表情识别的主代码,包括两个mat的二进制文件,是比较好的一个算法实现
- 2023-02-27 10:05:04下载
- 积分:1
-
ScienceSlides 科研插图软件
ScienceSlides是非常方便快捷小巧的ppt插图软件,里边包含了大量的专业素材,比如神经元,细胞,人体结构,DNA等等,而且都是彩色的,具有很好的视觉效果。
- 2022-03-18 23:21:24下载
- 积分:1
-
opencv轨迹跟踪
opencv画轨迹。使用c++语言。是图像处理一个方面。使用camshaft跟踪运动目标。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-07-16 06:33:10下载
- 积分:1
-
一维条形码识别系统
一维条形码识别系统基于VC6.0,对输入的条形码图像进行预处理,进一步识别,是目前基于条形码进行货物扫描识别的关键。内含识别图片。
- 2023-04-04 16:45:04下载
- 积分:1
-
直方图增强函数源文件
LPBYTE lpSrc; // 指向原图像的指针
long i,j; //循环变量
int gray[256]; // 灰度计数
BYTE pixel; //像素值
LPBYTE lpDIBBits=m_pDib->GetData();//找到原图像的起始位置
LONG lWidth=m_pDib->GetWidth(); //获得原图像的宽度
LONG lHeight=m_pDib->GetHeight(); //获得原图像的高度
// 灰度计数变量初始化
memset(gray,0,sizeof(gray));
//逐个扫面图像中的像素点,进行灰度计数统计
for(j = 0; j
- 2022-03-07 11:47:35下载
- 积分:1
-
Efficient Salient Region Detection with Soft Image Abstraction
资源描述Detecting visually salient regions in images is one of the fundamental problems in computer vision. We propose anovel method to decompose an image into large scale perceptually homogeneous elements for efficient salient region detection, using a soft image abstraction representation.
By considering both appearance similarity and spatial distribution of image pixels, the proposed representation abstracts out unnecessary image details, allowing the assignment of comparable saliency values across similar regions,and producing perceptually accurate salient region detection. We evaluate our salient region detection approach on the largest publicly available dataset with pixel accurate annotations. The experimental results show that the proposed method outperforms 18 alternate methods, reducing the mean absolute error by 25.2% compared to the previous best result, while being computationally more efficient.
- 2022-03-24 19:39:44下载
- 积分:1
-
rsa encryption
RSA是一种密码系统,被称为最早实用的公钥密码系统之一,广泛用于安全数据传输。在这样的密码系统中,加密密钥是公开的,并且不同于;
- 2022-03-02 05:31:36下载
- 积分:1