CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - 算法源码

搜索资源列表

  1. zk00006-OpenTLD-8a6934d

    0下载:
  2. 捕食者物体跟踪算法 开放源码 英国萨里大学的一个捷克学生的博士论文的一部分 -TLD is an award-winning, real-time algorithm for tracking of unknown objects in video streams. The object of interest is defined by a bounding box in a single frame. TLD simultaneously Tracks the object, Lea
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9mb
    • 提供者:凌寒
  1. fulltext

    0下载:
  2. 一个实时的2维人体检测跟踪算法,是opencv源码里参考的文章之一。内容包括表面模型建立,新目标检测以及匹配的问题。-A Real-Time System for Detecting and Tracking People in 2D, is one of the references in opencv, including the appearance model, new object detect and how to find the corresponding one.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2.32mb
    • 提供者:420906189
  1. Qt_RobHess_Sift

    0下载:
  2. sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.04mb
    • 提供者:wuwei
  1. OpenSURF-H

    0下载:
  2. 关键点检测和描述算法,surf算法的opencv的源码,surf算法的性能与sift相当,但速度要远大于sift算法,经过测试可以正常运行-Keypoint detection and descr iption algorithm, algorithm source code at the Surf, surf the performance of the algorithm and sift quite, but the speed is much larger than sift algor
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:6.06mb
    • 提供者:zhangbin
  1. face_forest

    0下载:
  2. 利用条件回归森林算法实现的实时人脸检测源码-Use conditions return to the forest algorithm to achieve real-time face detection source code
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:2.9kb
    • 提供者:cx
  1. VIBE

    0下载:
  2. 可视背景提取算法源码加论文,最近的建模方法-Visual background extraction algorithm source code plus papers, recent modeling method
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:675.27kb
    • 提供者:彭娟
  1. decreasefog

    0下载:
  2. 暗通道去雾算法,环境VS2010,OPenCV2.3.1. 也可以将源码复制到自己的开发环境下直接使用,内附“说明文档”-DarkChannel defog algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2014-01-10
    • 文件大小:12.18mb
    • 提供者:冯亚春
  1. Detailed-tracking-source

    0下载:
  2. 如果要跟踪的物体颜色和背景色有较大区别,可用基于颜色的跟踪 如CAMSHIFT 鲁棒性都是较好的。 此源码是一个opencv自带的CamShift算法使用工程实例(有非常详细的注释)。该实例的作用是跟踪摄像头中目标物体,目标物体初始位置用鼠标指出,其跟踪窗口大小和方向随着目标物体的变化而变化。-If you want to track the object color and background color is quite different, color-based tracking is
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:3.66kb
    • 提供者:fire
  1. HuBuBianJu

    0下载:
  2. 做图像识别用的HU矩源码,图像平移旋转缩放不变性的算法源码-Do HU moment source image for recognition, image translation and rotation invariance algorithm source code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:951byte
    • 提供者:lyd
  1. vlfeat-0.9.20-bin.tar

    0下载:
  2. sift算法源码,图像学中的重要分析算法.-sift algorithm source code, learn the important image analysis algorithms.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:15.07mb
    • 提供者:XZQ
  1. main

    0下载:
  2. 光流算法的源码 运用稠密光流(Lucas-Kanade)算法跟踪运动的图像-Optical flow algorithm source code using dense optical flow image (Lucas-Kanade) algorithm to track the movement of
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:dongjingjing
  1. opencv-watershed

    0下载:
  2. opencv watershed算法源码-opencv watershed
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3.39kb
    • 提供者:Haya
  1. hsaliencyexe

    0下载:
  2. 图像边缘提取算法源码,基于局部显著度提取算法-saliency_RC on Opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.13mb
    • 提供者:tomzhang
  1. k

    0下载:
  2. 主要是K-Means算法的实现,可以直接执行,其中图片的载入用到opencv,其他均为C++源码。-Mainly K- Means algorithm implementation, which can be d directly, the images load use opencv, other are c++ source code.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.76kb
    • 提供者:seven
  1. Pedestrian

    0下载:
  2. 行人检测源码 支持svm向量机,算法比较复杂,需要耐心-Pedestrian detection source
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:920.07kb
    • 提供者:xiaoxin
  1. OpenCV_Based_Beta5a_MotionDetectio

    0下载:
  2. 基于OpenCVBeta5a版本的运动目标检测,简单实用,适合初学人员,里面有全部代码,便于查找各种算法的源码,不依赖lib文件。-Based on OpenCV Beta5 version of the moving target detection, simple and practical, suitable for beginners, there are all the code, easy to find the source of various algorithms, do no
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1.92mb
    • 提供者:idlerrf
  1. Ransac

    0下载:
  2. ransac算法源码,是根据一组包含异常数据的样本数据集,计算出数据的数学模型参数,得到有效样本数据的算法。-ransac algorithm source code, based on a set of sample data set contains abnormal data, a mathematical model to calculate the parameter data, an algorithm is effective sample data.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4.13mb
    • 提供者:zhao
  1. PSOIZFR49

    0下载:
  2. 用于边缘检测的程序,86年canny算法,不错的源码(Canny algorithm is used for edge detection procedures, 86, a good source)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:6kb
    • 提供者:沈然凤
  1. ozbyc

    0下载:
  2. matlab的遗传算法原理及实现,以及具体的应用 不错的源码(Matlab genetic algorithm principle and implementation, and a specific application of the source code)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:144kb
    • 提供者:depelipmxnk
  1. OpenCV示例源码

    0下载:
  2. 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of
  3. 所属分类:OpenCV

    • 发布日期:2018-04-20
    • 文件大小:14.04mb
    • 提供者:347085420
« 12 »
搜珍网 www.dssz.com