搜索资源列表
图象边界搜索
- 图象边界搜索,使用梯度算法,测试和photoshop效果一致-border, the use of gradient algorithm, testing and consistent results photoshop
Grayfulledge
- 包括三部分内容均与分水岭算法相关的matlab程序.1,求梯度图;2,区域标记;3,区域合并-include three parts with the watershed algorithm related procedures .1 Matlab, for the gradient map; 2. Regional markers; 3, regional merger
梯度锐化源代码
- 一项关于 VC++图象锐化功能的软件,能显示三次锐化结果
SegmentationforImagesofVCH-F1BasednmprovedWatersed
- 针对分水岭算法存在的过分割问题以及VCH-F1切片图像的特点,提出一种能够有效消除局部极小值和噪声干扰的自动分割方法。首先比较彩色分量梯度图,选择分量图像的梯度信息,达到有效提取图像边缘信息的目的;然后提出基于多阈值分割的方法消除无效梯度信息;最后介绍了算法的步骤及结果。实验结果证明,通过该方法处理的梯度图像再进行分水岭算法处理,即使不进行区域合并也能达到很好的效果。
FJT
- 用MATLAB处理数字图像,对图像进行梯度处理,绘制图像的梯度图。
基于边缘图像的视频错误隐藏算法
- 基于边缘图像的视频错误隐藏算法和基于梯度图像的视频错误隐藏算法,Based on the edge of the image of video error concealment algorithms and gradient-based images of video error concealment algorithm
sobelEdgeDetection.rar
- Sobel算子边缘增强算法,利用梯度下降原理边缘化图象,Sobel operator enhancement algorithms, using gradient descent principle marginalized image
200432590139.rar
- 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图,Basic image processing functions: 1, forma
boundary_trace
- 灰度图像的边界跟踪的方法,先用微分算子计算出图像的梯度图。然后再应用此算法。-Gray-scale image of the border tracking methods, first calculate the differential operator of the gradient map images. And then apply this algorithm.
sharpen
- 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
200809272
- 基于最大梯度和灰度相关的两步全景图拼接算法-Based on the maximum gradient and gray-scale two-step related Panorama Stitching Algorithm
moto
- 使用c++开发的图像处理程序,对图片的进行处理得到梯度图。-Use c++ Development of image processing procedures for processing images obtained gradient map.
image_enhancement
- (1)获得图象的直方图,将其均衡化,显示灰度变换函数及图象效果; (2)分别用梯度法、拉氏算子、Sobel算子以及中值过滤等方法对图象进行增强,并对增强效果进行比较; (3)用钝化算子、高频提升、内查、外推等方法对图象进行增强。 (4)用Matlab工具进行彩色图象增强方法和彩色图象处理方法的实验-(1) to obtain images of the histogram equalization to show gray-scale transformation function
24Bmp
- 24位真彩色图象的水平梯度, 垂直梯度,程序经过测试-24-bit True Color images of the horizontal gradient and vertical gradient
Matlabsourcecode
- 指纹识别源码,利用梯度法求解指纹的块方向图,很好用-Fingerprint fingerprint source using gradient method with the block pattern well
FaceDetection
- 从原始彩色图像中提取多阈值器官梯度图、双阈值肤色图、梯度方向图和灰度特征图等四种特征图像,并运用多姿态 知识模型和多姿态模板,实现了一种快速人脸检测算法 -Extracted from the original color image gradient map organ multi-threshold, dual-threshold color map and gray gradient patterns and other characteristics of the four
summary-homework-2011
- 图像处理源代码:包括梯度图、分裂合并区域分割、数学形态学、各种结构元素的影响、形态学边界、对数变换、分段线性变换、线性变换、二值图像代码 MatLab自编的均值滤波、中值滤波、高斯滤波 图像处理函数。 7-Image processing source code include: the gradient map, splitting and merging, region segmentation, mathematical morphology, structural element,
Rosen
- 实现对指定的函数梯度图的绘制,及其三围图形绘制等功能-Achieve specified function gradient map drawing, and its measurements graphics rendering functions
seam-carving
- findEnergy.m 计算出图像的梯度图 findSeamImg.m 计算出所有可能的竖直缝 findSeam.m找出能量最小的一条竖直缝 removalMap.m将需要删除的N条竖直缝存储起来并按照索引逐条删除 SeamCut.m将选中的缝一条条的删除 SeamPlot.m在图中画出要删除的缝 Testseam.m调用以上函数的主程序-FINDENERGY creates an gradient img from a given RGB or grayscale i
Lvwatershed
- 本程序利用opencv开源库实现watershed算法,利用人工选择种子点与梯度图两种方法来获取种子点。压缩包内有word文档介绍具体的操作和示例。-The program uses the open-source opencv library implements watershed algorithm, using artificial selection gradient map seeds and seed are two ways to get points. Compressed p