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

搜索资源列表

  1. sift-1.1.2_20101207_win

    0下载:
  2. sift算法在OpenCV2.3中的实现-of sift algorithms achieve in OpenCV2.3
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:16.67mb
    • 提供者:Liu
  1. MRF_Based

    0下载:
  2. ,论文《Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning》中提出的图像修复算法 1)使用了OpenCV2.2.0和VS2010,设置系统观景变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin 2)生产dll,具体的函数可以查看文件MRF_Based.h 3)如有问题请联系z
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:15.37kb
    • 提供者:
  1. 444

    0下载:
  2. 圖片檔案格式的轉換其實很簡單,應為所有轉換格式的演算法都包在cvLoadImage(),cvSaveImage()裡啦,對OpenCV而言,可以不用去知道如何去實作它的圖檔格式而做到直接開啟的功能,而他讀到的檔案甚至連它的相關資訊全都包在IplImage資料結構裡-Image file format conversion is very simple, they should convert the format for all algorithms are wrapped in cvLoadI
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:706byte
    • 提供者:nip
  1. congealReal.1.0

    0下载:
  2. 国外的一个做人脸直线化的代码,能够对人脸和汽车图片进行直线化。-Many recognition algorithms depend on careful positioning of an object into a canonical pose, so the position of features relative to a fixed coordinate system can be examined. Generally, this positioning is done eithe
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:19.91kb
    • 提供者:doushuai
  1. congealReal.1.0.tar

    0下载:
  2. 国外的一个进行图像图形直线化的代码,能够对人脸和汽车图片进行直线化处理。-Many recognition algorithms depend on careful positioning of an object into a canonical pose, so the position of features relative to a fixed coordinate system can be examined. Generally, this positioning is done
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:18.29kb
    • 提供者:doushuai
  1. filldemo

    0下载:
  2. 图像域的填充,该程序给出了不同算法的实现,以便对不同的应用场合有所了解-Image domain of the fill, the program gives the realization of different algorithms in order to understand the different applications
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:1.53kb
    • 提供者:方莉
  1. CVMFC

    0下载:
  2. 基于MFC的opencv中常见的图像处理算法整理-Opencv on MFC' s common image processing algorithms in the whole
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5.88mb
    • 提供者:
  1. OpenCV-base

    0下载:
  2.  OpenCV提供的视觉处理算法非常丰富,并且它部分以C语言编写,加上其开源的特性,处理得当,不需要添加新的外部支持也可以完整的编译链接生成执行程序,所以很多人用它来做算法的移植,OpenCV的代码经过适当改写可以正常的运行在DSP系统和单片机系统中,目前这种移植在大学中经常作为相关专业本科生毕业设计或者研究生课题的选题。-OpenCV vision processing algorithms provide very rich, and it part of the C language, w
  3. 所属分类:OpenCV

    • 发布日期:2017-06-01
    • 文件大小:13.35mb
    • 提供者:liushiyi
  1. Patch_Sparsity

    0下载:
  2. 算法仿真:论文《Image Inpaiting by Patch Propagation Using Patch Sparsity》中提出的图像修复算法的; 1)使用了OpenCV2.2.0开源机器视觉库,IDE为VS2010 2)设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2;VS2010属性页文件依赖于此环境变量,在Path中添加C:\OpenCV2.2\bin,更具体的环境配置可以查看OpenCV相关手册设置属性页文件或Email:zhen
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:15.32kb
    • 提供者:
  1. Classic_Exemplar

    0下载:
  2. 论文《Region Filling and Object Removal by Exemplar-Based Image Inpainting》中提出的图像修复算法 1)使用了OpenCV2.2.0和VS2010,设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin,可以根据OpenCV提供的用户手册设置属性页文件 2)生产dll,具体的函数可以查看文件Classic_Exemplar.h
  3. 所属分类:OpenCV

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

    0下载:
  2. 论文《A Statistical Approach to Material Classification Using Image Patch Exemplars》提出的算法C++实现 1)使用了OpenCV2.2.0和VS2010,设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin,具体可查看OpenCV的用户手册 2)可zhenjia.dou@gmail.com-The algorithms
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:13.27kb
    • 提供者:
  1. Adaboost-face-detection

    0下载:
  2. 基于adaboost的人脸检测识别算法,在复杂背景下有很好的检测效果-Good detection in complex background based on face detection and recognition algorithms in adaboost
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:5.42kb
    • 提供者:大飞
  1. LBPShadow

    0下载:
  2. 【原创】自已写的采用自适应背景差法分割前景图像的程序,中间使用了LBP背景消除方法和区域生长算法,经验证效果相当好。-[original]Segmentation of the foreground image using adaptive background subtraction . In the program, LBP background elimination method and region growing algorithms is used.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:10.26kb
    • 提供者:mydrm
  1. FaceRecog_OpenCV

    0下载:
  2. VC++写成的人脸识别程序,用OpenCV2.2库,采用Gabor+Fisherface算法,附有演示程序,识别概率高,包含源代码和使用说明-This program, written in VC++, built with MS Visual Studio 2008 SP, using OpenCV 2.2, provides some basic face recognition APIs. It applies a few FR algorithms according to the kn
  3. 所属分类:OpenCV

    • 发布日期:2013-03-15
    • 文件大小:12.72mb
    • 提供者:刘星宇
  1. MeanShift-Kalman-tracking-algorithm

    0下载:
  2. 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:14.54kb
    • 提供者:roc
  1. StereoMatch

    1下载:
  2. 在立体标定的基础上,对OpenCV中涉及的两种立体匹配算法进行了实现。最后生成视差图像。-Based on the stereo calibration, two kinds of stereo matching algorithms in OpenCV are implemented . Finally, the disparity image is generated.
  3. 所属分类:OpenCV

    • 发布日期:2016-06-02
    • 文件大小:6.72mb
    • 提供者:陈鹏
  1. example162

    0下载:
  2. In contrast to the previously examined algorithms, the algorithms in this category assume that each data vector may belong to (or may be compatible with) more than one cluster up to a certain number.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:minaaa
  1. procbssing

    0下载:
  2. 信号处理中的若干典型算法,很不错的,希望对大家游泳 不错(Some typical algorithms in signal processing, it is very good, hope to swim well)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:cbwo%2117981
  1. opencv3之目标跟踪(单目标、多目标)

    0下载:
  2. 对于刚入门的opencv玩家,提起目标跟踪,马上想起的就是camshift,但是camshift跟踪往往达不到我们的跟踪要求,包括稳定性和准确性。 opencv3.1版本发行后,集成了多个跟踪算法,即tracker,大部分都是近年VOT竞赛榜上有名的算法,虽然仍有缺陷存在,但效果还不错。(For incoming opencv players, CAMSHIFT is the key to target tracking, but CAMSHIFT tracking often fails t
  3. 所属分类:OpenCV

    • 发布日期:2018-01-09
    • 文件大小:3kb
    • 提供者:李先生丨
  1. 计算机视觉-算法与应用(中文版) (1)

    0下载:
  2. 计算机视觉中的常用算法讲解以及实际应用。(Explanation and practical application of common algorithms in computer vision)
  3. 所属分类:OpenCV

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