搜索资源列表
-
0下载:
NDNANFILTER N维零相位数字滤波器,忽略NaN的。
短语法:
[年,钨] = ndnanfilter(十,HWIN,女)
短输入:
X - 有/无NaN的多维数据。
HWIN - 窗口的名称(默认情况下移动平均的Nd: rectwin )。
的F - 向量指定为每个维窗口半宽度。
短暂输出:
Ÿ - 过滤/平滑X数据与零相移(如X!一样大小)。
W - N维是通过一种特殊的子函数生成的中心对称的窗口称为
-
-
0下载:
Canny边缘检测的高斯卷积,索贝尔operation.entire代码组成,是在建MATLAB函数任何自由,除了必须改变形象reading.threshold根据图像和被提取的特征。
做检查更新的高斯卷积文件,它比前一个准确
请注意,代码的执行时间是low.This是因为没有内在的功能被使用。
为了提高车速了,请改为内置的功能“conv2“的卷积码
-canny edge detection comprising of gaussian convolution,so
-
-
0下载:
用matlab编写逆投影变换程序,三个m文件分别代表最近邻插值法,双线性插值法,立方卷积插值法,通俗易懂,含有测试图片,打开就能用-Inverse projection transformation program, matlab prepared three m documents represent the nearest neighbor interpolation, the bilinear interpolation and cubic convolution interpolatio
-
-
0下载:
在matlab环境下,自编的高斯滤波函数,其中的二维卷积运算也是自编的,没有使用matlab自带conv2函数。-In the matlab environment, self-Gaussian filter function, which is a two-dimensional convolution self, without using matlab built conv2 function.
-
-
1下载:
matlab中图像卷积和自相关函数的演示和解释,这两个函数在使用时有很多技巧需要注意。-demonstrated and explained matlab image convolution and autocorrelation function, these two functions have a lot of skills in the use of note.
-
-
0下载:
Image Compression
A collection of simple routines for image compression using different techniques.
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
-