-
KTL
说明: 从专业设备上读取数据图像,并对其进行分析的代码。(from professional equipment to read data from images and analysis of its code.)
- 2005-09-17 11:17:51下载
- 积分:1
-
SendMessage
一个sendmessage与getmessage的简单示例(Sendmessage with a simple example getmessage)
- 2009-05-12 17:25:56下载
- 积分:1
-
bm3d_src
这是二维图像去噪算法,C++版本,需自行配置工程使用(Image Denoising Method)
- 2017-06-28 14:11:34下载
- 积分:1
-
alphafx
An article with code on how to create the Alpha effect (fading in and out effect). Starts with the application of alpha on images, and ends with the creation of alpha animation. This is NOT about the Per Pixel Alpha Blend used in Windows.
(An article with code on how to create the Alpha effect (fading in and out effect). Starts with the application of alpha on images, and ends with the creation of alpha animation. This is NOT about the Per Pixel Alpha Blend used in Windows.
)
- 2014-09-28 20:19:09下载
- 积分:1
-
ORB-DARP-Project-master
slove the dial a ride problem with time window constraints
- 2018-02-28 18:03:16下载
- 积分:1
-
并联逆解以及运动控制
并联机器人运动学分析以及运动控制。Delta机器人属于高速、轻载的并联机器人,一般通过示教编程或视觉系统捕捉目标物体,由三个并联的伺服轴确定抓具中心(TCP)的空间位置,实现目标物体的运输,加工等操作。Delta机器人主要应用于食品、药品和电子产品等加工、装配。Delta机器人以其重量轻、体积小、运动速度快、定位精确、成本低、效率高等特点,正在市场上被广泛应用。
- 2022-08-22 20:07:18下载
- 积分:1
-
电调PWM输出调试
使用STM32F407输出PWM,对电调进行校正和控制(Correction and Control of Electric Adjustment using STM32F407 output PWM,)
- 2020-12-28 10:59:01下载
- 积分:1
-
CRC校验(modbus)
/CRC16_MODBUS:多项式x16 x15 x5 1(0x8005),初始值0xFFFF,低位在前,高位在后,结果与0x0000异或unsigned short do_crc(unsigned char *ptr, int len) { unsigned int i; unsigned short crc = 0xFFFF; //crc16位寄存器初始值 while(len--) { crc ^= *ptr ; for (i = 0; i > 1) ^ 0xA001; //多项式 POLY(0x8005)的高低位交换值,这是由于其模型的一些参数决定的 else crc = (crc >> 1); } } return crc; }
- 2021-05-06下载
- 积分:1
-
canon-camera-src-0.2
佳能数码相机图像处理源码工具(EOS 350D, 20D, 1D等)(Canon digital camera image processing source tools (EOS 350D, 20D, 1D, etc.))
- 2007-12-27 15:37:08下载
- 积分:1
-
V5-1008_RL-TCPnet实验_TCP服务器(裸机)
说明: stm32f407平台下实现网络编程,实现TCP通讯,利用TCP-NET(Realize network programming under stm32f407 platform, realize TCP communication, make use of TCP-NET)
- 2019-03-06 14:42:27下载
- 积分:1