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

搜索资源列表

  1. HuMoments

    0下载:
  2. Hu 不变矩算法实现 基于opencv-Hu invariant moment algorithm based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:8661
    • 提供者:wuhaiyu
  1. shift_color

    0下载:
  2. 经典的meanshift跟踪算法。手动选择第一帧中的目标进行跟踪。-Classic meanshift tracking algorithm. Manually select the first frame of the target tracking.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:124170
    • 提供者:feng
  1. meanshift-demo

    0下载:
  2. 基于MeanShift的图像分割,分割出来的每个区域,采用漫水填充算法,使用不同的颜色表示出来。-Based image segmentation of MeanShift, each region segmentation, diffuse water filling algorithm, using a different color represented.
  3. 所属分类:OpenCV

    • 发布日期:
    • 文件大小:932
    • 提供者:孙琴
  1. HoG

    0下载:
  2. 基于hog算法的人数识别程序,使用了openCV视觉库,效率高,主要是边缘检测-Algorithm based on the number of hog identification procedures
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:924713
    • 提供者:刘子源
  1. opencv-SIFT

    0下载:
  2. 利用旋转模板匹配方法对SIFT算法的改进-Template matching method using rotating SIFT Algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:347246
    • 提供者:chenglei
  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
    • 文件大小:15736
    • 提供者:
  1. random-forest

    0下载:
  2. 随机森林算法是opencv中的重要的算法,其中讲述了随机森林的定义特征构建方法等-Random Forests algorithm is an important algorithm in opencv, which describes the defining characteristics of a random forest construction methods
  3. 所属分类:OpenCV

    • 发布日期:2016-01-25
    • 文件大小:26624
    • 提供者:hmm
  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. ImageCombine

    0下载:
  2. 运用OpenCV,采用Susan算法,对图片进行拼接和存储-Two pictures splicing and store, call OpenCV, the use of the Susan algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:19155288
    • 提供者:张磊
  1. Edge-feathering-algorithm

    2下载:
  2. 边缘羽化算法,利用opencv实现。当前后背景颜色差值较大时,具有好的效果。-Edge feathering algorithm, using opencv implementation. After the background color of the current difference is large, with good results.
  3. 所属分类:OpenCV

    • 发布日期:2016-12-22
    • 文件大小:1468416
    • 提供者:
  1. OCRecognization

    1下载:
  2. 基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算-OpenCV on the OCR program, Digital Identification can be achieved, the program using KNN algorithm to calculate the sample data
  3. 所属分类:OpenCV

    • 发布日期:2012-11-13
    • 文件大小:439363
    • 提供者:在线
  1. OpenCV_HOG

    0下载:
  2. 梯度直方图算子的opencv代码,注释详细,可以快速的熟悉该算法./.-Gradient histogram opencv code operator, detailed notes, can quickly become familiar with the algorithm. /.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:216186
    • 提供者:田冰
  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. Fabric-Defect-Detection--

    0下载:
  2. 一种基于opencv的织物缺陷的检测,其中包含了丰富的计算机视觉、图像处理算法以及函数-A method for fabric defect detection based on OpenCV with rich computer vision and image processing algorithms and functions is presented.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:340321
    • 提供者:Tina
  1. image-dehazing-based-on-opencv

    1下载:
  2. Kaiming He, Jian Sun, Xiaoou Tang. Single Image Haze Removal Using Dark Channel Prior 大致内容是提出了一个叫做暗原色先验的东西来对有雾图像进行处理,十分巧妙,有兴趣者可以看看。这里使用OpenCV实现文中的去雾算法,然而论文提到的soft matting未在本程序中实现。 -This is a source code of paperKaiming He, Jian Sun, Xiaoou Tang
  3. 所属分类:OpenCV

    • 发布日期:2014-01-10
    • 文件大小:75972
    • 提供者:张东海
  1. motion-tracking-system-

    1下载:
  2. 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1062384
    • 提供者:mei88
  1. Canny

    0下载:
  2. 使用OPENCV实现Canny算法功能(通过进度条改变canny参数设置)-Deal with the function of canny algorithm using opencv.
  3. 所属分类:OpenCV

    • 发布日期:2016-12-23
    • 文件大小:3901440
    • 提供者:周陈龙
  1. sift-1.1.1_20070330_win-RobPHess

    0下载:
  2. 利用OPENCV来进行经典SIFT算法出来 Rob+Hess 提高匹配的精确性-Using the classical SIFT algorithm for OPENCV out Rob+ Hess improve the accuracy of matching
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1587497
    • 提供者:henyleexh
  1. OpenCV-face-detection-algorithm

    0下载:
  2. 关于消除红眼的一些帮助算法,可以帮助一些对不了解这些方面知识的同学了解相关知识。-On the elimination of some of the red-eye to help algorithm that can help some students do not understand these knowledge to understand the relevant knowledge.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:265678
    • 提供者:王卫卫
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com