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

搜索资源列表

  1. cvWatershed 基于C++语言的分水岭算法

    1下载:
  2. 本程序是基于C++语言的分水岭算法,其中调用了opencv的函数库。-This procedure is based on C++ language, watershed algorithm, which is called the opencv library of functions.
  3. 所属分类:OpenCV

    • 发布日期:2015-07-04
    • 文件大小:2096128
    • 提供者:张少明
  1. Kalman

    0下载:
  2. kalman颜色跟踪算法 效果比meanshift好 opencv -kalman opencv color tracking algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1031251
    • 提供者:qk
  1. SIFTSURF

    1下载:
  2. SIFT算法、SURF算法和PCA—SIFT算法的实例,里面要安装OPENCV才能用的-SIFT algorithm, SURF algorithm and PCA-SIFT algorithm instance, which can be used to install OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1755761
    • 提供者:宋丹
  1. grabcut

    1下载:
  2. opencv抠图算法。c语言实现。需要较少的用户输入就能实现很好的分割效果。-opencv matting algorithm
  3. 所属分类:OpenCV

    • 发布日期:2016-12-15
    • 文件大小:2048
    • 提供者:熊改
  1. OpenCV_SIFT(C-CPP)

    0下载:
  2. 基于OpenCV下的sift算法源代码,可用于图像匹配-Under the sift algorithm based on OpenCV source code can be used for image matching
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10520509
    • 提供者:明渃
  1. camera

    0下载:
  2. 摄像机标定算法matlab实现,没有解压缩码,欢迎使用。Tsai和zhang的经典算法。-Matlab camera calibration algorithm to achieve
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:57695
    • 提供者:刘国庆
  1. OpenCV

    1下载:
  2. 摄影测量学发展而来的直接线性变换(DLT)方法和扩展的直接线性变换方法,有基于径向排列约束(RAC) 的两步法(Tsai方法),有基于不同位置平面模板的张正友法(Zhang),也有基于摄像机本身移动无需外部标 定物的自标定方法。 OpenCV是Intel开源计算机视觉库,它由一系列c函数和少量C++类构成,具有强大的图像处理、图 像分析和图像理解功能,它的函数实现了很多经典的图像处理和计算机视觉方面的算法,是机器视觉研究 与开发的良好工具。-Photogrammetry de
  3. 所属分类:OpenCV

    • 发布日期:2014-04-07
    • 文件大小:454656
    • 提供者:崔鹏举
  1. TrackerTestbed

    0下载:
  2. 卡内基梅隆大学的一个博士写的一个视频目标跟踪平台,包含几乎所有的目标跟踪算法,有开源的代码和相应的论文,还可以加入自己改进的算法,有很好的参考价值。-Carnegie Mellon University, a Ph.D. to write a video tracking platform, contains almost all of the target tracking algorithm, there are open source code and the corresponding
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3219544
    • 提供者:朴风
  1. cPPClassic-code

    0下载:
  2. 很多经典的c++算法源代码,希望能帮助到您-Many the classic c++ algorithm source code, hope you can help to
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:73135
    • 提供者:晚枫
  1. sift(C-code)

    1下载:
  2. 自编的SIFT优化算法,有注释,下载即可使用VS2008+OPENCV2.4.2-Self the SIFT optimization algorithm, notes, download to use VS2008+OPENCV2.4.2
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:9919014
    • 提供者:陈笋
  1. vc-imageprocessing

    0下载:
  2. 数字图像处理,里面包含很多c++算法,适合初学opencv,包括图像融合、图像分割、图像拼接-Digital image processing, which contains a lot of c++ algorithm, suitable for beginners opencv, including image fusion, image segmentation, image stitching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:22037069
    • 提供者:白色恋人
  1. TargeTraceing

    0下载:
  2. 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,-Using CAMSHIFT algorithm for fast tracking and detection of moving targets in C/C++ source code,
  3. 所属分类:OpenCV

    • 发布日期:2017-12-10
    • 文件大小:11629905
    • 提供者:周翔
  1. c

    0下载:
  2. 图像处理核心算法文件,适合学习机器视觉的人研究,在运算速度上做了优化-Image processing core algorithm file, suitable for learning machine vision of human studies, in the computing speed to do the optimization
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:3037830
    • 提供者:hk
  1. HarrisCorner

    3下载:
  2. 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
  3. 所属分类:OpenCV

    • 发布日期:2016-11-30
    • 文件大小:504832
    • 提供者:qian
  1. 实现Harris角点检测算法

    0下载:
  2. 基于vs2010实现Harris角点检测算法(C语言)(Implementation of Harris corner detection algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:230400
    • 提供者:ABCDEFGHI
  1. line

    0下载:
  2. 利用opencv进行直线检测,内含lsd算法与hough算法(Using OpenCV for line detection. Containing LSD algorithm and Hough algorithm)
  3. 所属分类:OpenCV

  1. Camshift

    0下载:
  2. VS2013结合OpenCV3.2.0,运用Camshift算法对视频中的彩色物体进行跟踪(VS2013 combined with OpenCV3.2.0 and uses Camshift algorithm to track color objects in video)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:klosemir
  1. 95_ORB算法描述与匹配

    0下载:
  2. Opencv+VS C++实现ORB算法(Opencv+VS C++ implements the ORB algorithm.)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-19
    • 文件大小:72704
    • 提供者:Jack.Wang
  1. 7分水岭算法

    0下载:
  2. 利用opencv实现分水岭算法,可直接运行(Opencv implementation of watershed algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-22
    • 文件大小:7319552
    • 提供者:沉默之风
  1. Level Set C++code

    1下载:
  2. opencv实现水平集算法,效果很好。希望对大家有所帮助。
  3. 所属分类:OpenCV

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com