搜索资源列表

  1. Contour

    1下载:
  2. 二维规则网格数据的等值线追踪, 追踪算法为网格追踪法, 线绘制,可配置颜色 所读取的数据的文件格式为:surfer软件的ASCii grd文件数据-2D mesh contour data tracking, tracing algorithm for tracking grid, line drawing, color can be configured by reading the data file formats : surfe
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:63273
    • 提供者:陶锐
  1. Contour

    1下载:
  2. 二维规则网格数据的等值线追踪, 追踪算法为网格追踪法, 线绘制,可配置颜色 所读取的数据的文件格式为:surfer软件的ASCii grd文件数据-2D mesh contour data tracking, tracing algorithm for tracking grid, line drawing, color can be configured by reading the data file formats : surfe
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-05
    • 文件大小:78848
    • 提供者:陶锐
  1. boundaries

    0下载:
  2. 利用边界追踪法对图像进行轮廓提取,此函数文件得到的是边界点对应位置索引矩阵-The use of boundary-tracing method of image contour extraction, this function is to document the location of boundary points corresponding to the index matrix
  3. 所属分类:2D图形编程

    • 发布日期:2024-11-05
    • 文件大小:2048
    • 提供者:蒲金霞
  1. contour_following

    0下载:
  2. matlab 边界跟踪程序,图像要求为二值图像,输出为边界的点的坐标。-matlab boundary tracking procedure, the image requested for the binary image, the output for the coordinates of border points.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:4096
    • 提供者:Guo Qiang
  1. EdgeDetection

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

    • 发布日期:2024-11-05
    • 文件大小:31744
    • 提供者:潘耀章
  1. EdgeContour

    0下载:
  2. 边缘检测包括robert算法、sobel算法、prewitt算法、krisch算法、laplacan算法 边缘提取 轮廓跟踪-Robert edge detection algorithm, including, sobel algorithm, prewitt algorithm, krisch algorithm, laplacan Edge contour tracing algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:2118656
    • 提供者:刘伟
  1. lunkuogenzong

    0下载:
  2. 轮廓跟踪的VC++源代码。 希望能给学习图像处理的朋友一些帮助!-Contour tracking VC++ Source code. Hope that they will be learning image processing Friend some help!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:2048
    • 提供者:刘一
  1. edge.tar

    0下载:
  2. 边沿检测与提取,轮廓跟踪 注意事项: 运行时,文件c:\test.bmp必须存在-Edge detection and extraction, contour tracing Note: run-time, file c: est.bmp must exist
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:3235840
    • 提供者:bonnie
  1. EdgeDetection

    0下载:
  2. 此源码可以实现灰度图像的边沿检测与提取,轮廓跟踪-This source can be achieved gray image edge detection and extraction, contour tracing
  3. 所属分类:图形/文字识别

    • 发布日期:2024-11-05
    • 文件大小:31744
    • 提供者:王亚坤
  1. chp7

    0下载:
  2. 第7章 边沿检测与提取,轮廓跟踪 我们在第三章介绍平滑与锐化时引入了模板操作,今天还要用到它。-Chapter 7 of the edge detection and extraction, contour tracing, we introduce in Chapter III, when the introduction of smoothing and sharpening the template operation, wo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:123904
    • 提供者:包军
  1. edge_detect

    0下载:
  2. 边沿检测与提取,轮廓跟踪的图象算法 用VC++实现,下载可以正常运行-Edge detection and extraction, contour tracing algorithm using image VC++ Realization can download the normal operation of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:33792
    • 提供者:毛绍华
  1. dither

    0下载:
  2. 边沿检测与提取,轮廓跟踪的图象算法实现程序,注意图片位置-Edge detection and extraction, contour tracing algorithm of the image process, the attention of picture location
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:23552
    • 提供者:舒慎之
  1. RE50W

    0下载:
  2. Microsoft Visual C++ 边沿检测与提取,轮廓跟踪-Microsoft Visual C++ Edge detection and extraction, contour tracing
  3. 所属分类:Windows编程

    • 发布日期:2024-11-05
    • 文件大小:27648
    • 提供者:Zhang
  1. BoundaryTracking

    0下载:
  2. 在识别图像中的目标时,往往需要对目标边缘作跟踪处理,也叫轮廓跟踪。顾名思义,轮廓跟踪就是通过顺序找出边缘点来跟踪边界的。-Images in the identification of targets, the target is often necessary for tracking the edge of treatment, also called contour tracking. As the name suggests,
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-11-05
    • 文件大小:4096
    • 提供者:蓝水晶
  1. source7

    0下载:
  2. 边沿检测与提取,轮廓跟踪 source目录下为本章介绍的源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -Edge detection and extraction, contour tracing sour
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:31744
    • 提供者:阿斯顿
  1. contour_cca

    0下载:
  2. A rough implementation of "A Component-Labeling Algorithm Using Contour Tracing Technique" paper on an implementation of connected component algorithm using contour tracing, allowing the algorithm to do connected compone
  3. 所属分类:Windows编程

    • 发布日期:2024-11-05
    • 文件大小:1009664
    • 提供者:Hao Wooi Lim
  1. ContourTracingLineFollowing

    0下载:
  2. 轮廓跟踪和线的追随源代码下载 Contour Tracing & Line Following-Tracking and following the contour line of the source code download Contour Tracing & Line Following
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:1024
    • 提供者:刘凯
  1. contour-tracing

    0下载:
  2. 通过matlab实现对二值图像的轮廓跟踪-Realized through the matlab binary image contour tracing
  3. 所属分类:matlab例程

    • 发布日期:2024-11-05
    • 文件大小:81920
    • 提供者:韩强
  1. contour-tracing

    0下载:
  2. 这是一个用Visual C++6.0编写的图像轮廓跟踪程序,内力附有附有测试图片,程序运行正确,很好用-This is a contour tracking program with the Visual C++6.0 written images, internal forces with with the test picture, the program runs correctly, easy to use
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:3349504
    • 提供者:伊米
  1. contour-tracing

    0下载:
  2. 主要功能是图像的边缘检测与提取,以及目标轮廓跟踪算法的源代码-Main function is to image edge detection and extraction, as well as target contour tracking algorithm source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-05
    • 文件大小:31744
    • 提供者:windy
« 12 3 4 »

源码中国 www.ymcn.org