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

搜索资源列表

  1. Learning_OpenCV

    0下载:
  2. 很好的一本学习opencv的书籍,需要用的同志们可以好好的看看,很有用处-A very good learning opencv books, need to be good comrades to see, very useful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10757199
    • 提供者:panyi
  1. framebyframe

    0下载:
  2. A simple background subtraction based code for human detection. requires opencv library.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1696
    • 提供者:niken15
  1. ImageIden

    0下载:
  2. OPENCV 目标识别 实现对三个运动目标的识别跟踪-OPENCV
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2681818
    • 提供者:雷兵
  1. OpenCV_to_obtain_images_from_the_video

    0下载:
  2. VC++ 使用OpenCV从视频获取图像-VC++ using OpenCV to obtain images from the video
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:47034
    • 提供者:李少东
  1. shipinCam

    0下载:
  2. OpenCV视频读入与保存程序,从摄像机读入视频并保存到指定的文件夹。 如果保存后的图像不能打开,推荐安装视频解码器K-Lite CodePack-A programme for reading video from a camera and save it to an aimed folder.Developed with OpenCV.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-04
    • 文件大小:1422755
    • 提供者:sss
  1. demo

    0下载:
  2. opencv和MFC结合编制的两个图像处理界面,直接打开导入图像,便可以得到多钟处理效果,边缘检测,图像变换等。-opencv and the MFC union establishment s two imagery processing contact surface, opens directly inducts the image, then may obtain the multi-clock processing effect, the marginal check, the pic
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:40461
    • 提供者:pudn
  1. opencv

    0下载:
  2. 数字图像处理 opencv 一些基本例子和源码-opencv code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3619990
    • 提供者:jimmy Wood
  1. OpenCV

    0下载:
  2. OPENCV很有用的文件.包含了图像处理的一些类库.-OPENCV very useful document. Contains a number of image processing library.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:301065
    • 提供者:
  1. OpenCV_Moving_target_detection_and_tracking

    0下载:
  2. 《硕士论文》OpenCV的运动目标检测与跟踪-" Master' s thesis" OpenCV of moving target detection and tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8665465
    • 提供者:小李
  1. HaarTraining

    0下载:
  2. OPENCV训练过程的说明文档, 在样本创建;训练分类器;利用训练器进行目标检测作了操作说明 源程序在安装OPENCV时,自带apps\HaarTraining-OPENCV training process documentation, created in the sample training classifier the use of training devices for target detection was made in the installation inst
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:7187
    • 提供者:wangbiao
  1. OpenCV

    0下载:
  2. 开发包与图象处理OpenCV是Intel® 开源计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。-Development Kit
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:23112988
    • 提供者:hellow
  1. TDDOWNLOAD

    0下载:
  2. 一些qt3,boost库,opencv库在windows下编译,安装和调试的技术文章-Some qt3, boost libraries, opencv library compiled under windows, installation and commissioning of technical articles
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:254206
    • 提供者:snow
  1. bmp

    0下载:
  2. 该项目是用来处理图像跟踪的,完全不依靠Opencv,是通过自己来实现的,包括跟踪。里面有图片的缩小,图片的取反,图片的滤波等等。-The project is designed to deal with image tracking does not rely on Opencv, is achieved through their own, including the follow-up. There are pictures of the narrow, anti-access pictur
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:5712
    • 提供者:tjjman
  1. Toolbox_Net

    0下载:
  2. 基于OpenCV和C++的摄像机内参标定工具包源代码,界面部分C#编写-Camera Calibration ToolBox based on OpenCV & C++,UI is using C-Sharp
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2075410
    • 提供者:tony
  1. motiondetect

    0下载:
  2. 基于OpenCV(开源计算机视觉平台),通过边缘检查,实现运动目标的检测。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\include
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:422247
    • 提供者:高金锋
  1. floodfill

    0下载:
  2. 基于OpenCV(开源计算机视觉平台)的图像域的填充算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\include C:\P
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:85732
    • 提供者:高金锋
  1. OCVLIZI

    0下载:
  2. OPENCV图像识别算法的一些例子代码,适合图像识别入门。-Image recognition algorithm OPENCV some examples of code, suitable for image recognition entry.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1185900
    • 提供者:婷婷
  1. LearningOpenCV_Code

    0下载:
  2. 《learning opencv》书中源码 作者 Gary Bradski and Adrian Kaehler -《Learning OpenCV》 code Auther Gary Bradski and Adrian Kaehler
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:21028399
    • 提供者:秋晨
  1. fft1

    0下载:
  2. 基于OpenCV,编写的基本FFT代码。可以方便初次使用者清晰明了的了解FFT每一步的作用。-Based on OpenCV, the preparation of the basic FFT code. Users can easily first clear understanding of the role of each step of FFT.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2397825
    • 提供者:kongweiwei
  1. Log_polartransformation

    0下载:
  2. Log-polar transformation :The function emulates the human "foveal" vision and can be used for fast scale and rotation-invariant template matching, for object tracking etc.download and install opencv 1.1 pre
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:529
    • 提供者:rahman
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com