CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - algorithm library

搜索资源列表

  1. LK-derivation

    0下载:
  2. This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardwa
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:74.06kb
    • 提供者:Alex
  1. GPU_KLT.0.0-User-Manual

    0下载:
  2. This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardwa
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:67.59kb
    • 提供者:Alex
  1. NOIP2007

    0下载:
  2. NOIP2007 备战指南 主要讲解了c++ STL库和竞赛中使用的各种算法-Main NOIP2007 preparing guidelines on the c++ STL library and used in a variety of competition algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1.52mb
    • 提供者:李一龙
  1. ActiveXLabVIEWMATLAB

    0下载:
  2. 结合实例详细介绍了LabVIEW利用ActvieX技术调用MATLAB节点进行通讯的方法,利用MATLAB优化算法库,通过LabVIEW显示,达到了优势互补的目的。-Combination of LabVIEW examples described in detail the use of MATLAB to call ActvieX technology node communication methods, using MATLAB optimization algorithm librar
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:107.35kb
    • 提供者:齐磊
  1. sift4

    0下载:
  2. :提出一种基于尺度不变特征变换(SIFT)特征匹配的目标跟踪方法.首先使用SIFT提取目标特征,构 建目标特征库,然后使用基于K维树的特征匹配算法,对实时序列图像提取的SIFT特征与特征库中目标进行精确匹配 -: Based on Scale Invariant Feature Transform (SIFT) feature matching target tracking. The first to use SIFT target feature extraction, featur
  3. 所属分类:Development Research

    • 发布日期:2017-03-30
    • 文件大小:258.27kb
    • 提供者:LIDAN
  1. opencvconfiguration

    0下载:
  2. openvc图像处理库在vc++ 6.0中的配置。对学习sift算法等图像处理很有帮助-openvc image processing library in vc++ 6.0 in the configuration. Sift algorithm for learning useful image processing
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:11.19kb
    • 提供者:feng hw
  1. The.Detail.Analysis.and.Improvement.of.Calibration

    1下载:
  2. 以计算机视觉和视觉检测中的摄像机标定过程作为研究的对象,分析了开源计算机视觉函数库OpenCV中的摄像机模型,使用张正友基于平面模板的方法进行标定,过程中充分考虑了透镜径向畸变和切向畸变因素的影响。文章给出了标定的详细步骤,并对具体函数做了算法上的分析,同时从参数非线性回归分析的角度提出了优化的途径和措施。该算法充分发挥了OpenCV函数库的功能,提高了标定精度和计算效率,具有良好的跨平台移植性,可以满足视觉检测或其它计算机视觉系统的需要。-To computer vision and visu
  3. 所属分类:软件工程

    • 发布日期:2014-04-05
    • 文件大小:238.92kb
    • 提供者:豆豆
  1. AGG

    0下载:
  2. 基于AGG 算法库的通用图形接口设AGG algorithm library based on a common graphical interface design-AGG algorithm library based on a common graphical interface design
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:75.01kb
    • 提供者:
  1. VCPPandMatlab

    0下载:
  2. 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该 文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software requires complex mathematical algorithm used
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:102.48kb
    • 提供者:赵晖
  1. An-Open-Source-SIFT-Library

    0下载:
  2. Describes an Open Source library used for the purpose of Image Matching using David G. Lowes SIFT algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:2.18mb
    • 提供者:PHILIP TROWE
  1. SAR_Target-Det

    0下载:
  2. This paper put forward own target detection algorithms for single band/polarization, multi bands/ polarizations, gives an almost perfect algorithms library for SAR image target detection and algorithm performance evaluation system.
  3. 所属分类:Project Design

    • 发布日期:2017-11-17
    • 文件大小:3.25mb
    • 提供者:Soufi
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:427.44kb
    • 提供者:孙萧萧
  1. OpenCV-application

    0下载:
  2. 先介绍实现视频图像目标检测的几种算法,然后介绍一种开放源代码的计算机视觉类库OpenCV,主要阐述该类库的特点及其结构,最后通过“检测一个视频中的运动物体”这一实例探讨了使用OpenCV进行编程的方法。-First, the algorithm of target detection based on video images, and then introduced a kind of open source computer vision library OpenCV, main chara
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:12.72kb
    • 提供者:yagwenbang
  1. data-mining

    0下载:
  2. 介绍了数据挖掘中关联规则的基本概念和方法, 进一步讨论和研究了关联规则在图书馆读者文献借阅历史数据分析中的应用。用Apriori关联挖掘算法能挖掘出隐藏在历史数据背后的有用的规则和潜在的信息, 这将有利于为读者提供个性化服务和对图书馆的服务提供决策支持。-Introduces the basic concepts and methods of association rules in data mining, further discussion and the research of asso
  3. 所属分类:software engineering

    • 发布日期:2018-04-18
    • 文件大小:273kb
    • 提供者:邱亚茹
  1. Java-software-protection-technology

    1下载:
  2. 用加密的方法来保护Java类文件,加密可以有效地对抗反编译 Java技术在设计之初就考虑到应用环境的复杂性,因此允许用户根据Java规范定制类加载器,使用这些定制的Classloader可以完成特定的操 作,比如从网络上下载类文件,验证类文件来源等,本文定制了 北京邮电大学硕日毋究生学位论文Java软件保护技术研究及实现一个Classloader来完成加密类文件的加载" (3)负责密钥提取和解密的具体算法不能被加密,否则又需要先将它 们解密,由此将形成一个循环,而它们又是必须
  3. 所属分类:software engineering

    • 发布日期:2014-07-29
    • 文件大小:1kb
    • 提供者:李忠楠
  1. tsp-lib

    0下载:
  2. tsp library that need for test your algorithm
  3. 所属分类:Software Testing

    • 发布日期:2017-04-09
    • 文件大小:1.91mb
    • 提供者:ali
  1. Combiation-of-MatlabaLabView-

    0下载:
  2. LabVIEW与Matlab无缝集成的三种常用方法,即COM组件法、中 间文件传递参数法和VC++参数类型转化法。利用这些方法可将两种软件取长补短,且便于软件的 发布。 -Three methods were introduced with a typical example to show how to integrate LabVIEW and Matlab seamlessly, which were COM object method, transmitting para
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:531.02kb
    • 提供者:Yang
  1. OMP

    0下载:
  2. The problem of optimal approximation of members of a vector space by a linear combination of members of a large overcomplete library of vectors is of importance in many areas including image and video coding, image analysis, control theory, a
  3. 所属分类:Project Manage

    • 发布日期:2017-04-04
    • 文件大小:279.58kb
    • 提供者:ganga
  1. IQmath-library-DSP-algorithm

    0下载:
  2. 基于TI公司提供的IQmath库实现定点DSP芯片2812上将进行精确地浮点运算-IQmath DSP2812
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:346.34kb
    • 提供者:GJTao
  1. cognex training

    2下载:
  2. 机器视觉算法库,应用说明文件,主要包含quickbuild应用说明,以及C#与visionpro联合应用说明(Machine vision algorithm library, application descr iption document, mainly includes quickbuild application instructions, and C# and visionpro joint application instructions.)
  3. 所属分类:文章/文档

    • 发布日期:2019-07-28
    • 文件大小:268kb
    • 提供者:changfengleo
« 12 »
搜珍网 www.dssz.com