搜索资源列表
图像去躁之邻域算法
- 本程序用来实现数字图像的消除噪声,采用邻域加权求平均的算法,在原来基础上作了一点小小的优化-the procedures used to achieve the elimination of digital image noise, using Neighborhood weighted average for the algorithm, based on the original made one small Optimization
连通域标识(8邻域)
- 连通域标识(8邻域),同时计算连通域的面积和周长
彩色图像分水岭分割后,邻域的获取和特征的提取
- 彩色图像分水岭分割后,邻域的获取和特征的提取
NPE.邻域保持嵌入算法
- 邻域保持嵌入算法。注释有对应的参考文献和使用说明!,Embedding Algorithm maintain neighborhood. Notes there is the corresponding references and the use of note!
邻域的获取和特征的提取
- 彩色图像分水岭分割后,邻域的获取和特征的提取。,color-images neighborhood and its feature s obtaining, after watershed segmentation.
c++实现的KNN库:建立高维度的K-d tree
- c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
采用邻域差值特征模板的立体匹配方法
- 算法给出一种图像匹配方法,通过计算一幅图像中间隔一定距离的两点的像素邻域差值作为特征模板,再计算另一幅图像中在同一扫描线上间隔同样距离的像素邻域的差值,将它与特征模板的偏差作为匹配标准,偏差最小的点就认为是匹配点。
finger
- 提取指纹特征点的matlab代码,很有用,利用自适应阈值进行分割,再进行频域增强,根据八邻域纹线编码进行特征提取。-Extracted fingerprint feature points of the matlab code, useful, adaptive threshold segmentation, and then increased in frequency domain, the eight neighborhood ridge coding for feature extrac
ImageProcessing
- 大概包括:左右、上下、中心对称,中值滤波,平移、裁剪、二值处理、膨胀、腐蚀、提取边界、缩放、旋转(中心保持不变和中心随旋转变化)、加权平均滤波(里面将四邻域、八邻域、laplace、sobel算子定义为数组并调用)。-Perhaps include: around from top to bottom, the center symmetry, median filter, pan, cutting, deal with two values, expansion, corrosion, ext
image
- 该程序描述了用不同窗口的邻域平均滤波,来实现对含噪声图像的去噪处理,效果很好!-Descr iption of the program window with different neighborhood average filter, to achieve denoising images with noise to deal with, very good!
ImageSmoothProcessing
- 图像平滑处理的一些常用功能,包括噪声消除方法/邻域平均法/中值滤波/产生噪声等功能-Image smoothing of some commonly used functions, including noise reduction methods/neighborhood average/median filtering/noise functions
image5
- 针对图像的噪声,进行平滑去噪,中值滤波,邻域平均法,还有产生椒盐噪声和随机噪声。取自《vc++图像处理程序设计》第5章-Against the image noise, denoising smoothing, median filtering, neighborhood averaging method, as well as generate Salt and pepper noise and random noise. Retrieved from " vc++ image pro
DigitalImageSmoothingAlgorithm
- 图像平滑处理的方法多种多样,有邻域平均、 空间低通滤波、多图像平均、中值滤波、改进的梯度倒数加权法等几种现有的空域,以及须域图像平滑葬法等。-Image Smoothing variety of treatment methods, there is an average neighborhood, spatial low-pass filtering, multi-image average, median filtering, to improve the gradient of the
lvbo
- 邻域平均法滤波 原图像画面清晰,添加勒椒盐噪声后图像上产生勒明显的黑色斑点(噪声),用不同模板的平滑滤波处理后图像上的噪声消失,但是图像变得模糊,并且,使用的模板越大,对图像的去噪效果越好,同时图像也变得越模糊。 -Neighborhood averaging filter clear picture of the original image, add the Le Salt and pepper noise generated after the image Roming notic
tidu
- 邻域是沿着梯度方向的,模糊均值聚类方法。-Neighborhood along the gradient direction, the fuzzy-means clustering method.
DigitalImageSmoothlyProcessingBasedonCBuilder
- 介绍了图像增强技术中, 空间域处理方法中的邻域平均法的原理、算法, 及该原理在 windows 平台上以C++ Builder 为开发工具的具体程序实现。-Describes the image enhancement technology, the spatial domain approach in the principle of neighborhood averaging method, algorithm, and the principle in windows platfor
imhist2
- 计算灰度图像二维直方图的函数,可先设定邻域处理滤波器,带入函数中加以处理即可。具体参加函数help。-This function calculates the 2D-hist of a input gray-image. The filter used to process the image can be specified outside the function.
texture_synth_L_neighborhood
- 使用了L形邻域进行纹理生成,是很初步的程序,用于灰度图像,而且还未考虑边界的情况,仅供参考-Use the L-shaped neighborhood texture generation, is a preliminary program for gray image, not to consider the boundary conditions for reference only
邻域平均法
- 基于matlab软件,利用邻域平均法对图像高斯噪声进行去噪处理。(Based on MATLAB software, the neighborhood average method is used to denoise the image Gauss noise)
邻域计算
- kd树数据存储结构,进行klinyu搜索,GUI界面,具有保存搜索的k邻域数据(Kd tree data storage structure, k linyu search, GUI interface, with k neighborhood data to save the search)