CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 轮廓检测

搜索资源列表

  1. VehicleDetection

    0下载:
  2. 基于OpenCV的车辆轮廓检测的相关方法介绍-OpenCV-based vehicle detection profile, their writing, may be a bit simple
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5288704
    • 提供者:李林
  1. touch_1.01

    0下载:
  2. 图象边沿检测-提取-轮廓跟踪算法源代码-Image edge detection- Extraction- contour tracking algorithm source code
  3. 所属分类:Graph program

    • 发布日期:2017-12-02
    • 文件大小:33982
    • 提供者:吕荣
  1. Contour-detection

    0下载:
  2. 实现图像的边缘轮廓检测,用于傅里叶描述子的提取,作为特征匹配的第一步-The edges of image detection, Fourier descr iptors for the extraction, feature matching as a first step
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:22992
    • 提供者:王聪
  1. Contour2_PPC

    0下载:
  2. 基于wince平台下,Opencv轮廓检测的简单例子-Based on wince platform, Opencv simple example of contour detection
  3. 所属分类:Windows CE

    • 发布日期:2017-05-21
    • 文件大小:6614349
    • 提供者:chenpeng
  1. dither

    0下载:
  2. 图象的边沿检测与提取,轮廓跟踪算法代码-Image edge detection and extraction, contour tracking algorithm code
  3. 所属分类:Graph program

    • 发布日期:2017-11-23
    • 文件大小:23300
    • 提供者:站长
  1. Visual C++ for image processing -v2

    0下载:
  2. 《 Visual C++数字图像处理(第二版)》一书源代码 该书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。 本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。- How "Visual C Numeral Picture Processing (Se
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:6281138
    • 提供者:刘宏
  1. eagedetectandfigureoperate

    0下载:
  2. 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // ContourDIB() - 轮廓提取 // Trace
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5069
    • 提供者:kelly
  1. 416950642005527163923

    0下载:
  2. 图形分割 边缘检测 轮廓提取 边缘跟踪 种子填充 区域生长等功能-Graphic segmentation edge detection contour extraction of seed filling edge tracking features such as region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2741550
    • 提供者:小五子
  1. edge

    0下载:
  2. Visual C++下的边沿检测与提取,轮廓跟踪的图象算法-Visual C++ Under the edge detection and extraction, the image contour tracking algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:34232
    • 提供者:vbrun
  1. HumanMotion

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

    • 发布日期:2017-04-16
    • 文件大小:8864
    • 提供者:张建伟
  1. EdgeContour

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

    • 发布日期:2017-04-04
    • 文件大小:73242
    • 提供者:吴耀宗
  1. Snake

    0下载:
  2. Snake算法源代码,很好的解决轮廓检测问题,多提意见-Snake algorithm source code, a very good solution to detect the outline of the problem and opinions
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2050
    • 提供者:baitao
  1. compare_of_edge_detect_methods

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

    • 发布日期:2017-04-17
    • 文件大小:156571
    • 提供者:liujia
  1. motiondetect

    0下载:
  2. 寻找轮廓实现视频流的运动目标检测:从二值图像中提取轮廓,并返回提取轮廓数量。-Look for the outline of the sports video streaming achieve target detection: From the binary image to extract the outline, and contour extraction quantity back.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:422334
    • 提供者:张济伟
  1. EdgeContour

    0下载:
  2. 图像边缘检测、提取及轮廓跟踪的程序。用vc++。是我花钱买的。-Image edge detection, contour extraction and tracking procedures. Using vc++. Yes I spend money to buy.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:72802
    • 提供者:yang
  1. contour

    1下载:
  2. 图片轮廓检测的源代码,用opencv在C语言中实现-Image contour detection of the source code, using opencv in the C language implementation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-29
    • 文件大小:133491
    • 提供者:buaa
  1. edge_check

    0下载:
  2. 实现边沿检测与提取以及轮廓跟踪的图象算法-Implementation, as well as edge detection and extraction of image contour tracing algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-15
    • 文件大小:6795
    • 提供者:zhangjun
  1. matlab_binyuanjianche

    1下载:
  2. 利用边缘检测算法各种算子处理图像,提取图像轮廓-using a variety of operator of edge detection algorithm process images, and extract image contours
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:542
    • 提供者:328087418
  1. FaceFeaDetectionDLL

    0下载:
  2. 本人自己开发的一个人脸检测程序,实现人脸的精确检测,可检测人脸的轮廓,有效去除了背景干扰,对环境依赖行小,希望对做人脸检测的朋友们有所帮助是Dll的-this source code is about face detection which is developed by myself, it achieve the accurately face detection. it can detect the contour of face, and can remove the backgrou
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2426484
    • 提供者:李伟
  1. coloredgedetection

    1下载:
  2. 基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morpho
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:582
    • 提供者:jff
« 1 2 3 45 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com