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

搜索资源列表

  1. 相机调焦

    0下载:
  2. 主要介绍了如何利用VC实现相机调焦
  3. 所属分类:OpenCV

    • 发布日期:2011-12-07
    • 文件大小:79413
    • 提供者:tobynjust
  1. 基于opencv实现的灰度变换

    0下载:
  2. 基于opencv实现的灰度变换,低通滤波,直方图均衡化,边缘检测等算法。-Opencv implementation based on gray-scale transformation, low-pass filtering, histogram equalization, edge detection algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3366761
    • 提供者:张少明
  1. StereoVision实现OpenCV、OpenGL、VS2008混合编程

    3下载:
  2. 实现OpenCV、OpenGL、VS2008混合编程,输入校正后的图像对,使用立体匹配算法计算其视差图,最后用OpenGL进行三维重建。-Achieve OpenCV, OpenGL, VS2008 hybrid programming, enter the corrected image pairs, the use of stereo matching algorithms to calculate the disparity map, and finally with OpenGL thr
  3. 所属分类:OpenCV

    • 发布日期:2012-11-13
    • 文件大小:5060271
    • 提供者:linjingliang
  1. AutoCamShift 基于Opencv的Camshift跟踪程序

    0下载:
  2. VC6.0编写,基于Opencv的Camshift跟踪程序,可选出ROI区域,然后对其使用Camshift算法进行跟踪,同时标出跟踪框。-VC6.0 to write, based on the Camshift Opencv tracking program, the ROI can be selected, and then track their use Camshift algorithm, while marked track box.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:173758
    • 提供者:付刚
  1. histogramequalization.rar

    0下载:
  2. 直方图均衡化算法的c++实现,配置OPENCV2.0,to realize histogram equalization arithmetic with C++.(in the use of OPENCV2.0)
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4876385
    • 提供者:neo
  1. NPatternRecognizer

    0下载:
  2. 这是一个机器学习的通用算法库,用.NET编写,实现了SVM,K-MEANS聚类等经典的机器学习算法-This is a general purpose machine learning algorithms library, use. NET prepared to achieve the SVM, K-MEANS clustering and other classic machine learning algorithms
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1065522
    • 提供者:Juanna
  1. Adaboost

    0下载:
  2. 利用adaboost算法进行人脸识别,检测一副静态或动态图像中的人头数目-Adaboost algorithm using face recognition, image detection of a static or dynamic number of head
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12482552
    • 提供者:张力
  1. houghforest

    0下载:
  2. 使用hough随机森林算法做的单类物体识别-Random forest algorithms use hough a single class of object recognition do
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:25873
    • 提供者:巫义锐
  1. SnakeProfile

    0下载:
  2. opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:1243
    • 提供者:
  1. biaoding

    0下载:
  2. 一种基于单幅棋盘格的标定算法opencv程序,可以很好的计算外参数和内参数-A cell based on single board opencv calibration algorithm procedure can be well outside the parameters and the calculated parameters
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:2062
    • 提供者:明浩
  1. camshift

    0下载:
  2. 用opencv实现camshift算法 并且使用了 kalman算法来预测物体可能的运动轨迹 跟踪效果 一般-Achieved with opencv kalman camshift algorithm and uses algorithms to predict the trajectory of the object tracking results may be general
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:6150
    • 提供者:polman
  1. ImageEnhance

    0下载:
  2. 图像增强的几种算法,包括图像反转,图像变换,直方图均衡化算法。-Several image enhancement algorithms, including image inversion, image transformation, histogram equalization algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2825299
    • 提供者:songning
  1. fenshuiling

    0下载:
  2. Opencv图像处理中的分水岭算法的实现。Opencv做图像处理很方便,matlab移植到c++比较麻烦-2D image segmentation in c++ and opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:15221883
    • 提供者:朱元龙
  1. OrbTest

    0下载:
  2. ORB描述子,是比sift算法更加快速的图像特征点提取方法,检测的方法更加暴力。opencv已经实现。-ORB descr iptors, sift algorithm is faster than the image feature extraction methods, detection of the method is more violence. opencv has been achieved.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3274960
    • 提供者:李联合
  1. ObjectDetect

    0下载:
  2. 用opencv做的一个比较基础的光流场目标检测算法实现,可以进行光流计算和标注,并含有测试视频文件。-To do a comparison with opencv optical flow field based object detection algorithm, optical flow can be calculated and marked, and contains test video files
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:858308
    • 提供者:Amanda
  1. fourth

    0下载:
  2. 用四阶PDE(是对各向异性扩散去噪算法的修正)来做图像去噪的C程序-Fourth-Order Partial Differential Equations for Noise Removal
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:2527
    • 提供者:yanghuizhi
  1. sift-latest_win

    0下载:
  2. sift算法在WINDOW下面运行的程序,最新的算法-WINDOW sift algorithm running programs below, the latest algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9810436
    • 提供者:yike
  1. ADCensus

    2下载:
  2. 一种立体匹配算法,ADCensus,使用的是AD 和 Census联合特征的匹配算法(A Stereo Matching Algorithms, named ADCensus, based on AD and Census joint features is used.)
  3. 所属分类:OpenCV

    • 发布日期:2019-03-18
    • 文件大小:43165696
    • 提供者:iceloard
  1. 图像超分辨算法

    1下载:
  2. 实用图像超分算法,仅支持16bit以下图片,效果出色,参考性强
  3. 所属分类:OpenCV

  1. 均值漂移算法

    0下载:
  2. 基于OpenCV下实现的均值漂移算法,能够实现对视频中的人物进行目标追踪,完成运动轨迹的追踪算法。
  3. 所属分类:OpenCV

« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com