-
flann特征匹配算法
关于算法的基本思想,可从网上搜索找到,这里只是用于特征匹配筛选时的一些说明。
算法在特征筛选中的主要流程是:
(1) 从样本集中随机抽选一个flann样本,即4个匹配点对
(2) 根据这4个匹配点对计算变换矩阵M
(3) 根据样本集,变换矩阵M,和误差度量函数计算满足当前变换矩阵的一致
- 2022-08-08 02:30:40下载
- 积分:1
-
LMH6518F1
LMH5618驱动 stm32 建议结合datasheet一起调试(LMH5618 Driver STM32 Recommends debugging with Datasheet)
- 2020-06-24 14:20:01下载
- 积分:1
-
GY91陀螺仪模块
说明: GY91陀螺仪开发例程,stm32F407ZGT6,角度传感,磁力计,九轴传感器(GY91 gyroscope development routine)
- 2020-06-22 14:40:01下载
- 积分:1
-
kongxinzitishuchu
在开始一个路径前,先调用CDC类的成员函数BeginPath,然后调用一系列的输出函数,在完成绘制后,再调用CDC类的成员函数,在完成一个路径之后,就可以调用StrokePath来绘制该路径,这就是路径的基本用法.(at the beginning of a path, first call CDC category of members BeginPath function, then called a series of the output function, the complete mapping and then call CDC category of members function, the completion of a path, we can call StrokePath to mapping the path, This is the path the basic usage.)
- 2007-07-04 17:50:26下载
- 积分:1
-
agent and the practice
代理与事件的练习-agent and the practice
- 2022-11-11 08:00:03下载
- 积分:1
-
netsocket
brew网络编程实例(A network program sample of brew)
- 2004-11-30 17:41:22下载
- 积分:1
-
基于C#NET的文件传输关键技术研究与系统实现
基于C#NET的文件传输关键技术研究与系统实现(Research on the key technology of file transmission based on C NET and the implementation of.Pdf system)
- 2017-12-13 22:47:43下载
- 积分:1
-
数字温度传感器 ds18b20 7 赛格
传感器 ds18b20
#include < at89x52.h >
sbit DQ = P2 ^1; 与 DS1820 数据引脚连接
//---------------------------------------
延迟 mS 功能
//-------------
- 2023-07-21 21:30:03下载
- 积分:1
-
Havel
这是图论里面的一个定理,即Havel定理,它是用来判断一系列的度的序列能否组成一个简单图,在这儿我实现了它。(This is the inside of a theorem of graph theory, that Havel theorem, which is used to determine whether a series of sequences degrees to form a simple graph, here I realized it.)
- 2014-02-25 16:22:50下载
- 积分:1
-
wonsiutency_image_loop
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素例如第一个元素(Complete quick sort, also known as partition interchange sorting, takes any element in the file to be sorted, for example, the first element)
- 2018-11-30 13:11:35下载
- 积分:1