-
bzoj
随着这些年计算机硬件水平的发展, 计算速度的提高, 源自序列蒙特卡罗方法的蒙特卡罗粒子滤波方法的应用研究又重新活跃起来,本()
- 2018-07-06 09:39:59下载
- 积分:1
-
双树复小波分解+特征提取+输出Excel
说明: 运行小波变换对图像进行处理分析,包括去噪纹理提取等(Running wavelet transform to process and analyze image, including denoising texture extraction, etc.)
- 2019-02-03 14:21:05下载
- 积分:1
-
cs,rd,rma
用于雷达成像的三种不同算法,分别为CS算法、RD算法、RMA算法(cs ,rd ,rma algorithm)
- 2021-04-27 20:38:44下载
- 积分:1
-
bp-vision-master
说明: 置信度传播立体匹配,matelab就能运行,比较简单
1、需要Matlab 2013a及以上版本;
2、运行demo_stereo.m,注意修改图片路径;
3、左右图像使用3通道灰度图;(Confidence propagation stereo matching, MATELAB can run, relatively simple
1. Matlab 2013a and above is required;
2. Run demo_ Stereo. M, pay attention to modifying the image path;
3. The left and right images use 3-channel gray-scale images)
- 2020-06-04 14:53:27下载
- 积分:1
-
attackofwatermarking
说明: 通过程序介绍的一些算法,可以对信息隐藏技术实施攻击,特别是水印技术.(procedures introduced by the algorithm, the information can be hidden to attack technology, in particular watermarking technology.)
- 2006-04-18 11:58:33下载
- 积分:1
-
refactor
序列匹配c++实现,可以帮助理解序列匹配算法(Sequence matching c++ implementation can help to understand the sequence matching algorithm)
- 2014-02-15 20:38:24下载
- 积分:1
-
简单的Halcon 找圆算法 findcircle
说明: 简单的Halcon 找圆算法,首先进行圆检测(识别圆、圆拟合),再找出坐标位置(A simple Halcon algorithm for finding circles firstly conducts circle detection (identifying circle and circle fitting), and then finds the coordinate position)
- 2020-06-22 03:00:02下载
- 积分:1
-
LianXi2
适用于小车跟踪和相应的轨迹滤波处理,代码是直接可以调通的(t is suitable for car tracking and corresponding trajectory filtering. The code can be adjusted directly.)
- 2019-05-08 19:48:20下载
- 积分:1
-
FCM
利用模糊C聚类(FCM)的方法对彩色图像进行分割,期中可以用不通的特征向量来表征图像的特征(The method of fuzzy C clustering (FCM) is used to segment the color image. In the period of time, the feature vectors can be used to characterize the features of the image.)
- 2018-03-12 11:37:23下载
- 积分: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