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

搜索资源列表

  1. opencv2.0-lib-dll-h

    1下载:
  2. opencv2.0的.lib,.dll,.h文件。opencv2全部安装要几百mb。懒得安装的话可以直接将引用库文件。使用方法同一般的库文件引用方式。-opencv2.0' s. lib,. dll,. h file. opencv2 full installation to a few hundred mb. Too lazy to install, then you can directly reference library file. To use the same library
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8977626
    • 提供者:lj
  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-05
    • 文件大小:15736
    • 提供者:
  1. 20090611

    0下载:
  2. visual c++的视频处理程序,可以逐帧读取AVI的视频文件,VC下使用OPENCV-visual c++ video processing program that can read AVI video files frame by frame, VC use OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2651964
    • 提供者:xtdxlx
  1. severalexample

    0下载:
  2. 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6132168
    • 提供者:lyd
  1. HighGUI

    0下载:
  2. 该文件适合初学opencv的爱好者使用,内含有详细的函数说明-The document suitable for beginners to use opencv fans, containing a detailed descr iption function
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:13532
    • 提供者:武志伟
  1. MakeChessboard_cvScale

    0下载:
  2. 在opencv的基础上,使用vc++编译的文件,制作自己需要的棋盘格,满足一般所需!-make chessboard by yourself!
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1037915
    • 提供者:lf
  1. microsoft-platform-SDK

    0下载:
  2. 在opencv安装时所需要的文件,为vc的使用提供了平台,非常重要-In the opencv installation files required for the use of vc provide a platform, it is important
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:9371463
    • 提供者:ljj
  1. cvimagetransform

    0下载:
  2. 使用opencv打开多种格式的图片文件,并可对图像进行翻转等操作。 就是一个可以方便查看各种格式图片的小程序。-Using opencv open image file formats, and flip the image and other operations. Is a variety of formats can easily see pictures of small programs.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:3070114
    • 提供者:Xiaodong
  1. opencv_calibration

    2下载:
  2. 用于双目摄像机标定的源码,使用opencv里面的相关函数 包含完整工程文件,可以直接编译使用-source code of two camera calibration using opencv
  3. 所属分类:OpenCV

    • 发布日期:2013-03-21
    • 文件大小:4331592
    • 提供者:
  1. penCV_1.0

    0下载:
  2. 是opencv1.0的安装文件,可安装使用,用于图像处理-this is the software of opencv version 1.0
  3. 所属分类:OpenCV

    • 发布日期:2017-06-21
    • 文件大小:35895296
    • 提供者:张东
  1. ca

    0下载:
  2. 读者可以直接使用Opencv自带的摄像机标定示例程序,该程序位于 “\OpenCV\samples\c目录下的calibration.cpp”,程序的输入支持直接从USB摄像机读取图片标定,或者读取avi文件或者已经存放于电脑上图片进行标定。-Readers can use the Opencv comes with the camera calibration sample program, the program is located in "\ OpenCV \ samples \ c d
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:13532
    • 提供者:cf
  1. cxcore097

    0下载:
  2. cxcore的的库文件,这是opencv中很重要的一个链接库,包含了大量矩阵操作函数,方便使用-cxcore the library file, which is a the opencv very important link library contains a large number of matrix manipulation functions, easy to use
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:360127
    • 提供者:贺志恒
  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
    • 文件大小:15690
    • 提供者:
  1. Opencv

    0下载:
  2. Opencv应用视频文件的打开及简单处理,对怎样使用OPENCV有很多介绍-There are many introductory the Opencv application of video files to open and simple processing, on how to use OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:493790
    • 提供者:杨力
  1. sdttest

    0下载:
  2. OpenCV2.4.3的静态库和动态库及头文件,已经用Visual Studio 2010编译好了,想调用该库的人可以很方便的使用它!-OpenCV2.4.3 static and dynamic libraries and header files have been compiled with Visual Studio 2010, and would like to call the library one can easily use it!
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:18186599
    • 提供者:hypthomas123
  1. convert_cascade

    0下载:
  2. 一个将训练的检测器转换成XML文件的代码,使用方便灵活。-The training of a detector into code XML files, easy to use and flexible.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:12664709
    • 提供者:zengjiwu
  1. Multi-Camera-opencv-library

    0下载:
  2. opencv多摄象头库:支持dshow的视频采集设备,最多10个,通过回调产生24b的RGB位图。使用前请注册HYSnapshot,关于有些记录avi文件的参数,请忽略。使用方法请看demo 如果要挂接到opencv请创建一个24位的image,请一定注意将数据按行字节拷贝,-Multi-Camera opencv library: dshow video capture device supports up to 10, 24b of RGB bitmap generated by cal
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:78614
    • 提供者:徐达
  1. test13

    0下载:
  2. 该程序创建了一个简易播放器,读入和显示视频文件,并可以使用滑动条控制视频文件的播放。一个滑动条用来控制视频播放位置,以10为步长跳进,另一个滑动条用来控制停止与播放-The program creates a simple player that reads and displays video files, and you can use the slider to control the playback of the video file. A slider to control vide
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:982
    • 提供者:xulifei
  1. opencv2.4.3的dll

    1下载:
  2. opencv2.4.3的dll,如果安装遇到问题,可以直接下载拷贝文件夹使用。实际安装过程中经常遇到缺失相关dll的情况,这样可以解决问题。
  3. 所属分类:OpenCV

  1. VRPlayer

    0下载:
  2. 使用opencv V2.3.9,实现对视频文件的切割。将切割后的视频文件保存为bmp文件,保存在文件夹下面。-Use Opencv V2.3.9 to split the video file into pictures.And the splitted picture s format is bmp.The files will be saved in folder
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2639203
    • 提供者:刚之旅
« 12 3 »
搜珍网 www.dssz.com