搜索资源列表

  1. EdgContour

    0下载:
  2. 用VC编写的一个图像处理的程序:它可以实现图像的边缘检测和轮廓提取,边缘检测算子包括:Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子。hough直线检测、轮廓提取、种子检测和轮廓跟踪。-VC prepared by an image processing procedures : it can achieve image edge detection and contour ext
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:73728
    • 提供者:何再兴
  1. fingerprintrecoganitionVC++

    0下载:
  2. 基于VC++的指纹识别程序,内含四个文件,腐蚀运算源程序,轮廓跟踪源程序,轮廓提取源程序,膨胀运算源程序-VC-based fingerprint identification procedures, consisted of four documents, corrosion Operational source, contour tracking source, contour extraction source and infla
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:cewangzhiwang
  1. GetContour

    0下载:
  2. 在二值图像中得到目标的边缘轮廓,适用于应用程序编程和初学者使用。-value of the two images are obtained with the edges, apply to the Application Programming and beginners.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:刘从义
  1. EdgeContour

    0下载:
  2. 有关图像的边缘检测、Hough变换、轮廓提取和轮廓跟踪、种子填充等算法-the image edge detection, Hough transform, contour extraction and contour tracking, and seed filling algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:72704
    • 提供者:
  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-05-14
    • 文件大小:2118656
    • 提供者:刘伟
  1. 1233

    0下载:
  2. 一种新的主动轮廓线跟踪算法,参照snake算法-A new active contour tracking algorithm, in the light of snake algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:514048
    • 提供者:张凯
  1. snake

    1下载:
  2. Snake是提取物体精确轮廓常用的算法,自Kass于1987年提出以来,已广泛应用于数字图像分析和计算机视觉领域。由于SNAKE模型具有良好的提取和跟踪特定区域内目标轮廓的能力,因此非常适合于医学图像如CT和MR图像的处理,以获得特定器官及组织的轮廓。Matlab编写。-Snake is the precise object contour extraction algorithms commonly used, since Kass
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:
  1. EdgeDetection

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

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

    0下载:
  2. 该程序能对bmp图像文件进行hough变换,轮廓提取,边缘检测,种子填充,轮廓跟踪等功能-The procedure can be carried out bmp image files hough transform, contour extraction, edge detection, seed filling, contour tracking and other functions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:118784
    • 提供者:彭朋
  1. EdgeContour

    0下载:
  2. 本程序涉及数字图像边缘检测与提取以及轮廓跟踪,种子填充。在vc6.0上正常运行
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:2134016
    • 提供者:tsm
  1. EarRecog

    0下载:
  2. 用VC++编写的,用于实现人耳图像的处理,从而完成人耳外轮廓的跟踪。本程序中应用了多种数字图像处理方法,是一个比较例程-With VC++ Prepared for the realization of human ear image processing, thus completing the human ear outer contour tracking. This procedure applied to a variety
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:4814848
    • 提供者:creasewang
  1. imagepro

    0下载:
  2. 边缘检测及轮廓跟踪的VC程序,学习图像处理的好帮手,能进行二次开发-Edge detection and contour tracing the VC process, learning a good helper image processing can also conduct secondary development
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:63488
    • 提供者:feng
  1. eagedetectandfigureoperate

    0下载:
  2. 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // C
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:kelly
  1. contourtrack

    1下载:
  2. matlab边界自动跟踪程序,该程序可以直接运行,涉及边界判别准则和搜索准则。图像要求为二值图像,可输出为边界的点的坐标和轮廓图像。-matlab boundary automatic tracking program can be run directly involving border criteria and search criteria. Image requirements for binary images can be
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:22528
    • 提供者:付晓薇
  1. 08

    0下载:
  2. VC编程实现图像处理的一些功能:边缘检测、HOUGH变换、轮廓提取、种子填充、轮廓跟踪-VC programming to achieve some of the features of image processing: edge detection, HOUGH transform, contour extraction, seed filling, Contour Tracking
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:2136064
    • 提供者:龚正娟
  1. HumanMotion

    0下载:
  2. 根据轮廓,对运动的人检测,并跟踪。vc6.0下开发。-According to the outline of movement detection and tracking. vc6.0 under development.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:19456
    • 提供者:张建伟
  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-05-14
    • 文件大小:4096
    • 提供者:蓝水晶
  1. EdgeContour

    0下载:
  2. BMP图片边缘检测(包括Robert,Sobel,Prewitt,Kisch和Gauss-Laplace算子)与轮廓提取。此外,还有Hough变换,种子填充,轮廓跟踪等算法的实现方法。注意,BMP图片的需是256色以下。-BMP image edge contour (including Robert, Sobel, Prewitt, Kisch and Gauss-Laplace operator) and the contour e
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:2140160
    • 提供者:David
  1. matlab

    0下载:
  2. 本文对视频运动目标跟踪算法进行研究。在视频运动目标的提取中,介绍常用的图像差分算法、光流算法和主动轮廓模型算法。-In this paper, the video moving target tracking algorithm study. Video moving target in the extraction, the introduction of images commonly used differential algor
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:3659776
    • 提供者:于晓辉
  1. circle

    0下载:
  2. 这个是用OPENCV库函数在WIN32控制台中编写的,功能是实现轮廓跟踪,并画出轮廓,此程序得出的是圆的轮廓,求得圆的中心和半径,将此圆画出,与实际的圆形成对比。 -This is OPENCV library function in the preparation of WIN32 console, feature tracking is to achieve the outline and draw the outline, t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:2331648
    • 提供者:黄烨
« 1 2 3 4 5 67 8 9 10 11 ... 25 »

源码中国 www.ymcn.org