资源列表
imrotate_my
- 一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转
MovingDetect_frame_diff
- 利用帧差法从背景图像中提前前景图像的一种经典算法-Frame-difference method using the background image from the foreground image in advance of a classical algorithm
biorwavf
- 这个程序专门用于双正交小波,这个程序用的滤波器的效果很好。-This process is designed for bi-orthogonal wavelet filter used in this procedure works well.
maibo
- 对人的三相脉搏信号进行维纳滤波处理,确定FIR的三个基本参数,有迭代次数-To the person s three-phase pulse signal wiener filtering processing, determine the three basic parameters FIR, iteration times
fenjiexianshi
- 通过小波转换对一副简单图形进行分解,并显示分解后的低频和高频,很简单的代码-a simple examplefor graphics decomposition and display.
fastICA
- 在Matlab中对一组随机波形加入干扰后快速分离出来的fastICA算法-In Matlab on a set of random waveforms by adding interference quickly isolated the fastICA algorithms
xcldefogging2
- 这是一种基于暗色通道的去雾算法。利用一些闲言条件设置去雾参数。-Is this the demisting algorithm based on the dark channel. Without further ado conditions set to fog parameters.
Gobor_multi_LBP
- gabor_lpb纹理结合了gabor小波和LBP的特征,提取的纹理具有很好的鲁棒性-gabor_lpb texture combines gabor wavelets and LBP features extracted texture with a very robust
C076
- 漂亮的蓝天白云图形-beautiful sky graphics
用VC实现的维纳算法源程序
- 这是一个用VC实现的维纳算法源程序,用户输入原始数据后,经过维纳变换后,得到压缩的数据-This is a VC with the Wiener algorithm source files, user input raw data, After Wiener transform, to be compressed data
维纳滤波处理
- 维纳滤波处理,在readme.txt里有详细的使用说明-Wiener filter, the readme.txt are detailed usage
pointintriangle
- 点到三角形的距离计算 原理来源于《计算机图形学几何工具算法详解》英文名字叫做"Geometric tools for Computer Graphics",这是一本出发点很好的书,只是可惜其中的错误多的令人目不暇接、难以忍受。完美的东西得来不易,虽然有错误,但是其中的原理还是值得借鉴。 现在是计算点到三角形距离的源代码,附带测试程序,可以直接测试运行。-Point to triangle distance calculation principle derived from
