-
src
背景减除的完整算法,《A Statistical Approach for Real-time Robust Background Subtraction and Shadow Detection》作者源代码(The "src" folder contains all of the source code.
To run the program, follow these simple steps:
1. Start MATLAB and ensure the "src" folder is your current working
directory.
2. Edit "bs.m" and "classify.m" so that the file paths point to the
proper directories as specified.
3. In the MATLAB environment type "bs" which will train the background
model from the sequence you specified in (2).
4. In the MATLAB environment type "classify" which will classify the
sequence of images you specified in (2).
5. Now the classified images should be saved to disk in the folder you
specified in (2).)
- 2012-09-20 16:47:35下载
- 积分:1
-
0056357
读取与显示JPG等格式图像文件,Visual C++编程技巧精选,很好的参考资料。(Read and display JPG format image files, Visual C++ programming skills selected, a good reference.)
- 2013-11-17 06:26:42下载
- 积分:1
-
Rumore_marrone
Brown noise generated in Matlab
- 2009-04-09 01:06:49下载
- 积分:1
-
深度图像的快速实现增强的算法 GUIDED
深度图像的快速实现增强的算法,效果非常好,但是速度很快(Quick to realize the depth of image enhancement algorithms, the effect is very good, but fast)
- 2015-04-17 11:22:58下载
- 积分:1
-
benhui_v86
未来线路预测,分析误差,粒子图像分割及匹配均为自行编制的子例程,能量谱分析计算。( Future line prediction, error analysis, Particle image segmentation and matching subroutines themselves are prepared, Energy spectrum analysis and calculation.)
- 2016-11-29 21:21:55下载
- 积分:1
-
improved_sigma_filtering
改进lee滤波源码,里面有im是原图 nim是噪声图像
- 2012-04-21 21:36:03下载
- 积分:1
-
PSNR
完成对彩色图像的灰阶变化和噪声滤除处理,并通过数学计算完成对ISNR的求解。(Complete color image gray-scale changes and filter out noise, and completed ISNR solving through mathematical calculations.)
- 2013-04-18 11:22:23下载
- 积分:1
-
wiener
在知道清晰图像和噪声频率特性的情况下,维纳滤波器被看做是一种有效的图像复原技术(In that resolution images and noise frequency characteristics of the case, the Wiener filter is seen as an effective image restoration technique)
- 2010-09-01 11:27:28下载
- 积分:1
-
watermark.m
%基于DCT的水印算法
%数字水印处理系统主要由水印嵌入和水印检测两个过程。
%水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(I*)。
%水印检测过程为:数字水印(X)、水印图像(I*)和密钥/公钥(K)通过数字水印检测算法检测出数字水印或有无水印。
%基于DCT变换的水印算法:将一个随机序列作为水印信号嵌入到图像DCT变换重要分量的幅度成分中(幅值较大的n个系数作为重要分量)。
%定义一个相似函数来检验水印提取是否成功。试验结果表明,该算法具有不可见性,对通常的图像处理,如剪切、缩放、中值滤波、压缩等
%以及噪声干扰都具有一定的鲁棒性。(err)
- 2021-01-05 20:18:55下载
- 积分:1
-
face-recognition-based-on-K-L-
使用K-L算法进行人脸识别,在经典的算法基础上加上了正确率统计模块,对正确率的分析很有帮助(
分析很有帮助
Implement face recognition Using K-L algorithm, Added the rate of correct module to the classical algorithm, It s helpful to analysis the rate of correct.)
- 2016-04-21 15:50:27下载
- 积分:1