搜索资源列表
-
0下载:
高斯滤波先对图像做卷积运算,进行线性滤波,支持替代方式操作。-Gaussian filter to the image so convolution operation, linear filtering, support for alternative means of operation.
-
-
0下载:
实现图像处理中常见的图像旋转功能。运行程序时可以通过选择近邻域插值法、线性插值法或者三阶卷积插值三种复杂度不同的算法来实现。-Image processing to achieve common image rotation function. Can run the program by selecting the neighbor domain interpolation, linear interpolation, or third-order convolution interpolat
-
-
0下载:
数字图像处理程序。vc6.0书写。能实现raw格式的图片向bmp格式转换、线性拉伸、卷积计算等功能-Digital image processing procedures. vc6.0 writing. Can achieve raw picture format to bmp format conversion, linear stretching, convolution calculation functions
-
-
1下载:
matlab 多维小波工具箱
有线性卷积 三维的小波变换,逆变换-matlab multi-dimensional wavelet toolbox has three-dimensional linear convolution of wavelet transform, inverse transform and so on
-
-
0下载:
3D Reconstruction related-Generates the kernel of linear convolution used to model discrete LTI inverse problems
-
-
1下载:
数字图像处理,包括图像的卷积,相关,线性滤波处理,边缘检测都是运用labview来完成的。-Digital image processing, including images, linear convolution, filter, edge detection is accomplished using labview
-
-
0下载:
在灰度图像的几何变换中,使用了邻近插值,线性插值,以及立方卷积插值。其中还包括图像的旋转、缩放等。-In the gray image of the geometric transformation, the use of the adjacent interpolation, linear interpolation, and cubic convolution interpolation. It also includes image rotation, zooming.
-
-
0下载:
图像放缩,近邻插值、线性插值、三阶卷积插值。-Image zooming
Neighbor interpolation
Linear interpolation
The first three convolution interpolation
-
-
0下载:
Jd=diffusion(J,method,N,K)
J :待扩散的原图像
method : lin : 线性扩散 (常数 c=1).
pm1 : perona-malik, c=exp{-(|grad(J)|/K)^2}
pm2 : perona-malik, c=1/{1+(|grad(J)|/K)^2}
rmp : 复数
K :边缘门限参数
N :迭代次数
dt:时间步长 (0 < dt <= 0.25, 缺省值为0.2)
-
-
0下载:
高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。-Gaussian smoothing filter is a linear filter for the elimination of Gaussian nois
-
-
1下载:
高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。-Gaussian filter is a linear smoothing filtering, applicable to eliminate the gaus
-