CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 灰度图像边缘检测

搜索资源列表

  1. hd

    0下载:
  2. matlab 图像灰度化代码,小波边缘检测-matlab image gray-oriented code, wavelet edge detection
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:49712
    • 提供者:lotus
  1. 4

    0下载:
  2. 基于梯度幅值的自适应边缘检测算法,实现灰度图像边缘提取。-Gradient-based adaptive amplitude of the edge detection algorithm to achieve gray-scale image edge extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1367
    • 提供者:林子昊
  1. bianyuanjiance

    0下载:
  2. 该源代码能够实现对于灰度图像的边缘的检测与提取等功能-The source code can be achieved for the gray-scale image of the edge detection and extraction features
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:4884
    • 提供者:wangruchen
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. imagesegmentation

    0下载:
  2. 1.边缘检测,分别用Sobel, Laplacian-Gaussian 方法对一幅灰度图像进行边缘提 取,并给出对比结果; 2.灰度阈值分割:利用双峰法对一幅灰度图像进行灰度分割处理。-1. Edge detection, respectively Sobel, Laplacian-Gaussian methods on a gray-scale image edge extraction, and gives comparative results 2. Gray threshold
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:75697
    • 提供者:紫瓶
  1. Graphic_dispose

    0下载:
  2. 图像处理的边缘检测算法(c#) 很好的图像处理算法的源代码C#程序 可以截取图像,缩放,灰度,二值化-It is helpful for you to recognize the character in picture.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:258736
    • 提供者:杜承虎
  1. Segmentation2

    1下载:
  2. 包括边缘检测、 灰度阈值分割区域分割彩色分割、特殊方法的图像分割-Including edge detection, region segmentation thresholding gray color segmentation, special methods of image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:40888
    • 提供者:阿毛
  1. RSimage_processing

    0下载:
  2. 遥感影像处理程序。包括图像格式转换、灰度变换、图像增强、边缘检测、直方图统计、形态学运算。针对bmp格式图像。-Remote sensing image processing. Including the image format conversion, grayscale conversion, image enhancement, edge detection, histogram statistics, the morphological operations. For the bmp f
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:225293
    • 提供者:
  1. com

    0下载:
  2. 图像处理算法,实现多种对于灰度/二值图像的基本算法,包括灰度直方图,均衡化,门限处理,模糊,锐化,腐蚀,膨胀,掩模过滤,频域转换,边缘检测,梯度检测,二值化等等.实现的方法较多,且均经过一定的优化,效率不错.-Image processing algorithms to achieve a variety of for the gray/binary image of the basic algorithm, including the gray histogram, equalization,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:36107
    • 提供者:李勇
  1. ImageStabilization

    0下载:
  2. 机载电子稳像技术研究,很好的一篇博士论文。 本章首先分析了航摄动态图像的特点,并在对机载航摄图像序列进行大量的实 验和理论分析的基础上,提出了适用机载视频图像序列稳定的有效算法,即灰度投影 算法和基于特征点匹配算法。针对灰度投影算法易受图像的背景信息影响的特点, 详细地讨论了如何提高该算法用于机载电子稳像的精度,并通过实验验证了所提方 法的有效性。在长焦距成像系统中,旋转运动对图像序列的稳定有着重要的影响, 机载成像系统在成像过程中,不仅有平移运动,还包含旋转运动,必须考
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8736533
    • 提供者:wangxi
  1. imageprocessing

    0下载:
  2. vc++图像处理源码 包含各种算法 有几何变换 灰度变换 边缘检测 图像分割等-vc++ source code that contains a variety of image processing algorithms with geometric transform gray-scale transformation such as edge detection image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-06-12
    • 文件大小:19373797
    • 提供者:qingshan
  1. tuxiangchuli

    0下载:
  2. VC++图像处理典型算法,包括图像灰度化,边缘检测,图像识别,提取特征值等-Typical VC++ image processing algorithms, including gray, edge detection, image recognition, feature extraction and other value
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-26
    • 文件大小:8794311
    • 提供者:tangqi
  1. imageprocessing

    0下载:
  2. 利用vc++开发的图像处理程序,包括图像灰度化、图像平滑、边缘检测、二值化、数学形态学处理等功能。-Image processing project use vc++,including image grayscale,smoothing,edge detection,morphological processing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-25
    • 文件大小:8342214
    • 提供者:张雷
  1. smagic

    1下载:
  2. 图像处理综合例子,提供的功能主要有:    (1) 打开,显示,保存(另存),打印包括bmp,jpg,tif,gif,tga,pcx,png,psd等在内的各种常用图像 (2) 可以对图像实现放大/缩小观看,并可显示其直方图(态度,红,蓝,绿四通道) (3) 点运算:图像格式转换,阈值变换,窗口变换,灰度拉伸,态度均衡 (4) 几何变换:平移,转置,缩放,旋转,水平镜像,垂直镜像 (5) 正交变换:傅立叶,离散余弦,沃什,霍特林等 (6) 图像增强:图像平滑,中值滤波,梯
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:6662676
    • 提供者:黄知
  1. Graduation

    0下载:
  2. 基于VC++。net的图像的灰度化和边缘检测程序,实现和Canny算法-Based on VC++. net gray level of image and edge detection procedures, implementation, and Canny algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3929036
    • 提供者:速度
  1. FoxitReader3.0

    0下载:
  2. 图像处理:包括图像灰度处理、二值化、放大缩小、边缘检测、hough变换和其他功能-Image Processing: including gray processing, binarization, zoom, edge detection, hough transform, and other features
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2959899
    • 提供者:ggg
  1. xitong

    0下载:
  2. 对图像进行阈值,对比度,灰度,尺寸的调整,任意角度旋转,锐化,各种滤波处理,包括中值,均值,N*N最值滤波,修复,背景清除,K均值分色,二值化,各种边缘检测,以及后续处理细化等功能。-Threshold the image, contrast, gray, size adjustment, arbitrary angle rotation, sharpening, all kinds of filtering, including the median, mean, N* N the best
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:160864
    • 提供者:齐志远
  1. deer

    1下载:
  2. 对灰度图像或RGB图像,进行基于边缘检测和区域生长的图像分割技术-On grayscale images or RGB images, for edge detection and region growing-based Segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1087
    • 提供者:何海洋
  1. C-Language

    0下载:
  2. C 语言图像处理代码大全,包括比较常用的算法。例如:阈值分割,边缘检测,直方图的计算,灰度共生矩阵的计算等等。-C-Code Complete, image processing, including the commonly used algorithms. For example: threshold segmentation, edge detection, histogram calculation, the calculation of GLCM and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8223829
    • 提供者:二毛
  1. work

    0下载:
  2. 程序包含了数字图像处理的几个基本的图像处理方法 包括图像的锐化 灰度变换 边缘检测 图像分割 对于学习图像处理很有帮助-Program includes digital image processing some basic image processing methods including image sharpening gray transform edge detection image segmentation for learning image processing helpfu
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2893800
    • 提供者:钱石
« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com