CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 关键点

搜索资源列表

  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
    • 文件大小:3060545
    • 提供者:英豪
  1. Ivor-Hortons-Beginning-ANSI-CPP

    0下载:
  2. 作者:(美)Ivor Horton 《C++入门经典》(第3版)详述了C++语言的各个方面,包括数据类型、程序控制、函数、指针、调试、类、重载、继承、多态性、模板、异常和输入输出等内容。每一章都以前述内容为基础,每个关键点都用具体的示例进行详细的讲解。《C++入门经典》(第3版)基本不需要读者具备任何c++知识,书中包含了理解C++的所有必要知识,读者可以从头开始编写自己的C++程序。-The introduction of c++ classic (second edition) in a
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-10
    • 文件大小:17898199
    • 提供者:杨明
  1. KB-Detector-src

    0下载:
  2. 功能说明:输入一幅图像,能对此图像检测关键点,这些点通常对应图像中的重要对象,可用于对象识别,也可用来作为特征进行图像分类。运行其中的例程Ldx_GoSalScale.m,就可以知道此程序的用法(调试环境matlab7.0)。-Function: input image, this image can detect critical points, these points usually correspond to an important object of the image can be
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:249361
    • 提供者:Li Daxiang
  1. Poly2ApproximateBezier

    0下载:
  2. 算法:从任意曲线中提取Bezier曲线的关键点,这样可以对曲线形状进行任意平滑控制。-Algorithm: to extract from any curves the critical point Bezier curves, which can be arbitrary smooth shape of the curve control.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:218776
    • 提供者:安自生
  1. poly-cacu

    0下载:
  2. 本题要求实现对两个多项式的简单计算,实验要求完成一元多项式以及多元多项式的四则运算,计算后能将结果输出。 对于多项式,它由系数,未知元以及指数组成,考虑到它包括的属性较多,故链表是一种非常不错的选择。题目有两个关键点:第一、识别多项式每一项的系数与指数;第二、对结果能很好的合并同类项。 解题方法:链表实现,多项式指数系数识别,加减乘除等四则运算分别模拟笔算的过程。多元多项式增加指数数组,方法与一元相似。 -This question required to achieve a sim
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:4063
    • 提供者:何东标
  1. AbleBatchConverter

    0下载:
  2. 图像关键点的提取,里面有harris角点检测和susan角点检测,可以拿来做做实验然后进行对比-The key point to extract the image, which has susan harris corner detection and corner detection, can be used to do some experiments and then compare
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4443136
    • 提供者:蒋飞云
  1. WPFSimpleChromeWindow

    0下载:
  2. 在WPF中模拟ChildWindow效果 原理很简单,关键点就是如何定义ChildWindow样式和使用DataTemplate动态显示控件,注意这里Content并没有显式定义ItemTemplate,它会默认应用资源里的DataTemplate定义,通过绑定到DialogViewModel,DataTemplate会根据DialogViewModel的DataType类型选择显示不同的子窗体,同时子窗体的DataContext会自动关联到该DialogViewModel类型的实体-In
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:78841
    • 提供者:JOSH
  1. F-Matrix

    1下载:
  2. 根据计算机视觉的基本理论,通过摄像机自标定的方法得到基本矩阵F,再利用特征提取的方法将物体上的关键点映射到三维空间,并转换到欧式坐标系下,从而得到物体运动过程中的六自由度分量。-According to the basic theory of computer vision, through the camera self-calibration method to be the fundamental matrix F, re-use feature extraction methods on
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1622668
    • 提供者:zhurui
  1. sift_feature-extract-and-match

    0下载:
  2. 使用sift算法,找出图像的关键点,使用关键点作为匹配因子对两幅图像进行匹配,数据库中包含了丰富的可用图片库。-Use sift algorithm to find the image of the key points, key points to use as matching factor of two images match, the database contains a wealth of available gallery.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6727430
    • 提供者:caixiang
  1. MAZE

    0下载:
  2. 本文介绍了一种随机生成二维迷宫的方法,并指出了该方法的几个关键点,即如何生成连接起点和终点的通路,如何实现强连通图,以及如何绘制迷宫和捕获键盘事件的编程技巧。虽然代码不多,却实现了一个较为完整的迷宫游戏,希望能为游戏编程爱好者们起到参考作用-We can use this program to detect the main frequency of CPU by using RDTSC instructor.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-08
    • 文件大小:1743872
    • 提供者:joe
  1. License_plate_identification

    0下载:
  2. 车牌识别研究中两个关键点的研究——确定目标&测量角度。M文件+源图像-License plate identification research in two key points of the study--determine a goal and measuring angles. M file+ source image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-01
    • 文件大小:532635
    • 提供者:王俊臣
  1. tuixangtezheng

    0下载:
  2. 来自尺度不变关键点的图像特征 来自尺度不变关键点的图像特征-From the same scale of key image characteristics
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:490965
    • 提供者:
  1. HarrisJiaoDianJianCe

    0下载:
  2. 采用Harris角点算法提取图像的关键点,效果较好-Harris corner algorithm to extract the key points of the image, the better
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:348115
    • 提供者:王冰冰
  1. da_l_l

    2下载:
  2. 螺旋锥齿轮数控加工过程关键点计算,包括对刀过程、加工过程等-The spiral bevel gear process key points computing
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:523
    • 提供者:
  1. da_l_r

    0下载:
  2. 螺旋锥齿轮数控加工过程关键点计算,包括对刀过程、加工过程等(左旋右侧齿面加工)-The spiral bevel gear process key points computing
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:588
    • 提供者:
  1. xiao_r_l

    0下载:
  2. 螺旋锥齿轮小轮右旋左侧齿面数控加工关键点计算,包括对刀点、回转工作台旋转角度等-Spiral bevel gears Ferry right hand the left side of the tooth surface CNC machining critical point calculations, including the knife point , the rotary table rotation angle
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:591
    • 提供者:
  1. xiao_r_r

    1下载:
  2. 螺旋锥齿轮小轮右旋右侧齿面数控加工关键点计算,包括对刀点、回转工作台旋转角度等-Spiral bevel gear small round right-handed right side of the tooth surface CNC machining critical point calculations, including the knife point , the rotary table rotation angle
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:563
    • 提供者:
  1. Route-programming

    0下载:
  2. 计算路线点的程序,可以计算关键点的坐标位置,主要是要将输入的数据格式输对,重点也在这。-The calculated route point of the procedure, can calculate the critical point of the coordinates of the location, mainly want to input data format to focus in the lost。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3018
    • 提供者:钟文亮
  1. PPallmzipa

    0下载:
  2. 自己做的掌纹识别小软件源码,能能够实现图像的角点提取,确定关键点 -Palmprint recognition of their own to do a small software source code, be able to achieve image corner extraction, identification of key points
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:134613
    • 提供者:
  1. find_obj

    0下载:
  2. surf算法特征提取,关键点检测匹配 -surf surf you know it is surfsurf surf you know it is surf
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3004
    • 提供者:温佳
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com