CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - opencv image matching

搜索资源列表

  1. ImageAlignment

    0下载:
  2. Image alignment is a process of matching one image called template (let s denote it as T) and another image I (see fig. 1). There are many applications of image alignment, such as tracking objects on video, motion analysis and many other tasks of com
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:82967
    • 提供者:戴隆忠
  1. OpenCV-tuxiangpeizhu

    0下载:
  2. 实现相位相关图像配准,编译产生库文件,用于openCV平台。实现了相位相关图像的快速搜索和两幅图像之间的匹配-Implementation phase correlation image registration, create library files compiled for openCV platform. Achieve the rapid phase correlation image search and matching between two images
  3. 所属分类:Other systems

    • 发布日期:2016-01-25
    • 文件大小:209336
    • 提供者:杨博明
  1. FaceMFC_v2

    0下载:
  2. 使用OpenCV做的一个人脸检索系统,包括实现了静态图片的人脸检测,以及视频流中的人脸检测,和人脸匹配,实现了视屏播放,在视频中快速检索需要寻找的人脸目标-Using OpenCV to do a face retrieval system, including the realization of the static image of face detection and video streaming in face detection and face matching, to achi
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-20
    • 文件大小:5933062
    • 提供者:赵宾
  1. UStereoos

    0下载:
  2. 使用SSD(sum squared differences)算算法进行双摄像机图像匹配点计算,基于OpenCv的C++代码实现 -Use of the SSD (sum squared differences) numerical algorithm for the dual-camera image matching point calculation based the OpenCv of the C++ code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1858924
    • 提供者:分配
  1. uharrrisCornes

    0下载:
  2. 用openCV开发的角点检测程序源码,其中第一个角点检测是从一缓冲区读入到图像,转换成IplImaage后检测出角点;第二个角点检测函数是检测两副图像的角点,以便于进行匹配等运算操作。 可直接使用。 -With the the corner detection openCV development program source code, which after the first corner detection is read from the buffer into the image
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:1583
    • 提供者:推翻
  1. OMatchhp

    0下载:
  2. 利用OpenCV中的模板匹配来匹配配模板和图片,找出图片中含有的模板图像 -Template matching in OpenCV to match with the template and pictures to identify the picture contains the template image
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:38043
    • 提供者:举例
  1. FPicturesMatca

    1下载:
  2. 快速的图像模板匹配代码,很辛苦找到到的,属于Opencv的,共享给大家了 -Fast image template matching code, very hard to find, belongs Opencv shared with everyone
  3. 所属分类:Windows Develop

    • 发布日期:2017-08-15
    • 文件大小:10240
    • 提供者:李威
  1. avito

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:4004713
    • 提供者:张余
  1. av

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:4004608
    • 提供者:张余
  1. mbpp

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complete descr iption of key points.
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:49617
    • 提供者:张余
  1. NCC_SSDA_Match

    0下载:
  2. NCC和SSDA算法的图像匹配实现,图片的读取用opencv实现,算法是纯C++代码。-The NCC and SSDA image matching algorithm to achieve the picture read with opencv algorithm pure C++ code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:1493694
    • 提供者:周安
  1. opencv-sift

    0下载:
  2. 图像匹配,可以实现目标图像的匹配,匹配出最相似的训练图片。-Image matching, the matching can achieve the target image, matching the most similar training images.
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:6051
    • 提供者:杜柏伶
  1. SIFT-algorithm

    0下载:
  2. D.G lowe 的尺度不变特征转换算法(SIFT)在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配-D.G lowe s scale invariant feature transform (SIFT) algorithm based on opencv and on the basis of OpenGL source to increase the function of image preservation. Used
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:506269
    • 提供者:东风
  1. PiPei

    0下载:
  2. 图像匹配核心文件,下载下来,导入工程直接可以使用,但前提是安装opencv-Image matching core files, downloaded, can be used directly into the project, but the premise is to install opencv
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:2670
    • 提供者:humingke
  1. opencv-temp

    0下载:
  2. opencv 实现模板匹配,方法对图像、视频都可用,简单、易懂!-Opencv achieve template matching procedures, simple, easy to use, can realize the matching of image, video in!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-07
    • 文件大小:1526920
    • 提供者:陈阳
  1. Template-Matching

    0下载:
  2. 使用opencv给出的函数进行模板匹配,给出一幅图像及目标模板,在图像中找出模板所在区域。-Using the function given by opencv for template matching, the target template is given an image , to identify the template location in the image
  3. 所属分类:Console

    • 发布日期:2017-05-25
    • 文件大小:8141640
    • 提供者:yp
  1. RobustMatch

    0下载:
  2. 基于opencv,讲述关于SIFT、SURF、ORB、FREAK、FAST、BRIEF等方法用于图像的特征提取以及匹配之间的不同-Based on opencv, about SIFT, SURF, ORB, FREAK, FAST, and BRIEF, used for image feature extraction and matching between different
  3. 所属分类:CSharp

    • 发布日期:2017-06-02
    • 文件大小:14266042
    • 提供者:江腾达
  1. tuxiangpipei

    0下载:
  2. 这是一个图像匹配c++代码及其资料,使用opencv,对两幅图像进行匹配-This is an image matching c++ code and its data, using opencv, two images match
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-25
    • 文件大小:8086305
    • 提供者:beinuo
  1. ORB

    0下载:
  2. 该算法基于opencv库,能够实现图像ORB角点检测,并实现图像匹配(ORB image key point detection algorithm, fast and efficient implementation of image feature point detection and matching)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:276480
    • 提供者:jerry he
  1. WeChat_jump

    0下载:
  2. 电脑模拟按键实现微信跳一跳自动跳跃。首先就是在上传的autojump.png图片上进行模板匹配,匹配出小人,并计算小人的坐标;如上图所示,框出来的用红色箭头所指即为小人的坐标! 然后就是通过Canny()函数进行图像的边缘检测,这里使用的阈值为5,10基本可以检测出所有边缘信息(Computer simulation keys to achieve WeChat jump one jump automatically. First of all, template matching is per
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:13359104
    • 提供者:shuang0——0
« 12 »
搜珍网 www.dssz.com