搜索资源列表

  1. image-advanced-process-5

    0下载:
  2. 很多高级一点的图形图像处理程序,对图像进行去除彩色处理,加入椒盐噪声,利用Prewitte边缘算子法对图像进行边缘提取,医学伪彩色处理,遥感伪彩色处理,利用Roberts边缘算子法对图像进行边缘提取,利用Sobel边缘算子法对图像进行边缘,对图像进行垂直镜像处理(几何变换),沃尔什变换处理(图像变换),基于C++开发,希望大家能用得着(--)-1:00 graphics image processing procedures, the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:7168
    • 提供者:孙怀勇
  1. sobel_edgedetection

    0下载:
  2. 边缘检测是图像处理的基本方法之一,SOBEL算子检测法具有检测准确,抗噪强等优点-Edge detection is the basic image processing method, SOBEL Operator detection method is accurate detection, anti-noise advantage
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:林海
  1. VideoEdgeCounterSobel

    0下载:
  2. 视频图象边缘检测,基于DM642芯片。算法为SOBEL算子希望对学习DSP的朋友有所帮助-video edge detection, based on the DM642 chip. Algorithm SOBEL Operators hope to learn DSP help of a friend
  3. 所属分类:DSP编程

    • 发布日期:2024-05-02
    • 文件大小:231424
    • 提供者:
  1. edgeCheck.

    0下载:
  2. 一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-a common edge extraction function. By entering different parameters to achieve Sobel operator, Prewitt operator, Roberts operator, Marr Operator and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:254976
    • 提供者:胡雪飞
  1. BianYuanJianCeDib

    0下载:
  2. 该代码包括了Robert\Sobel\Prewitt的算法-The code includes Robert \ Sobel \ Prewitt algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:唐年华
  1. HistDemoA_Sobel

    0下载:
  2. 图象分割类的 sobel算法 可以分割彩色图象 (转换成灰度的)-kind of image segmentation algorithm can be divided pixel color images (conversion to gray)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:1650688
    • 提供者:bob
  1. edge_detection

    0下载:
  2. sobel边缘检测及拉普拉斯边缘检测算法的matlab实现。-edge detection and segmentation Laplace edge detection algorithm to achieve the Matlab.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:63488
    • 提供者:xinxin
  1. VC-edge-detection-code

    1下载:
  2. 边缘检测各种算法源码VC:canny,sobel-edge detection algorithms source VC : canny, segmentation
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:1909760
    • 提供者:姜丽华
  1. TImageProcess

    0下载:
  2. 一个图像处理集合的VC源代码,包括平滑、锐化、边缘增强、Hough Sobel边缘检测、傅立叶变换、腐蚀、膨胀、边缘提取等等。-a set of image processing VC source code, including smoothing, sharpening, edge enhancement, Hough Sobel edge detection, Fourier transform, corrosion, swell
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:149504
    • 提供者:赵杰伊
  1. edgedetectionearl

    0下载:
  2. 用VC++实现的各种经典边缘检测算法——roberts,sobel,prewitt,kirsch,高斯,LOG等。-with VC the classic edge detection algorithm-- roberts, segmentation, prewitt, "and Gaussian, LOG other.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:tanchao
  1. houghsearchcircle

    0下载:
  2. 文件给出了matlab语言进行,对二值图像先用sobel 算子找出边缘,再用hough变换找出圆的圆心和半径的程序,并附图像和解释!-documents given Matlab language, the binary image segmentation using the operator to identify the edge then Hough transform to identify the center of a c
  3. 所属分类:弱点检测代码

    • 发布日期:2024-05-02
    • 文件大小:13312
    • 提供者:image
  1. digital_picture_process_method_demo

    0下载:
  2. 数字图像处理方法演示程序:本程序应用了垂直/水平sobel、Prewitt、Robert算子对图像处理的效果演示,并包括图像直方图分析,直方图均衡,中值滤波、自适应滤波等方法,是研究数字图像处理的好工具,本程序提供源代码,可以在其基础上开发。-digital image processing methods Demonstration Program : This procedure is used by the vertical/pi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:3804160
    • 提供者:Alex
  1. mysmoothandsharp

    0下载:
  2. 该压缩包中的程序实现对图像的平滑和锐化,其中采用多种方法实现平滑(包括均值滤波,中值滤波,顺序统计滤波)和锐化(包括采用Sobel算子和高通滤波)。-Program realization of the right image sharpening and smoothing. using a variety of methods in which to achieve smooth (including mean filtering,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:李文
  1. taozifeinew

    0下载:
  2. 简单BMP图像操作(文件属性,反射,二值化,sobel算子……)-simple operations (file attributes, reflection, two value, segmentation Operator ...)
  3. 所属分类:菜单

    • 发布日期:2024-05-02
    • 文件大小:77824
    • 提供者:Hailang
  1. ImageSharpness

    0下载:
  2. 拉普拉斯算子、Sobel算子和Prewitt算子对图像进行边缘、轮廓的检测-Laplace operator, Sobel Operator and Prewitt Operator right image edge contour detection
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-02
    • 文件大小:3762176
    • 提供者:张德龙
  1. cn700_62452121

    0下载:
  2. 关于sobel算子 逆sobel算子 高斯算子等图像处理算子 和大家共享,谢谢1-on segmentation Operator Operator inverse pixel Gaussian operator of Image Processing Operator and share Thank you, a
  3. 所属分类:界面编程

    • 发布日期:2024-05-02
    • 文件大小:32768
    • 提供者:zhoujian
  1. EdgeFilter

    0下载:
  2. 自己写的图像边缘抽取,有krish,sobel还一种名字忘了,主要为提取一些类似字的边缘。-himself wrote from the Edge, krish, segmentation also forgot a name, Extracting some of the main characters similar to the brink.
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:hcy
  1. proceIV

    0下载:
  2. 图象二直化 ,SOBEL 算法 ....BORLAND C + + BUILDER 编写,非常有趣的程序-images of two straight, SOBEL algorithm .... BORLAND C BUILDER preparation, very interesting process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:722944
    • 提供者:ll
  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 con
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:4400128
    • 提供者:杨萧
  1. edgaijin

    0下载:
  2. 边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel算子为例来讲述数字图像处理中边缘检测的实现-edge means partial image brightness changes the most significant part of it is partial image change detection signific
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:2113536
    • 提供者:beibeidai
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org