当前位置:
首页
资源下载

搜索资源 - edge preserving smoothing
搜索资源列表
-
0下载:
实现图象的平滑(去噪声),锐化
命令行编译过程如下
vcvars32
rc bmp.rc
cl compress.c bmp.res user32.lib gdi32.lib-The Method of Preserving Edge Smoothing
-
-
0下载:
bilateral filter. 能夠完整保留邊界資訊而不被模糊-A bilateral filter is an edge-preserving smoothing filter. Whereas many filters are convolutions in the image domain, a bilateral filter also operates in the image s range—pixel values. Rather than simply replace a p
-
-
0下载:
Image Edge Enhancing Coherence Filter Toolbox,各向异性非线性扩散滤波器-This toolbox will perform Anisotropic Non-Linear Diffusion filtering on a 2D gray/color or 3D image. This filtering will reduce the image noise while preserving the region edges, and also enh
-
-
0下载:
assignment 3 containing some edge preserving smoothing algorithms
-
-
0下载:
边缘保护平滑算法(eps),可以读图像实现保边滤波。-Edge preserving smoothing algorithm (eps), can read the image edge filter to achieve protection
-
-
0下载:
MATLAB实现图像的保边平滑滤波——双边滤波器-TLAB Image smoothing edge preserving- bilateral filter
-
-
0下载:
Enhanced Directional Smoothing Algorithm for Edge-Preserving
Smoothing of Synthetic-Aperture Radar Images
-
-
0下载:
双边滤波器主体函数,用于可进行边缘保持的图像平滑-The bilateral filter main function for edge preserving image smoothing
-
-
0下载:
这是用C++编写的边缘保留平滑滤波函数,能很好的实现平滑-This is C++ prepared edge preserving smoothing filter function
-
-
0下载:
matlab代码 一种边缘保持的噪声平滑滤波器实现,是一篇英文文章的源代码-Quantitative evaluation of edge preserving noise-smoothing filter
-
-
0下载:
Edge preserving image smoothing filter
-
-
0下载:
EDGE PRESERVING SMOOTHING
-
-
1下载:
边缘保留平滑滤波器的实现代码,用于图形图像处理问题-Edge-preserving smoothing filter to achieve code for graphics and image processing problems
-
-
0下载:
一段灰度图像的边缘保持平滑滤波代码。取5×5像素区域,以包含中心点(i,j)的上下左右方向,以及斜45度角方向,中间3×3,总共9个邻域模板,计算其中标准差最小的模板块,取其作为均值滤波的模板。-A gray image edge preserving smoothing filter code. 5* 5 pixel region, to include the center point (I, J) of the vertical and horizontal direction, and
-
-
0下载:
GENERALIZED EDGE-PRESERVING SMOOTHING FOR SIGNAL ANALYSIS AND IMAGE PROCESSING
-
-
0下载:
This program performs Edge preserving smoothing in color images.
The program is based on the algorithm described in the following paper:
N. Nikolaou and N. Papamarkos Color reduction for complex document
images ,-This program performs Edge
-
-
0下载:
The guided filter can be used as an edge-preserving smoothing operator like the popular bilateral filter, but has better behaviors near edges. The guided filter is also a more generic concept beyond smoothing: it can transfer the structures of the gu
-
-
0下载:
双边滤波器,一种经典的保边平滑滤波器,具有良好的去噪性能-Bilateral filter, a classic edge-preserving smoothing filter, has a good de-noising performance
-
-
0下载:
该方法是基于加权最小二乘法(WLS)提出的,首先将D-维空间域转化为一系列一维子序列,通过求解一维子序列来逼近D-维线性系统的解,接着运用一维求解序列逐维分离,通过分离算法采用线性时间三角矩阵迭代求解三点拉普拉斯矩阵。(guided filter code propose an efficient technique for performing spatially inhomogeneous edge-preserving image smoothing)
-
-
0下载:
2017最新图像保边光滑算法的论文,用于图像的处理。(An effective edge-preserving smoothing method for image manipulation)
-