-
一个颜色拾取器的源程序
一个颜色拾取器的源程序-pick up a color of the source
- 2022-02-02 22:59:33下载
- 积分:1
-
get all planar point on the outer contour of the procedures used opencv realized...
查找所有二维平面上点的外轮廓的程序,采用opencv实现,是一个简单的学习图形学的工具-get all planar point on the outer contour of the procedures used opencv realized, is a simple tool for learning graphics
- 2022-07-19 02:45:52下载
- 积分:1
-
图像变换的理论基础,包括:切割与合并,SCA…
图像变换的理论基础,包括:剪切与合并、缩放、旋转、镜像、增强CDib等源代码。
- 2022-06-21 17:45:15下载
- 积分:1
-
MINIGUI在44b0上使用的例子,是学习嵌入式系统图形界面编成的绝好例子,拿来大家分享...
MINIGUI在44b0上使用的例子,是学习嵌入式系统图形界面编成的绝好例子,拿来大家分享-MINIGUI 44b0 used in the example is the study of Embedded System graphical interface into the excellent examples, we used to share
- 2022-08-09 07:29:18下载
- 积分:1
-
基于adaboost的人脸检测程序
可以在一副图像中将人脸的位置框出...
基于adaboost的人脸检测程序
可以在一副图像中将人脸的位置框出-AdaBoost-based face detection procedure may face an image will be the location of the box
- 2022-03-18 05:08:14下载
- 积分:1
-
Qt下用Opencv2采集USB摄像头
Qt下用Opencv2采集USB摄像头图像,Ubutu12.04系统,安装OPencv2,使用USB摄像头,插上即可用。
- 2022-04-13 05:12:56下载
- 积分:1
-
这是用VC++中的MFC事项的,用角度DDA法产生圆弧
这是用VC++中的MFC事项的,用角度DDA法产生圆弧-This is the VC MFC matters with DDA point arc generated Act
- 2022-06-15 06:40:15下载
- 积分:1
-
Inverse image applications, the availability of one anti
反镜像应用,提供一个反白镜像。做其他的应用。
- 2022-01-26 01:52:32下载
- 积分: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
-
BMP图像的特效显示,基于像素的操作,可以适应于其他许多类似功能。...
BMP图像的特效显示,基于像素的操作,可以适应于其他许多类似功能。-BMP operation,based on pixels.
- 2023-05-13 07:50:03下载
- 积分:1