-
基于opencv手势识别的智能机器人代码
void track_hand()
{
image = cvCreateImage( sz, 8, 3 );
hsv = cvCreateImage( sz, 8, 3 );
hue = cvCreateImage( sz, 8, 1 );
mask = cvCreateImage( sz, 8, 1 );
//分配掩膜图像空间
backproject = cvCreateImage( sz, 8, 1 );
//分配反向投影图空间,大小一样,单通道
- 2022-01-21 17:27:04下载
- 积分:1
-
ADUC8XX代码
ADUC8XX代码-source code of ADUC8XX
- 2022-02-13 03:38:11下载
- 积分:1
-
wifi智能车系统
- 2022-01-26 05:46:51下载
- 积分:1
-
嵌入式linux系统的测试工具,测试包括ram读写,进程创建,socket通信和disk io性能在内的linux系统基本性能参数...
嵌入式linux系统的测试工具,测试包括ram读写,进程创建,socket通信和disk io性能在内的linux系统基本性能参数-Linux embedded system test tools, testing, reading and writing, including ram, process creation, socket communication, and disk io performance linux system, including the basic performance parameters
- 2023-06-21 02:50:04下载
- 积分:1
-
红外线解码programt用C51
一款适用的C51写的红外线解码程序,直接编译使用,有注释,方便阅读!-An infrared ray decoding programt with C51
- 2022-01-22 15:08:07下载
- 积分:1
-
用VC++6.0与单片机通过RS232通信程序,上位机程序主要是控制单片机发出一些指令,单片机上传一些数据到上位机,上位机通过这些数据作出决策,再发送指令到单片...
用VC++6.0与单片机通过RS232通信程序,上位机程序主要是控制单片机发出一些指令,单片机上传一些数据到上位机,上位机通过这些数据作出决策,再发送指令到单片机。-With VC++ 6.0 and MCU through RS232 communication procedures, procedures for the main PC to control a number of directives issued by single-chip microcomputer, microcontroller upload some data to the host computer, host computer through the data to make decisions, and then send commands to the Singlechip.
- 2022-04-07 14:14:02下载
- 积分:1
-
基于at89s52单片机的歌曲《草原晨曲》C程序。
基于at89s52单片机的歌曲《草原晨曲》C程序。-SCM at89s52 songs on " Prairie morning song" C program.
- 2023-08-21 21:05:03下载
- 积分:1
-
procedure for the serial port chip tl16c750 uClinux s3c44b0 environment of flood...
此程序为串口芯片tl16c750在uClinux + s3c44b0环境下的驱动程序.tl16c750R FIFO设置为64BYTES, 除此之外,此程序还能缓存20条已经收到的串口数据.即存储数据量为20*64=1280BYTES的串口数据,而不用担心未及时读串口时发生数据的丢失现象.此外,附此驱动的测试程序,以及编译后的映像文件.-procedure for the serial port chip tl16c750 uClinux s3c44b0 environment of flooding action procedures. tl16c750R FIFO set to 64 BYTES, in addition, This procedure can cache 20 has been received by the serial data. that the data storage capacity of 20* 64 = 1280BYT ES Serial data, and do not have to worry about failure occurred when reading serial data loss phenomenon. In addition, Report this driver testing procedures, and compile the map file.
- 2022-03-10 15:00:43下载
- 积分:1
-
LCD SMG16032B显示驱动程序,C51的平台
LCD SMG16032B显示驱动程序,C51的平台-SMG16032B LCD display driver procedures, C51 platform
- 2022-08-20 02:50:52下载
- 积分:1
-
" ARM embedded Linux device driver development example," Chapter III of...
《ARM嵌入式Linux设备驱动实例开发》,第三章代码,-" ARM embedded Linux device driver development example," Chapter III of the code,
- 2022-07-26 12:26:12下载
- 积分:1