CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 梯度算子

搜索资源列表

  1. improc

    0下载:
  2. 一个完整的Visual C++程序,包含了图像的RGB调整,傅立叶变换,傅立叶反变换,对比度调整,颜色转换 梯度算子检测,sobel算子检测 均值滤波和中值滤波,程序已经通过调试.-a complete Visual C program includes a RGB image adjustment, Fourier transform, Fourier transform, contrast adjustment, color conversion operator gradient dete
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:219599
    • 提供者:杨萧
  1. test12-28

    1下载:
  2. 1.几种灰度变换,分段线性化,平方变换,对数变换,平方根变换等等 2.几种滤波器,中值滤波,均值滤波等等 3.图像分割,边缘检测,轮廓提取,以及SOBEL梯度算子 4.彩色图像,红色通道,绿色通道,蓝色通道 5.图像的几何变换,图像缩放,镜像(水平镜像和垂直镜像) -1. Several gray-scale transformation, piecewise linear, square transform, the number of transformation, an
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69235
    • 提供者:gloria
  1. 图像滤波处理代码

    0下载:
  2. 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-17
    • 文件大小:2268580
    • 提供者:qq1418
  1. yichunsuanfa

    1下载:
  2. 关于遗传算法和梯度算子的图像边缘检测处理,该文章有很好的研究意义.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1476732
    • 提供者:yanxingmin
  1. sobelEdgeDetection.rar

    1下载:
  2. Sobel算子边缘增强算法,利用梯度下降原理边缘化图象,Sobel operator enhancement algorithms, using gradient descent principle marginalized image
  3. 所属分类:Special Effects

    • 发布日期:2015-06-18
    • 文件大小:878
    • 提供者:江边漫步
  1. LRG51.rar

    0下载:
  2. 实现两种锐化图像输出,要求采用两种梯度算子: (1)Sobel梯度算子(2)拉普拉斯算子:,The realization of two types of sharpening the image output request using two gradient operator: (1) Sobel gradient operator (2) Laplacian:
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1170
    • 提供者:赵少敏
  1. 200432590139.rar

    0下载:
  2. 各种基本图像处理功能: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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3769534
    • 提供者:叶心怡
  1. MatlabSourceCode

    1下载:
  2. 常见的图像处理matlab源代码,包括梯度锐化、图像镜像、图像平移、图像缩放、图像细化、图像旋转、维纳滤波处理、用Canny算子提取边缘、阈值变换、直方图均衡、中值滤波。-Matlab Source Code about Image Processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1415677
    • 提供者:Andy
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. SHARP

    1下载:
  2. 锐化处理技术来加强图像的目标边界和图像细节,对图像进行梯度算子、拉普拉斯算子、Sobel算子设计,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出-Sharpen the image processing techniques to enhance the objectives of the border and image detail, image gradient operator, Laplacian, Sobel operator design, some features o
  3. 所属分类:Special Effects

    • 发布日期:2015-06-18
    • 文件大小:1756
    • 提供者:顾艳华
  1. compare_of_edge_detect_methods

    0下载:
  2. 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:156571
    • 提供者:liujia
  1. 2009.0423

    0下载:
  2. 传统的边缘检测方法是对原始图像中像素的某小邻域来构造检测算子,它是采用锐化算子(如梯度算子、 拉普拉斯算子)进行的。图像的边缘检测是通过模板作为核与图像中的每一个像素点做卷积和运算,然后选取合适的阈值以提取边缘。-Traditional edge detection method is the original image in a pixel neighborhood operator to construct, it is a sharpening operator (such as the
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:5324
    • 提供者:刘卅
  1. suanfa

    0下载:
  2. 对一幅图像进行算法处理,包括梯度算子,拉普拉斯算法,log算子等。-Algorithm on an image for processing, including gradient operator, Laplacian algorithm, log, etc. operator.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1632
    • 提供者:耿晗
  1. code1

    0下载:
  2. sobel算子的描述把梯度值和阈值比较 ,大于T的把图像的灰度变为255小于T的把图像的灰度变为0-sobel
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:2742
    • 提供者:search
  1. tuxiangchuliheji

    0下载:
  2. 包括用C编写的直方图程序,边缘检测程序,不变距程序,灰度变换程序,膨胀腐蚀,物体测量,梯度算子和霍夫变换。-Including the use of C programs written in the histogram, edge detection procedure, unchanged from the procedure, gray-scale transformation procedure, dilation and erosion, object measurement, gra
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:713093
    • 提供者:kongdeqi
  1. imageEdgeDetect

    0下载:
  2. edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the gradient operator edge detection:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:388874
    • 提供者:许胜强
  1. Matlab求梯度

    0下载:
  2. 基于matlab的梯度算法,直接用算子计算梯度的角度(Gradient algorithm based on MATLAB)
  3. 所属分类:网络编程

  1. roberts

    0下载:
  2. Roberts边缘检测算子根据任意一对互相垂直方向上的差分可用来计算梯度的原理,采用对角线方向相邻两像素之差。(The Roberts edge detection operator can be used to calculate the gradient principle based on any pair of vertical differences. The difference between adjacent pixels is two pixels.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:325632
    • 提供者:小豹
  1. 1

    0下载:
  2. 拉普拉斯(Laplacian)梯度算子 和LoG(Laplacian of Gaussian)算子实现边缘检测。(Laplasse (Laplacian) gradient operator And LoG (Laplacian of Gaussian) operator to realize edge detection.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3380224
    • 提供者:ayu1121
  1. soble

    0下载:
  2. 使用soble算子计算图片梯度,得到图片的梯度图片,可用于清晰度检测或边缘识别(Using Soble operator to calculate image gradient, get gradient picture of the picture, which can be used for clarity detection or edge recognition.)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:27795456
    • 提供者:弑孽耋
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com