▍1. background
使用背景差分法实现一般视频的前景运动目标提取和检测。(The background difference method is used to realize the extraction and detection of the foreground moving target in the general video.)
使用背景差分法实现一般视频的前景运动目标提取和检测。(The background difference method is used to realize the extraction and detection of the foreground moving target in the general video.)
背景差分法运动目标检测,建立背景模型,然后使用当前模型与背景模型相减,再和阈值相比较,比阈值大的即判断为有运动目标,比阈值小的即判断为没有运动目标,阈值大小可以自己适当调试,根据经验值设置最佳阈值。(Background difference method is used for moving target detection and setting up background model, then using current model and background model subtracting, and comparing with threshold, it is judged to have moving target compared with the threshold value, which is smaller than threshold. The size of threshold can be adjusted properly, and the best threshold is set according to experience value.)
混合高斯前景提取。数学建模时编的,测试视频就在包内,可以作为学习交流用,环境2014a的matlab,后有添加形态处理都在注释里。一起学习。有matlab编的vibe程序欢迎交流(Hybrid Gauss foreground extraction. Mathematical modeling of the series, the test video is in the package, can be used as a learning exchange, the environment 2014a MATLAB)
运用最小二乘方法的matlab影像匹配,经典算法(MATLAB image matching using least squares method, classical algorithm.)
说明: 对于双基地SAR,使用BP算法进行成像,展示场景、回波信号、距离压缩后以及最后成像的图像。(For Bistatic SAR, BP algorithm is used to image the scene, echo signal, range compression and the final image.)
自己用matlab写的灰度图像压缩解压程序 jpegencoder可以打开图像压缩后存储为c.jpg(只限于灰度图像) jpegdecoder只适用于把jpegencoder的c.jpg解压,还不可以对任意图像解压,有待以后完善 作者 ar_dong(jpegencoder jpegdecoder author ar_dong)
最小二乘影像匹配,自己2012年8月写的程序,经过测试,内有详细注释,希望对大家有用。(Least Squares Matching write the program in August 2012, has been tested, with detailed notes, and hope to be useful.)
stanfod大学一个博士编写的PS_INSAR处理程序,fr(University stanfod prepared by Dr. PS_INSAR a process, fr)
InSAR用于干涉的压缩包,有需要的可以下载啊(InSAR is used to interfere in the archive)
该源码可以实现对彩色或灰度图像的曲波(Curvelet)特征的提取,以便后续做纹理图像分割。(The source can be achieved in color or grayscale images Qu Bo (Curvelet) feature extraction in order to do follow-up texture image segmentation.)
说明: 简单的Canny边缘检测程序,另外包含霍夫变换检测道路直线。(Simple Canny edge detection procedures, including Hough transform detection of road lines.)
说明: 用数学形态学滤波进行图像处理或者信号降噪,(包括膨胀和腐蚀)(Image processing or signal noise reduction using mathematical morphological filtering (including expansion and corrosion))
说明: 布谷鸟搜索(Cuckoo Search,缩写 CS),也叫杜鹃搜索,是由剑桥大学杨新社(音译自:Xin-She Yang)教授和S.戴布(S.Deb)于2009年提出的一种新兴启发算法。(Cuckoo search, also known as cuckoo search, is a new heuristic algorithm proposed by Professor Xin She Yang of Cambridge University and S. DEB in 2009.)