▍1. 前景提取
视频中静态目标背景下运动的物体的前景提取算法的实现。(The foreground extraction algorithm for moving objects in static background is implemented in video.)
该程序包含多个水下目标检测的增强算法(暗通道、引导滤波、MSR等)(The program includes several enhancement algorithms for underwater target detection (dark channel, guided filtering, MSR, etc.).)
用于运动目标的检测算法,相比于GMM,帧差法,效果更好。(Compared with GMM, frame difference algorithm is more effective for moving object detection.)
This is an example of radar system simulation implemented in SIMULINK on MATLAB. The user can set the target distance, direction and other parameters by himself.
自己编写的粒子群优化算法,以计算一个函数的值作为测试,达到了良好的精度(The particle swarm optimization algorithm written by ourselves is designed to calculate the value of a function as a test, and good precision is achieved.)
在MATLAB平台下,实现两幅图像的相关比较。(Under the MATLAB platform, two images are compared.)
在MATLAB平台下,可以实现散斑的生成。(The generation of speckle is realized under the MATLAB platform.)
使用Matlab生成一维光栅条纹,可用于结构光三维重建。(Matlab Generate One Dimensional Grating)
DLP LightCrafter4500 Control Software V3汉化版(DLP LightCrafter4500 Control Software V3(Chinese))
输入待分解图像的数据矩阵 可以显示原始图像以及其尺度2的小波分解图 小波包函数可在函数中自行修改(The input matrix of the image to be decomposed can display the original image and the wavelet packet function of the wavelet decomposition graph of scale 2 can be modified by itself in the function.)
用于去除眼动,眼漂的插件。下载后解压到eeglab 插件目录下,启动matlab 设置好路径就可以自动打开,在eeglab tool 中可以选中使用。(A plug-in for removal of eye movement and eye drift. After downloading, unpack it to the eeglab plug-in directory, start MATLAB and set up the path to open automatically, which can be optionally used in eeglab tool.)
采用FDTD时域有限差分法计算电磁波的传播问题等,(The finite difference time-domain (FDTD) method is used to calculate the propagation of electromagnetic wave.)
不错的SVM实现算法,采用的是LS-SVM算法,这是C版本,还有一个MATLAB版本(A good SVM implementation algorithm, using the LS-SVM algorithm, this is the C version, there is a MATLAB version)
LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式,融合了自组织和有导师监督的技术,学习方法是竞争的,但(LVQ (Learning Vector quantization) algorithm: it is an extended form of supervised learning of Kohonen, which combines self-organizing and supervised techniques. The learning method is competitive, but the)
说明: Fienup的混合输入输出算法,是一种迭代算法,用来求相位的算法HIO(Fienup's hybrid input and output algorithm is an iterative algorithm used to find the phase algorithm HIO)
均值滤波和中值滤波 图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵,然而在图像使用和传输过程中,不可避免会受到噪声的干扰,因此为了恢复原始图像,达到好的视觉效果,需要对图像进行滤波操作。根据噪声种类不同,可以采用不同的滤波方法,均值滤波是典型的线性滤波算法,能够有效滤波图像中的加性噪声,而中值滤波器是能够有效滤除脉冲噪声的非线性滤波器,但传统中值滤波去脉冲噪声的性能受滤波窗口尺寸的影响较大, 在抑制图像噪声和保护细节两方面存在矛盾。本文首先对不同均值滤波器在处理不同噪声方面的优缺点进行了分析,然后分别用中值滤波器和自适应中值滤波器对被椒盐噪声污染的图像进行了滤波操作,发现自适应中值滤波方法不仅可以有效滤波椒盐噪声,同时还可以有效地克服中值滤波器造成图像边缘模糊的缺点。(Mean filtering and median filtering)
FPGA SDI 输入,HDMI输出例程(FPGA SDI_IN,HDMI_OUT)
opencv中对扫描图片的切边处理,并且对倾斜图片进行旋转矫正,(The cutting edge of the picture in opencv, rotation correction)
一维数据的Kalman滤波处理,线性卡尔曼滤波的Simulink仿真(Kalman filter processing for one-dimensional data, Simulink simulation for linear Kalman filtering)
Kalman滤波在船舶GPS定位导航系统中的应用(Application of Kalman Filter in Ship GPS Positioning and Navigation System)