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

搜索资源列表

  1. contuorline_hausdorff

    0下载:
  2. 基于OPENCV库 实现两幅图像中目标轮廓匹配,利用对应关键点附近轮廓段的曲率hausdorff距离匹配
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-17
    • 文件大小:2036432
    • 提供者:张岱
  1. Gesture-Recognition-Based-on-openCV

    2下载:
  2. 基于openCV的手势识别,用肤色的有效提取, 再经过阈值化, 和形态学变换, 得到手的轮廓, 最后采用轮廓匹配的方法, 得到识别结果-OpenCV based gesture recognition, effective use of color extraction, and then after a threshold, and morphological transformation, contours of the hand, the final contour matching me
  3. 所属分类:图形/文字识别

    • 发布日期:2017-02-20
    • 文件大小:82835
    • 提供者:thinsc
  1. match

    1下载:
  2. 在利用开源软件OPENCV的基础上,在.NET4.0的开发平台上实现动态的模板匹配。分别利用了Hu矩,轮廓树等匹配方式进行匹配。-Based on the use of open source software OPENCV. NET 4.0 development platform, dynamic templates matching. Use Hu moments, contour tree matching to match.
  3. 所属分类:OpenCV

    • 发布日期:2017-01-26
    • 文件大小:567296
    • 提供者:wu
  1. opencv-pipei

    0下载:
  2. opencv 轮廓提取和模板匹配,可以从目标图像中找出要匹配的小图片部位-opencv contour extraction and template matching, you can find out from the target image to match the small image parts
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:4262
    • 提供者:pencauto
  1. test

    0下载:
  2. OPencv 第八章成对几何直方图匹配,包含Hu矩的匹配,轮廓凸包检测等-OPencv Chapter VIII of the pairs of geometric histogram matching
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:2662
    • 提供者:jinyun
  1. hu

    1下载:
  2. 用opencv的方法求取图像的Hu矩,可执行的实例,先计算图像轮廓,在计算其Hu矩并进行匹配-Hu moments opencv method of obtaining images, executable instance, first calculate the outline of the image, Hu moments in the calculation of its match
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:2468669
    • 提供者:Mr lian
  1. Contour

    0下载:
  2. 利用OpenCV实现了轮廓提取以及轮廓的匹配!-Using OpenCV contour extraction and contour matching!
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:14331706
    • 提供者:自动化
  1. Method_01

    0下载:
  2. 利用OpenCV自带的cvMatchShapes方法进行轮廓匹配。可手动设置输入的两幅图像。程序中有对程序的注释和关键逻辑步骤的解释,该程序为轮廓匹配方法提供一定的思路,需要VC6.0+OpenCV_1.0-Contour matching using the cvMatchShapes method with the OpenCV. Two images manually set the input. Notes on procedures and key steps in the inter
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:264583
    • 提供者:王山
  1. Method_02

    2下载:
  2. 利用OpenCV自带的cvMatchContourTrees方法进行轮廓匹配。需要先调用cvCreateContourTree方法创建轮廓树,程序中有对程序的注释和关键逻辑步骤的解释,该程序为轮廓匹配方法提供一定的思路,运行环境为VC6.0+OpenCV_1.0 -Contour matching using the cvMatchContourTrees method with the OpenCV. Need to call the cvCreateContourTree method
  3. 所属分类:OpenCV

    • 发布日期:2016-01-24
    • 文件大小:263168
    • 提供者:王山
  1. Binocular-Stereo-Vision

    0下载:
  2. 基于OpenCV的双目视觉测量代码。1)可读入标定的摄像机参数,并对左右图像进行校正;2)实现了对三角轮廓的实时跟踪,与匹配。-This project is about the Binocular Stereo Vision,which is based on OpenCV.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11122657
    • 提供者:张勇
  1. MatchContour

    0下载:
  2. OpenCV轮廓匹配函数cvMatchShapes,用一个轮廓图与其他图片进行轮廓匹配,显示最接近的一个-OpenCV contour matching function cvMatchShapes, with a contour map contour matching with other images, display the closest one
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:722
    • 提供者:程哲
  1. opencv-doc

    0下载:
  2. 图像数据操作(内存分配与释放,图像复制、设定和转换) 图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出) 矩阵/向量数据操作及线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解) 支持多种动态数据结构(链表、队列、数据集、树、图) 基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变换、形态学处理、直方图、图像金字塔结构) 结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3722793
    • 提供者:korbon
  1. OpenCV模板匹配的方法识别手势

    0下载:
  2. 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:2819072
    • 提供者:WUluWUlu
  1. contoursmatch_cv

    0下载:
  2. 基于opencv实现轮廓匹配的代码,可以运行(Implement contour matching code with OpenCV)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:5985280
    • 提供者:似近亦远
  1. 基于opencv的交通标志识别

    1下载:
  2. 基于opencv的交通标志识别,主要运用轮廓识别和模板匹配。适用于简单自然条件下的识别(Opencv based traffic sign recognition mainly uses contour recognition and template matching. Identification for simple natural conditions)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-08
    • 文件大小:9414656
    • 提供者:君子卷
  1. simulate

    0下载:
  2. 形状是由图像的轮廓形成的,所以理论上形状识别是通常在边缘或轮廓检测后的步骤。(edge_based_matching The shape is formed by the outline of the image, so theoretically the shape recognition is usually the step after the edge or contour detection)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:16013312
    • 提供者:jimmylaw
搜珍网 www.dssz.com