-
检测图像中是否有人脸的代码
只检测有没有人脸,而不检测是谁是吧。那就比较简单。计算的原理是当图中一片区域出现某个颜色的时候(比如黄种人就是黄色,这个颜色往往是个范围)则认为是有人。
- 2022-01-24 15:09:41下载
- 积分:1
-
The use of color method, histogram method and other methods of face detection wo...
利用肤色法,直方图法等多种方法进行的人脸检测的工程,很好用的!-The use of color method, histogram method and other methods of face detection works, good use!
- 2022-01-22 03:34:35下载
- 积分:1
-
行程编码,JPEG压缩编码(基本系统)算法
行程编码,JPEG压缩编码(基本系统)算法-route codeing, JPEG compression algorithm
- 2023-04-05 12:45:03下载
- 积分:1
-
用VC++的MFC开发的,关于遥感数字图像编程的源程序
用VC++的MFC开发的,关于遥感数字图像编程的源程序-VC++ using the MFC development, with regard to remote sensing digital image of the source programming
- 2022-02-09 22:19:10下载
- 积分:1
-
数字信号处理 冲激响应 数字低通滤波器
数字信号处理 冲激响应 数字低通滤波器-digital signal processing impulse response wave digital lowpass filter
- 2023-07-10 07:25:03下载
- 积分:1
-
三维文字编程,2004年旋转三维字符及visualc编译器的使用
- 2022-03-22 20:01:28下载
- 积分:1
-
一个小时钟DEMO,用VC 写的小程序,其实就是GDI 绘图和一个简单的算法。绘制了时钟的线条。...
一个小时钟DEMO,用VC 写的小程序,其实就是GDI 绘图和一个简单的算法。绘制了时钟的线条。-a clock Demo
- 2023-06-16 22:20:04下载
- 积分:1
-
Guide pdf format
Protel 2004 教程 pdf格式-Guide pdf format
- 2023-05-09 09:40:03下载
- 积分:1
-
imitate the small windows drawing software
模仿windows画图的小软件-imitate the small windows drawing software
- 2022-06-22 05:07:18下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1