CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - OPENCV

搜索资源列表

  1. cvOnMFC

    0下载:
  2. OpenCV和MFC结合多线程工作,显示摄像头捕获的视频。-OpenCV and MFC work combined with multi-threading, showing a video camera to capture.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:134670
    • 提供者:miaow
  1. 灰度图进行递归四叉树分割

    2下载:
  2. 四叉树分割 opencv 编写 读入灰度图 进行递归分割-Quadtree segmentation opencv read into grayscale prepared for recursive partitioning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-14
    • 文件大小:1691
    • 提供者:ymz
  1. rotate

    0下载:
  2. 图像的旋转与缩放处理源代码(openCV)-Image rotation and zoom handle the source code (openCV)
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:100195
    • 提供者:yyy
  1. convert

    0下载:
  2. OpenCV程序 功能:图像格式的转换,支持JPG,BMP,TIF,PNG,PPM-OpenCV program funtion: Image format convertion, support JPG,BMP,TIF,PNG,PPM
  3. 所属分类:OpenCV

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

    0下载:
  2. gacv 名字取自 gabor , adaboost , opencv , 他用了 gabor滤波,AdaBoost (MultiBoost ) 分类器和 opencv 开发库,这是第二个测试版叫 gacv02 。这个程序的第一个测试版 gacv01 可以检测大小有一定变化的目标,但是不能检测平面旋转的目标。gacv02 改进了算法可以处 理目标的大小变化和平面旋转,检测速度也有了提高。 -gacv name from gabor, adaboost, opencv, he u
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2735801
    • 提供者:zxl
  1. 3drebuild

    1下载:
  2. 这是本人自己写的基于opencv的三维重建的实例源代码,可以运行.-This is written based on my own three-dimensional reconstruction of the opencv source code examples, you can run.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1571869
    • 提供者:chai rugang
  1. sanjiaopoufen

    1下载:
  2. 在VS2008和opencv下,对2D/3D点(云)数据实现三角剖分,运算速度快,实时性好,计算精度高,并对三角剖分进行了优化,可以处理复杂点集的三角剖分,可以用于人脸识别的工作-In the VS2008 and opencv, the pairs of 2D/3D points (cloud) data to achieve triangulation, calculation speed, real-time performance is good, high precision, and
  3. 所属分类:Special Effects

  1. LPR

    0下载:
  2. License Plate Recognition with Image Processing using OpenCV
  3. 所属分类:OpenCV

  1. threshold

    0下载:
  2. 调用opencv库,实现自适应阈值的图像二值化功能-Call opencv library to achieve adaptive threshold image binarization function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:26603
    • 提供者:leon
  1. OpenCV

    0下载:
  2. OPENCV Libraries for use in VS2012
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-03
    • 文件大小:293824
    • 提供者:Marius
  1. genzong

    0下载:
  2. 非常好的车辆目标跟踪算法,希望能够对大家有用,结合opencv和vc-Very good vehicle tracking algorithm, hope useful for all, combined with opencv and vc++
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6407017
    • 提供者:liuxiaojie
  1. blockmatching

    0下载:
  2. 采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。-Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18995739
    • 提供者:wujin
  1. OpenCV_ObjectDetection_HowTo.pdf.tar

    0下载:
  2. How to train openCv for object detaction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:285521
    • 提供者:Asp3ctus
  1. image-fusion

    1下载:
  2. 基于OPENCV平均加权方法的图像融合方法学习资料-Based on the weighted average method of image fusion
  3. 所属分类:OpenCV

    • 发布日期:2015-05-17
    • 文件大小:1772544
    • 提供者:耿丽群
  1. GML_AdaBoost_Matlab_Toolbox_0.3

    0下载:
  2. 简介 OpenCV的全称是:Open Source Computer Vision Library。 OpenCV于1999年由Intel建立,现在由Willow Garage提供支持。OpenCV是一个基于(开源de xitong )
  3. 所属分类:matlab例程

  1. imagezhenchafa

    0下载:
  2. OpenCV实现的图像帧差法的程序,cmd下载入图像即可运行-OpenCV implementation of the image frame difference method procedure, cmd into the image to download to run! ! ! !
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:43379
    • 提供者:方彦
  1. CVMFC

    1下载:
  2. 在MFC中使用OpenCV。 调用 OpenCV 函数实现图像文件的输入、输出以及处理。使用 DirectShow 实现图像的视频采集,也调用 OpenCV 函数实现,可实现高分辨率图像的采集。采用 Win32 的 DIBSection 实现图像的显示,调用 Windows API 函数。-MFC_OpenCV_DirectShow
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4277283
    • 提供者:陆宗骐
  1. PeopleCounter

    0下载:
  2. It is a people counter perform using opencv library and C++ language. Has also implemented background subtraction and object tracking.
  3. 所属分类:OpenCV

    • 发布日期:2016-01-25
    • 文件大小:5576704
    • 提供者:pawlik.b
  1. openCV 车牌识别

    5下载:
  2. 车牌识别,很好的程序,功能全而且强大,可以处理很多复杂的情况-License plate recognition, a very good program, full-featured and powerful and can handle many complicated situations
  3. 所属分类:图形/文字识别

    • 发布日期:2013-01-30
    • 文件大小:1183768
    • 提供者:滕飞
  1. Kmeans-opencv

    0下载:
  2. kmeans 的opencv实现版本,可以分类,分类效果还可以。-kmeans the opencv version, can be classified, the classification of the effect can be.
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:227856
    • 提供者:nihongyin
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com