-
颜色识别
stm32识别颜色的算法程序源代码,对于不同颜色的识别准确率极高(STM32 color recognition algorithm program source code)
- 2020-09-01 11:08:08下载
- 积分:1
-
OSGEarth学习资料
文件包里,包含大量的OSG学习代码,和事列讲解,代码分析,功能实列,是学习入手的很好的助手,不需再买书,里需覆盖面很广(Osg study code information example)
- 2021-03-19 21:29:19下载
- 积分:1
-
能量检测法源代码
能量检测法是一种比较简单的信号检测方法[1], 属于信号的非相干的检测, 直接对时域信号采样值求模,然后平方即可得到;或利用FFT转换到频域,然后对频域信号求模平方也可得到。它无需知道检测信号的任何先验知识,对信号类型也不作限制。
实际上,能量检测是在一定频带范围内作能量积累,如果积累的能量高于一 定的门限,则说明信号的存在;如果低于一定的门限,则说明仅有噪声。能量检 测的出发点是信号加噪声的能量大于噪声的能量。能量检测方法对信号没有作任何假设,是一种盲检算法。
此代码“利用FFT转换到频域,然后对频域信号求模平方”方法来实现对用户的检测。(In fact, energy detection is used for energy accumulation in a certain frequency range. If the accumulated energy is higher than a certain threshold, the existence of the signal is indicated. If the threshold is lower than the threshold, then only noise is indicated. The starting point of energy detection is that the energy of signal plus noise is greater than that of noise. The energy detection method does not make any assumptions about the signal, and it is a blind detection algorithm.
This code "converts the frequency domain into the frequency domain by FFT, then calculates the square of the square of the frequency domain signal" to realize the detection of the user.)
- 2021-04-29 16:18:42下载
- 积分:1
-
SGR_Autoseed
自动种子区域生长代码,用MATLAB运行,不必选择种子点 可以自动选择阈值 实现图像分割(Automatic seeded region growing code, using MATLAB operation, do not need to select seed points can be automatically selected threshold image segmentation)
- 2014-06-18 22:20:48下载
- 积分:1
-
RANSAC
说明: 随机抽样一致算法RANSAC,在图像配准中可以用于去除不精确的匹配点。(Random sample consensus algorithm RANSAC, in the image registration can be used to remove inaccurate matching point.)
- 2009-09-03 13:06:55下载
- 积分:1
-
GraphAlgorithm
C++语言下, 关于图论算法的一些模版, 包括一般图最大匹配, km匹配, 最小割等等, 共15个模版(C++ language under the graph theory algorithm on a number of templates, including the maximum matching in general graph, km matching, minimum cut, etc., a total of 15 templates)
- 2009-05-12 08:28:02下载
- 积分:1
-
pca
实现一个简单的PCA降维与重构程序,用到的数据在.txt文件中。还有用于测试的.m文件(To achieve a simple PCA dimension reduction and reconstruction procedures)
- 2017-10-01 20:09:28下载
- 积分:1
-
VehicleTracking-master
关于车辆跟踪的c++程序,使用了opencv进行跟踪,采用了帧差方法效果还不错(vehicle detection)
- 2014-12-24 13:49:47下载
- 积分:1
-
ScanZbuffer
扫描线Zbuffer算法
1。算出模型的包围盒。
2.每条扫描线打点时并不是包围盒内整条线打点,而是先搜索需要刷新的范围, 只是该范围内打点。
(One scan line Zbuffer algorithm. Calculate the model bounding box. 2. Each scan line runs inside the box when not surrounded by the entire line runs, but first need to refresh the scope of the search, but the scope of RBI.)
- 2020-12-31 21:58:59下载
- 积分:1
-
raw文件读取
说明: 利用matlab进行编译,显示raw格式的裸数据(Compile with matlab and display raw data in raw format)
- 2020-06-27 16:30:02下载
- 积分:1