-
haze-removal
基于暗原色去雾的图像代码,用了软抠图和另两种改进算法,附加txt说明文档(Based on dark colors to fog image code, with a soft matting, and another two improved algorithms, additional documentation txt)
- 2013-07-11 10:50:09下载
- 积分:1
-
tidu
针对mean shift 跟踪方法中存在的光照变化不稳定问题, 提出了基于梯度特征与彩色
特征相融合的mean shift 跟踪方法。首先分别提取目标的梯度特征和彩色特征,利用多尺度的相似度
计算方法进行特征的匹配,然后通过最大化相似度对目标进行跟踪。通过物体和人体等运动目标的跟
踪,验证了改进的跟踪算法在光照变化情况下的鲁棒性优于原有的算法,显著降低了跟踪位置误差。(The instability of the light changes in the mean shift tracking method, the mean shift tracking method based on gradient features and color characteristics of fusion. First extract gradient features and color features of the target, the similarity calculation method using multi-scale feature matching, and then maximize the similarity of the target track. Through the tracking of objects and people moving target, verify the robustness of the improved tracking algorithm in the case of illumination changes is better than the original algorithm significantly reduces the tracking position error.)
- 2012-06-09 09:15:14下载
- 积分:1
-
matlab7.0
精通MATLAB7.0,北航的张志涌著作(Proficient in MATLAB7.0, Beihang writings of Zhang Yong)
- 2009-11-03 09:52:53下载
- 积分:1
-
MATLAB
《MATLAB智能算法30个案例》分析源代码(" MATLAB intelligent algorithm 30 case" analyze the source code)
- 2013-07-19 12:49:57下载
- 积分:1
-
mpc
Model Predictive Control Toolbox
- 2013-07-21 13:19:44下载
- 积分:1
-
CSalgorithm
压缩感知理论对图像数据进行采集,并利用重构算法omp,GSPR,ST0等算法进行分析视频重构图像的效果(Compressed sensing theory for image data acquisition and reconstruction algorithm using omp, GSPR, ST0 video reconstruction algorithms to analyze the effect of image)
- 2014-09-16 19:35:23下载
- 积分:1
-
slepian
Blackamnn Tukey spectral estimation method
- 2013-04-07 22:20:26下载
- 积分:1
-
Wiener_Filter
说明: 这是一个维纳滤波器设计的程序,用matlab语言实现。(This is a Wiener filter design program, complete with matlab language.)
- 2020-06-09 10:30:35下载
- 积分:1
-
wavelet_packet_denoise
基于小波包分解的语音去噪,根据熵谱概率密度函数估计阈值,去除实际环境噪声。(Based on wavelet packet decomposition of the voice de-noising, in accordance with spectral entropy probability density function estimated threshold, the actual removal of environmental noise.)
- 2020-08-13 20:38:28下载
- 积分:1
-
TVL1_HCS_v1
TVL1重建从混合压缩采样,rice大学泊松分布图像重建与全变分正规化的代码(Note:
(1)Fore small-scale data, hybrid sampling consists of Bernoulli random sampling and low-resolution sampling (TVL1_HCS)
(1)Fore large-scale data, hybrid sampling consists of Fourier radial sampling and low-frequency sampling (TV_RecPF)
Copyright (C) 2010 Xianbiao Shu, Computer Vision and Robotics Lab, University of Illinois at Urbana-Champaign.
Acknowledgement: RecPF (Rice University)
PDCO (Stanford University)
Twister (MIT)
Reference:
X. Shu, N. Ahuja,
Hybrid Compressive Sampling via a New Total Variation TVL1,
In Proceedings of ECCV 2010.
Usage:
>> run_me_first
>>[Im_rec, PSNR_est1,PSNR_est2] = TVL1L2_HCS_test( Ball1_32.bmp , 0.35,3)
>>[Im_rec, PSNR_est1,PSNR_est2] = TVL1L2_HCS_test( Ball1_32.bmp , 0.35,3)
>>[Im_rec, PSNR1, PSNR2, G_error, Ratio] = TV_RecPF_test( Chest.png , 5, 10, 0, 1e-10, 0) )
- 2011-04-20 22:47:01下载
- 积分:1