搜索资源列表

  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-20
    • 文件大小:22528
    • 提供者:付晓薇
  1. tx

    0下载:
  2. 图形图像处理 可以自动识别到图像的边缘 找到图像轮廓-Graphic image processing can automatically recognize the images to find the edge of the image contour
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:linglong
  1. zxop3

    0下载:
  2. opencv写的一个将视频轮廓实时显示的程序 -opencv write an outline of real-time video shows the procedure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:赵鑫
  1. GetLunKuo

    1下载:
  2. 能精确的提取数字图像的轮廓。不管图形的形状如何,都能达到预期的效果。并且能将边界的坐标输出到一个文件中,供使用者分析数据。-Able to extract precise contours of the digital image. Regardless of the shape of how graphics can achieve the desired effects. The coordinates of the border
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:杨金
  1. Cpp1

    0下载:
  2. 基于opencv的轮廓检测,可以检测多层轮廓,并采用椭圆近似显示-Opencv contour-based detection, can detect the multi-contour, and the use of elliptical approximation shows
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:chenyuanlu
  1. HumanMotion

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

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:张建伟
  1. vc_imageprocessing

    0下载:
  2. VC++图像处理程序,哈弗变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割,种子填充等。-VC++ Image processing procedures, Haversian transform, edge detection, and poor shadow law, contour extraction and tracking, template matching, projection, image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2897920
    • 提供者:liya
  1. FramecolorRecogniae

    0下载:
  2. 这个代码用来完成图像颜色的识别。识别之前先使用轮廓识别,最后在有效轮廓里面对颜色进行匹配,考虑了一些动态因素。-This code used to complete the identification of color images. Identification prior to the use of contour identification, inside the outline of the final in the eff
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:747520
    • 提供者:
  1. DSplit

    0下载:
  2. 基于灰度的统计直方图,实现阈值的图像分割与轮廓提取。-Based on Gray Histogram statistics to achieve the threshold image segmentation and contour extraction.
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:134144
    • 提供者:wurui
  1. EdgeContour

    0下载:
  2. 利用计算机进行图像边缘检测、提取和轮廓跟踪,算法简单,效率高-Using computer image edge detection, contour extraction and tracking algorithm is simple, efficient
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:72704
    • 提供者:吴耀宗
  1. identify

    0下载:
  2. 特征识别,利用canny算子对图像进行轮廓的特征提取-Feature Recognition using canny operator to carry out the outline of the image feature extraction
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:9313280
    • 提供者:黄朝亮
  1. MewEdgeContour

    0下载:
  2. 活动轮廓方法 检测边缘,可以很好的检测到边缘位置-Active contour method of edge detection can be a very good position to detect the edge
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2130944
    • 提供者:baitao
  1. ActiveC

    0下载:
  2. Active主活动轮廓源码,希望对学习轮廓提取的同学有用山豆根地方-Active main active contour source, in the hope that students learn contour extraction tonkinensis useful local
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3674112
    • 提供者:baitao
  1. compare_of_edge_detect_methods

    0下载:
  2. 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-20
    • 文件大小:156672
    • 提供者:liujia
  1. contours

    0下载:
  2. opencv 中的轮廓查找的实例和分析,包括运行结果-opencv contour in looking for examples and analysis, including results
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:497664
    • 提供者:小波
  1. fit_ellipse

    0下载:
  2. 目标轮廓的椭圆拟合,matlab编写,精度很高,-Target contour ellipse fitting, matlab prepared, high precision,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:束鑫
  1. getcontour

    0下载:
  2. 一种医学图像轮廓提取,大家试试看,或许有用-A medical image contour extraction, we give it a try, perhaps useful
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:kevin
  1. ChanVeseAlgorithm

    0下载:
  2. Chan 和Vese 两位专家建立的水平集模型无梯度主动轮廓水平集算法,图像分割的良好入门程序:) -Chan and Vese, two experts establish the level set model gradientless level set active contour algorithms, image segmentation process a good entry:)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:132096
    • 提供者:zxr
  1. findoutline

    0下载:
  2. 找到图像图形的清晰轮廓,用C++结合OPenCV共同实现,代码简洁,所找轮廓清晰。-To find a clear outline of image and graphics, using C++ combined with the common OPenCV realize, code concise, clear outline of the find.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1520640
    • 提供者:侯小刚
  1. Snakuscules

    0下载:
  2. 活动轮廓在图像分割和计算机视觉中有广泛应用,但是本文提出一种分割的新概念,Snakuscules。这是2008年IEEE TRANSACTION关于活动轮廓的经典文献。-Active contour in image segmentation and computer vision has extensive application, but this paper presents a new concept of partition,
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:1522688
    • 提供者:单昊
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »

源码中国 www.ymcn.org