-
detectpoint
光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。(Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extracting the center spot, which is attached test images, the extraction accuracy of sub-pixel level.)
- 2014-04-16 15:33:49下载
- 积分:1
-
ADXL345模块
#include "adxl345.h"
#include "main.h"
#include "myiic.h"
#include "math.h"
#include "main.h"
#include
#include "stm32f1xx_hal_uart.h"
#include "usart.h"
void ADXL345_write(u8 addr, u8 data)
{
IIC_Start();
IIC_Send_Byte(ADXL_WRITE);
IIC_Wait_Ack();
IIC_Send_Byte(addr);
IIC_Wait_Ack();
IIC_Send_Byte(data);
IIC_Wait_Ack();
IIC_Stop();
HAL_Delay(10);
}
u8 ADXL345_read(u8 addr)
{
u8 d = 0;
IIC_Start();
IIC_Send_Byte(ADXL_WRITE);
IIC_Wait_Ack();
IIC_Send_Byte(addr);
IIC_Wait_Ack();
II
- 2022-05-28 01:28:24下载
- 积分:1
-
RLC_Test
电子竞赛—具有语音功能的RCL测试仪,里面有详尽的源代码。(Electronic Contest- RCL testing voice-enabled device, which has a detailed source code.)
- 2010-02-27 10:03:41下载
- 积分:1
-
qt串口操作示例源码-QT编写的串口设备调试工具终极版
通过qt5操作串口 基本功能:1:支持16进制数据发送与接收。2:支持windows下COM9以上的串口通信。3:自动加载对应操作系统串口号。4:实时显示收发数据字节大小以及串口状态。高级功能:1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。2:可模拟设备回复数据,需要在主界面开启模拟设备回复数据。当接收到设置好的指令时,立即回复设置的回复指令。例如指定收到0x16 0x00 0xFF 0x01需要回复0x16 0x00 0xFE 0x01,则只需要在SendData.txt中添加一条数据16 00 FF 01:16 00 FE 01即可。3:可定时发送数据和保存数据到文本文件:,默认间隔5秒钟,可更改间隔时间。4:在不断接收到大量数据时,可以暂停显示数据来查看具体数据,后台依然接收数据但不处理,无需关闭串口来查看已接收到的数据。5:每次收到的数据都是完整的一条数据,而不是脱节的,做了延时处理。6:一套源码随处编译,无需更改串口通信类,已在XP/WIN7/UBUNTU/ARMLINUX系统下成功编译并运行。
- 2019-04-14下载
- 积分:1
-
设置文件的访问权限,您可以随意设置文件的删除修改功能
设置文件的访问权限,您可以随意设置文件的删除修改功能-document access permissions, you can randomly delete the configuration file change the functional
- 2022-02-12 08:41:53下载
- 积分:1
-
stm32f4xx_flash
NPN silicon planar epitaxial transistor
encapsulated in a SOT223 surface
mounted envelope and designed
primarily for use in hand-held radio
equipment in the 470 MHz
communications band.
- 2014-07-09 15:09:54下载
- 积分:1
-
学生管理系统
学生成绩管理系统,拥有登录,在线查询,成绩 批改等功能(Student achievement management system)
- 2021-04-19 21:08:50下载
- 积分:1
-
猜数字大作业
这是用C语言编写的猜价格大作业,系统会随机生成一个给定范围内的随机数,然后在一定次数内玩家需要猜出该数字,每次猜数字后程序会给出反馈所猜数字是大于实际数字还是小于实际数字
- 2022-03-24 04:02:59下载
- 积分:1
-
C# Outcome 03
List / ClassLibrary 信息传递, 页面交互(List/ClassLibrary information transfer, page interaction)
- 2019-05-16 15:53:07下载
- 积分:1
-
count-rice
本程序可以使用图像处理算法对图片进行处理,对于一个含有各种物体的图片,如米粒,可以计算物体的个数。使用前请配置好opencv环境。希望对大家学习图像处理和opencv有所帮助...(This procedure can use the image processing algorithm for processing images for a picture with a variety of objects, such as a grain of rice, can calculate the number of objects. Configured before use opencv environment. We would like to learn opencv image processing and help ...)
- 2009-04-23 16:05:57下载
- 积分:1