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

搜索资源列表

  1. C++Builder1

    1下载:
  2. 本代码能够实现图像的边缘提取还可以将彩色图像转换为灰度图像,其中边缘提取用sobel算子
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1879651
    • 提供者:tingting
  1. Touch_exe

    1下载:
  2. 该软件支持jpg,gif、png图片格式,大致有下列功能: V 0.1 版: 1. 图像放大、缩小、复制、打印、获取当前图像任意位置颜色信息。 2. 显示图像灰度直方图。 3. 灰度统计:图像宽度、高度、最小灰度、最大灰度、灰度均值 Mean、灰度方差 Variance、标准差、偏态 Skewness、峰度系数 Kurtosis、熵 (Entropy)。 4. RGB三原色分离、RGB图转灰度图、灰度均衡、图像可调阈值二值化、图像反色。 5. 图像可调阈值边缘检测:Rob
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1034344
    • 提供者:郑一一
  1. edge

    0下载:
  2. 使用prewitt算子和sobel算子分别在垂直和水平方向进行检测,生成4幅分割图像
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2943
    • 提供者:萧然
  1. imagemanipulation

    1下载:
  2. 几种图象处理算法,用MATLAB编写的,包括巴特沃斯、自适应滤波两种滤波方法,还有两种边缘检测算子robert和sobel算子,挺好用的
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1506
    • 提供者:张淑娴
  1. Image

    0下载:
  2. 基于VC的位图图像处理程序,可实现以下功能: 1.图象参数统计:最大值,最小值,均值,直方图; 2.对比度增强:直方图均衡; 3.图象平滑:中值滤波; 4.图象锐化: Sobel算子; 5.图像旋转:将图像旋转任意角度并显示; 6.图象变换:将图象分块(8*8),作DCT变换,并作IDCT;
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:374760
    • 提供者:姚海涛
  1. sobel算子边缘检测

    1下载:
  2. 可以进行边缘检测,是一个不错的代码
  3. 所属分类:图形图象

    • 发布日期:2009-03-30
    • 文件大小:37859
    • 提供者:yuze999
  1. 图像处理

    0下载:
  2. 直方图均衡,图像锐化,Sobel算子锐化,图像平滑
  3. 所属分类:2D图形编程

    • 发布日期:2009-05-03
    • 文件大小:274285
    • 提供者:realjason
  1. 图像增强及模式分析

    1下载:
  2. 该源码程序包括:增强图像对比度,检测图像边缘(使用Canny算子和Sobel算子),直方图均衡化等图像处理的一些常用算法,且能取得较好的处理效果。
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-10-24
    • 文件大小:820961
    • 提供者:zh_jiapei
  1. Spatial-filtering-of-images

    2下载:
  2. 现有三幅图像,图像1是包装瓶中的气泡图片,图像2是印刷电路板的元器件焊接质量检查图,图像3是封装后的胶囊状药品。实验要求从这三幅图片中, 1. 选择一副图像,并叠加零均值高斯噪声,分别利用均值滤波和中值滤波器对该有噪图像进行滤波,显示滤波后的图像,比较两滤波器的滤波效果。 2. 选择一副图像,并叠加椒盐噪声,分别用均值滤波器,中值滤波器对该图像进行滤波,比较滤波器的滤波效果。 3. 选择一幅图像,分别利用Laplacian算子和Sobel算子对图像进行锐化操作,比较锐化的效果。-Th
  3. 所属分类:Special Effects

    • 发布日期:2016-03-25
    • 文件大小:199680
    • 提供者:李新文
  1. Edge-detection

    1下载:
  2. 多个边缘检测sobel算子的verilog程序模块。-Multiple edge detection sobel operator verilog program modules
  3. 所属分类:Special Effects

    • 发布日期:2016-04-21
    • 文件大小:4096
    • 提供者:
  1. bianyuan

    0下载:
  2. 提供图像的边缘检测,包括roberts算子,sobel算子,拉普拉斯算子等C语言源码。-Providing image edge detection, including roberts operator, sobel operator, Laplacian, etc. C language source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3479548
    • 提供者:xu
  1. EdgeContour

    1下载:
  2. 对加载的图像进行轮廓识别,边缘检测(包括robert算子,sobel算子,prewitt算子等)的VC++程序-Of the loaded image contour recognition, edge detection (including robert operator, sobel operator, prewitt operator, etc.) VC++ program
  3. 所属分类:图形/文字识别

    • 发布日期:2013-02-01
    • 文件大小:3956018
    • 提供者:王俊杰
  1. Sobel4

    0下载:
  2. 运用Sobel算子对图像进行锐化的源代码-Using Sobel operator to sharpen the image source code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:617
    • 提供者:内莫
  1. ruihua

    3下载:
  2. 图像的几种锐化处理,包括sobel算子,roberts梯度法和laplace算子锐化。并且将四种图像放在一起形成对比。-Several image sharpening, including sobel operator, roberts gradient and laplace operator sharpening. And will contrast the four images together.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:74977
    • 提供者:o璐璐
  1. 6

    1下载:
  2. 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:218883
    • 提供者:ad
  1. houph_MFC

    0下载:
  2. 在MFC环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the MFC environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10429108
    • 提供者:汪前
  1. Masks

    0下载:
  2. 本文件包含拉普拉斯-高斯算子 Unsharp Masking, 和Sobel 算子,并用上述算子处理Grey scale图像,文件里有测试图像。代码用visual studio 2008编写,可以直接运行。-This file contains Scale Space using Laplacian of Gaussian operator Unsharp Masking, and Sobel Operator ,and using these operators to handle grey
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4083517
    • 提供者:Jason
  1. edgedetecting

    0下载:
  2. 主要功能是检测图像中,由于灰度变化产生的边缘,效果还行,主要用的是sobel算子-Main function is to detect images, because gray-scale changes in the edge line effects, mainly using a sobel operator
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:922
    • 提供者:pingxiyan
  1. DM642_Sobel_edge_distill

    0下载:
  2. DM642平台上实现Sobel算子,实验设备配套软件程序-DM642 platform Sobel operator, laboratory equipment, software process
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:172182
    • 提供者:Michael
  1. edgeDetection

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:347337
    • 提供者:xiayi_iprai
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 32 »
搜珍网 www.dssz.com