搜索资源列表
FFT算法C代码实现
- FFT算法C代码实现,常用滤波算法,Matlab仿真。
color_bf
- 快速图像双边滤波代码,siggraph2006上的一篇Fast Median and Bilateral Filtering-Fast bilateral filter code based on "Fast Median and Bilateral Filtering"
KalmanFilter
- 卡尔曼滤波代码 可以做线性预测 航迹点的走向-KalmanFilter
重采样代码源码
- 粒子滤波基本的四种重采样代码,有利于刚接触粒子滤波的同学学习(Particle filter basic four resampling code)
形态学代码
- 数学形态学开和闭运算,腐蚀和膨胀运算的MATLAB代码(Open and close operations, corrosion and expansion)
用C语言实现数字滤波
- 各种滤波代码,C语言实现,平滑、递推、中位值等等(C language, various digital filtering)
常用代码
- C语言写的卡尔曼滤波器,用于将MPU传输的数据进行滤波去除杂波以达到精准控制。(C filter written in language, used to filter the data transmitted by the MPU to remove clutter to achieve precise control.)
voxel_grid-code
- 三维点云体素滤波代码,代码中包含.pcd格式的点云数据(Point cloud voxel_grid filtering)
粒子滤波实现
- 基于VS2012+OpenCV3.0坏境下的粒子滤波实现的代码,可用于图像视频分析(Based on VS2012 + OpenCV3.0 particle filter under the conditions of the code can be used for image analysis)
滑动平均滤波代码
- 滑动平均滤波就是把连续取得的N个采样值看成一个队列,队列的长度固定为N,每次采样得到一个新数据放到队尾,并丢掉原来队首的一次数据,把队列中的N个数据进行平均运算,就可以获得新的滤波结果(Sliding average filtering algorithm)
卡尔曼滤波代码
- 卡尔曼滤波采集GY-VL53L0X资料 激光数据采集(GY-VL53L0X data acquisition of laser data)
waveletcdf97
- 9/7小波图像滤波,二维小波滤波快速分解重构(9/7 wavelet image filtering)
代码
- 模拟仿真了均值滤波和中值滤波的滤波效果。(The filtering effect of mean filter and median filter is simulated.)
11数学变换和滤波
- 实现数学计算以及滤波功能的fortran代码(Realization of mathematical calculation and filtering function)
傅里叶变换的频域滤波详解源程序代码
- 傅里叶变换的频域滤波详解源程序代码 傅里叶变换的频域滤波详解源程序代码傅里叶变换的频域滤波详解源程序代码(Fu Liye transform frequency filtering detailed source code)
Gammatone 滤波器的 Python 代码实现
- python代码分别实现了频域Gammtone滤波和时域Gammtone滤波器,频域滤波时参数USEFFT=1。其中MakeERBFilters函数产生了GT滤波器系数。输入为:采样频率、滤波器通道数、最小频率。输出为:n通道GT滤波器系数。(The python code implements frequency-domain Gammtone filtering and time-domain Gammtone filters, respectively, and the parameter
IMM代码
- 可运行的多模型卡尔曼滤波的目标跟踪matlab程序(Target tracking matlab program for multi model Calman filtering)
Python高斯滤波
- Python语言可以实现高斯滤波,代码清楚明白简单易懂,非常适合新手学习。(Python language can achieve Gauss filtering, the code is clear, simple and easy to understand, very suitable for beginners to learn.)
卡尔曼滤波原理及应用-MATLAB仿真(程序)
- 卡尔曼滤波原理及应用 MATLAB仿真(黄小平)这本书的pdf和完整代码(Kalman filter principle and application of MATLAB simulation (huang xiaoping) this book PDF and complete code)
滤波算法代码
- 一阶低通滤波算法,用于做传感器算法,非常实用(First-order low-pass filtering algorithm)