CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - object point detection

搜索资源列表

  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2.03mb
    • 提供者:smj_9547
  1. eccv06

    0下载:
  2. In this paper, a novel scale- and rotation-invariant interest point detector and descr iptor, coined SURF (Speeded Up Robust Features) is presented. It approximates or even outperforms previously proposed schemes with respect to repeatability, di
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:669.64kb
    • 提供者:yangwei
  1. iav07-surf

    0下载:
  2. Detecting, identifying, and recognizing salient regions or feature points in images is a very important and fundamental problem to the computer vision and robotics community. Tasks like landmark detection and visual odometry, but also object re
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:849.06kb
    • 提供者:yangwei
  1. mubiaojianche

    0下载:
  2. 这是一个VC寻找圆心的程序,包括比对,二值化,目标检测,圆心定位等操作,是学习目标检测的资料!-This is a VC looking for center point of the process, including comparison, binary, object detection, central positioning operation, target detection information to learn!
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:6.48mb
    • 提供者:liguo
  1. SIFT

    0下载:
  2. sift的详细介绍,主要步骤是:1.关键点检测2.关键点描述 3.关键点匹配 4.消除错配点。物体识别的必备资料 -sift the details, the main steps are: 1. The key point detection (2) describe key 3 key match 4 to eliminate the mismatch point. Essential information on object recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2.92mb
    • 提供者:英豪
  1. Adaptive-Corner-Detection-

    0下载:
  2. 摘要文中算法首先在曲线尺度空间中通过高斯平滑以消除噪声;然后再基于自适应弯曲度计算和角点筛选准 则确定角点. 该算法不需要预先输入参数,具有较好的抗干扰性,实现简单有效. 关键词高斯平滑;尺度空间;自适应;角点检测-Abstract In image processing,corner point means the dominant point of maximum curvature aiong the bounding edge of pianar object. A meth
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:190.55kb
    • 提供者:李齐贤
  1. Ferrari

    0下载:
  2. We present an object class detection approach which fully integrates the complementary strengths offered by shape matchers. Like an object detector, it can learn class models directly from images, and can localize novel instances in the prese
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2.12mb
    • 提供者:Daria
  1. test

    0下载:
  2. 1) 定义一个CPU类,包含等级(Rank)、频率(frequency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中,rank为枚举类型CPU__Rank,定义为enum CPU_Rank{P1=1,P2,P3,P4,P5,P6,P7},frequency为单位是MHz的整型数,voltage为浮点型的电压值。观察构造函数和析构函数的调用顺序。 2) 定义一个简单的Computer类,有数据成员芯片(cpu)、内存(ram)、光驱(cdrom)等等,有两个公有成员
  3. 所属分类:Disk Tools

    • 发布日期:2017-10-30
    • 文件大小:1.04mb
    • 提供者:
  1. 3

    0下载:
  2. 输入: 自拍两幅同一个场景(或物体)的角度/远近有差别的图像 (对于学有余力的同学,建议多测试几张角度/远近差别较大的图像) 任务: 在每张图像中检测特征点位置并将匹配画出匹配得最好的10-20对特征点 输出要求(以下三个结果分别输出,不要重叠在一张图上): 1. 在两张图上分别画出检测到的特征点位置 2. 对匹配得最好的10-20对特征点:每对特征点对用连接线画出 3. 用椭圆形式在图上画出上述每个特征点的描述子方向与尺度等信息 编程工具: Visual
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1.32kb
    • 提供者:sdsdsdfg
  1. TestPointsDistance

    0下载:
  2. 点跟踪、点先跟踪,对象测试检测,非常精确简单-Point tracking, point tracking, object test detection, very precise and simple
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:694.07kb
    • 提供者:sandman
  1. edge-detection

    0下载:
  2. Edge detection We propose a edge detection framework that takes as its input a xation (a point location) in the scene and outputs the region containing that xation. The xated region is segmented in terms of the area enclosed by the \optim
  3. 所属分类:Graph program

    • 发布日期:2017-11-27
    • 文件大小:378.08kb
    • 提供者:robin
  1. gmm

    1下载:
  2. 混合高斯模型使用K(基本为3到5个) 个高斯模型来表征图像中各个像素点的特征,在新一帧图像获得后更新混合高斯模型,用当前图像中的每个像素点与混合高斯模型匹配,如果成功则判定该点为背景点, 否则为前景点。通观整个高斯模型,他主要是有方差和均值两个参数决定,,对均值和方差的学习,采取不同的学习机制,将直接影响到模型的稳定性、精确性和收敛性。由于我们是对运动目标的背景提取建模,因此需要对高斯模型中方差和均值两个参数实时更新。为提高模型的学习能力,改进方法对均值和方差的更新采用不同的学习率 为提高在繁忙
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.87kb
    • 提供者:尹安然
  1. background-model8

    0下载:
  2. :基于背景建模的运动目标分割是智能视频监控的重要任务,模型的质量直接影响到检测、跟踪、识别等运动分析的准确性.当前的建模方法多是单层的,忽略了像素特征在时域和空域上的联系,模型描述不够准确,对于背景扰动、全局光照变化及复杂的室内外场景等多种情况鲁棒性不强,导致了分割中出现空洞和噪声点.针对这些问题提出了一种双层建模的方法,在第一层提取时域上的像素亮度特征采用码本建模,第二层提取邻域纹理特征采用基于中心对称的局部二值模式建模.实验证明该方法在用于运动分割时,比常用方法具有更好的准确性和鲁棒性.-M
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:684.36kb
    • 提供者:
  1. pdist2plus

    0下载:
  2. In point set analysis, it is useful to compare 2 sets of points by computing the distance between each possible point pair. For example, this is a required step in the ICP point set registration algorithm. MATLAB s built in function for computing the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.31kb
    • 提供者:md adil
  1. OpenSURFcpp

    1下载:
  2. OpenSurf是一款功能齐全的surf代码,程序中使用surf特征点进行了目标检测,视频目标识别,图像匹配等5项功能,代码经过调试可以成功运行。-OpenSurf is a full-featured surf the code, the program features the use of surf point target detection, video object recognition, image matching five function, the code after d
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:4.36mb
    • 提供者:zhongrui
  1. Bee-algorithmeedgedetection

    0下载:
  2. Proposed edge detection method based on bee colony algorithm. Utilization Characteristics colony algorithm for image boundary quick search, too To a group of local optima, and then were local minima to start the search, to find the edge of the imag
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:239.91kb
    • 提供者:王飞
  1. Object-Detection-in-a-Cluttered-Scene-Using-Point

    0下载:
  2. Object Detection in a Cluttered Scene Using Point Feature Matching
  3. 所属分类:Video Capture

    • 发布日期:2017-12-12
    • 文件大小:9.97kb
    • 提供者:houssem
  1. OpenSURF_version1c

    1下载:
  2. surf实现图像特征点检测,开放的语言程序可用于图像物体实时追踪或图像拼接处理。(Surf implements image feature point detection.An open language program can be used for image object tracking or image splicing.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:1.3mb
    • 提供者:无奈的石头
  1. Matlab火焰火灾烟雾识别系统[带参数,GUI界面]

    5下载:
  2. 一、课题介绍 本设计为基于MATLAB的火焰烟雾火灾检测系统。结合火焰是实时动态跳跃的,采用面积增长率,角点和圆形度三个维度相结合的方式判断是否有火焰。该设计测试对象为视频,通过下一帧和上一帧的差异发现是否有火情,并可发出语音报警。本设计带有一个人机交互式GUI界面,界面友好。是个不错的毕设选题。 二、算法流程 结合火焰的面积增长率,角点和圆形度三个维度综合判断。并且得出每帧图像火焰部分的该三个参数,实时显示在GUI上。(1.Topic introduction This design
  3. 所属分类:图形图像处理

    • 发布日期:2020-02-25
    • 文件大小:29.23mb
    • 提供者:www.wobishe.com
搜珍网 www.dssz.com