CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - 提取轮廓

搜索资源列表

  1. Canny-Contour-source-code

    0下载:
  2. Canny 算子提取目标轮廓源代码 OpenCV C-Canny Contour source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13.17mb
    • 提供者:William He
  1. Coutour_polygon

    1下载:
  2. 用OpenCV来编写,用摄像头获取图像,并用帧差法提取二值化图像,再用多边形逼近的方法来提取图像的轮廓-Using OpenCV to prepare, with the camera to obtain images, and the frame difference method used to extract two binary images, and then a polygonal approximation method to extract the contours of the
  3. 所属分类:OpenCV

    • 发布日期:2015-12-18
    • 文件大小:5.06mb
    • 提供者:明明
  1. edge

    0下载:
  2. 轮廓提取,用于opencv的轮廓提取,大家有兴趣可以下载-edge extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:802byte
    • 提供者:微微
  1. Harris

    0下载:
  2. OpenCV编写的Harris角点提取函数-Harris prepared OpenCV corner detection function
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1.67mb
    • 提供者:sunxiyan
  1. code

    0下载:
  2. OpenCV一些代码的实现,包括轮廓的提取,图像的复制-OpenCV implementation of some code, including contour extraction, image replication
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:11.78kb
    • 提供者:黄一
  1. openvc-cell

    0下载:
  2. 和用opencv 库进行细胞轮廓提取,得到cell个数,最大细胞,最小细胞,中心位置,-Opencv libraries and the use of cell extraction, by cell number, the largest cell, the smallest cell, central location,
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.74mb
    • 提供者:xupengfei
  1. ellipsefitting

    0下载:
  2. 在opencv环境下实现对图像中椭圆轮廓的提取。-in the environment of opencv, get the contours of ecllipse of objects.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:1.58kb
    • 提供者:陈付
  1. Adative-contour-extraction

    0下载:
  2. 在图像中提取轮廓(用到了自适应阈值分割算法),根据目标特征,如周长、面积等参数进行筛选,得到目标的轮廓。-Contour extraction in the image (use an adaptive thresholding algorithm), depending on the target characteristics, such as perimeter, area and other parameters of screening, target profile.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:风花雪月
  1. Picturer

    0下载:
  2. VC+OpenCV环境下,实现自行车轮廓提取-VC+ OpenCV environment, to achieve a bike contour extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10.14mb
    • 提供者:jane
  1. lunkuotiqu

    0下载:
  2. 使用opencv编写,可以实现图像的轮廓提取,效果很好。-Using opencv written outline of the image can be extracted to achieve good results.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:938byte
    • 提供者:david
  1. cameraHSV

    0下载:
  2. OpenCV 实现从摄像头视频流提取图像 获得轮廓 C++ OpenCV-cameraHSV Detect Contour
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4.75mb
    • 提供者:William He
  1. Contour-detection-based-on-OpenCV

    0下载:
  2. 基于opencv的轮廓检测,运用灰度处理,提取轮廓。在使用本程序前确保vs已经安装opencv-Opencv based contour detection, using the gray processing, contour extraction. The use of this process to ensure that vs has been installed opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:28.29kb
    • 提供者:林浩
  1. HandDetectionAndRecognition

    1下载:
  2. 本算法实现了基于手部颜色和手形的静态手势的检测和识别,特色有两点:(1)排除了面部区域后进行肤色检测(2)在手部候选区域分别提取轮廓,并求出Hu不变矩,将其与模板进行比较,排除类手形区域,进一步识别是何种手势-hand gestures detection and recognition based on skin colors and hand shapes
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:12.03mb
    • 提供者:ben
  1. mysobel

    0下载:
  2. 基于OpenCV2.x,利用sobel算子提取轮廓图-Base on OpenCV2.x, sobel operator to extract contours
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:755byte
    • 提供者:程哲
  1. canny

    0下载:
  2. OpenCV canny算子提取轮廓图,trackbar调节阈值,结果为白线条轮廓-OpenCV canny operator to extract contours, trackbar adjustment threshold, the result is white contour lines
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:604byte
    • 提供者:程哲
  1. Camera_Contours

    0下载:
  2. 该程序能够直接调用电脑摄像头,并使用了自适应的二值化对图像提取轮廓; 使用的是opencv2.4.9库-The program can directly call PC camera, and the use of adaptive binary image contour extraction Using opencv2.4.9 library
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:11.5mb
    • 提供者:五小懂
  1. ConsoleApplication1

    0下载:
  2. VS2013+OPENCV2.4,图像高斯滤波阀值分割形态学处理,提取轮廓用来进行匹配,可知程序运行时间-VS2013+OPENCV2.4, Gaussian filtered image segmentation threshold morphological processing, contour extraction for matching, it is understood program runtime
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2.63mb
    • 提供者:幻影之武
  1. 手机提取

    0下载:
  2. 基于OpenCV的形态学操作,用于提取手机零件轮廓。(OpenCV based morphological operations, used to extract parts of mobile phones contour.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:3.3mb
    • 提供者:couragesjh
  1. 提取图像轮廓质心

    0下载:
  2. 提取图形轮廓 以及轮廓所在的质心。用外接矩形包围其所在的轮廓(Extract the graphic outline,and the centroid of the contour .Encircling the outline with a rectangle)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-28
    • 文件大小:10.2mb
    • 提供者:丶鑫哥
  1. Contours_extraction&drawing_based_on_OpenCV

    0下载:
  2. 基于OpenCV利用canny算子的图像轮廓提取与绘制(Contours extraction and drawing based on OpenCV, using canny operator.)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-04
    • 文件大小:3.34mb
    • 提供者:luckywavelet
« 12 3 4 »
搜珍网 www.dssz.com