搜索资源列表

  1. edgedetection

    0下载:
  2. 只是些很简单的数字图象处理程序,有关几种简单的图象处理-just something very simple digital image processing procedures, the several simple image processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7600
    • 提供者:张华
  1. pbox

    0下载:
  2. picturebox有的属性基本上都有,扩展的图形方法有: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB 扩展的图像处理方法主要有: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc Cle
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:490116
    • 提供者:rik
  1. edgedetection-sobel

    0下载:
  2. 采用基于相似关系矩阵的方法对彩色图像进行边缘检测
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:52058
    • 提供者:张琪
  1. EdgeDetection

    0下载:
  2. 此为经过调试过的边缘检测的源代码,用其能够实现精确的边缘检测.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:73128
    • 提供者:王登位
  1. EdgeDetection

    0下载:
  2. 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:31753
    • 提供者:潘耀章
  1. EdgeDetection

    0下载:
  2. 本实验室编写的边缘检测代码,并且应用程序已为您创建了 动态链接库EdgeDetection.DLL。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1139425
    • 提供者:戴志
  1. EdgeDetection

    2下载:
  2. 用matlab做的一个边缘侦测,包含Sobel,Prewitt,Roberts,Marr,Canny算子的边缘侦测程序.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:20094
    • 提供者:Johnson Huang
  1. Edgedetection

    0下载:
  2. 在matlab环境下,结合c语言,给出了常用三种图像处理的代码:灰度图像边缘检测,K-L变换,图像的统计直方图。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:nana
  1. edgedetection

    1下载:
  2. 高阶谱在图像边缘提取中的应用,该方法仍有亟待改进的地方,但是提供了一种思想。主要改进方面在于:如何使用双阈值连接边缘。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:47460
    • 提供者:xxl
  1. EdgeDetection

    0下载:
  2. 用vc编写的边缘检测程序, 基本的edge detection方法,适合初学者-with vc prepared by the edge detection procedures, the basic edge detection method for beginners
  3. 所属分类:图形/文字识别

    • 发布日期:2024-04-30
    • 文件大小:10240
    • 提供者:陈号
  1. EdgeDetection

    0下载:
  2. 本实验室编写的边缘检测代码,并且应用程序已为您创建了 动态链接库EdgeDetection.DLL。-The laboratory prepared edge detection code, and the application has been created for you a dynamic link library EdgeDetection.DLL.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-30
    • 文件大小:1138688
    • 提供者:戴志
  1. EdgeDetection

    0下载:
  2. 用matlab做的一个边缘侦测,包含Sobel,Prewitt,Roberts,Marr,Canny算子的边缘侦测程序.-Using matlab to do an edge detection, including Sobel, Prewitt, Roberts, Marr, Canny edge detection operator procedures.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-30
    • 文件大小:19456
    • 提供者:Johnson Huang
  1. edgedetection--canny--opencv

    1下载:
  2. 图像边缘检测 opencv canny算法-Image opencv canny edge detection algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-30
    • 文件大小:5120
    • 提供者:白云沙
  1. EdgeDetection

    0下载:
  2. Edge Detection边缘检测roberts,sobel,prewitt,laplacian-Edge Detection edge detection roberts, sobel, prewitt, laplacian
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-30
    • 文件大小:193536
    • 提供者:王旌阳
  1. edgedetection

    0下载:
  2. 在C++环境中用opencv实现道路边缘检测-In the C++ Environment using opencv realize the road edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-30
    • 文件大小:1649664
    • 提供者:吉元
  1. EdgeDetection

    0下载:
  2. 所上载的源码是用于图像处理中的很重要的一步-边缘检测的源码,想用VC做图像处理的初学者操作实践其中的源码可以很快入门。-Set up by the source are used for image processing an important step- edge detection of the source, want to do image processing using VC beginner to operate one
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-30
    • 文件大小:3293184
    • 提供者:st
  1. edgedetection

    0下载:
  2. 实现数字图像处理边缘检测 修改刚刚上传的版本-Digital image processing edge detection modified version has just been uploaded
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-30
    • 文件大小:51200
    • 提供者:gaef
  1. edgedetection

    0下载:
  2. Different edge detector algorithms implemented.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-30
    • 文件大小:1024
    • 提供者:Ezekiel
  1. CannyEdgeDetector

    0下载:
  2. Algoritmo de Canny EdgeDetection, encontrado en la pagina: http://www.tomgibara.com/computer-vision/canny-edge-detector, y módificado, colocando un ejemplo sencillo.
  3. 所属分类:软件工程

    • 发布日期:2024-04-30
    • 文件大小:6144
    • 提供者:Luis
  1. edgedetection

    0下载:
  2. 进行边缘检测,效果比较好,和其他几种进行比较之后显示出优势-process edgedetection
  3. 所属分类:matlab例程

    • 发布日期:2024-04-30
    • 文件大小:18432
    • 提供者:张甜
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org