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

搜索资源列表

  1. Digital-Image-Processing

    0下载:
  2. 数字图像处理 中值滤波和中值滤波 visual C++6.0 配置opencv进行的图像处理。-Digital image processing median filter and median filter
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:1252
    • 提供者:乌有
  1. vs2010-configure-OpenCV

    0下载:
  2. opencv下配置vs2010,解决了cvwriter有bug的问题,里面附有几篇重要的参考文章-opencv configure vs2010, solved the problem cvwriter a bug, which with reference to several important articles
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:276164
    • 提供者:grant
  1. Several-opencv-examples

    0下载:
  2. 几个opencv实例。如何用OPENCV 制作图像的分析。以及OPENCV在VC6.0中的配置,应用-Several opencv examples. How to make image analysis OPENCV. OPENCV in VC6.0 and the configuration, application
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:4864
    • 提供者:hongyilaoren
  1. OpenCV-SetupON-VC-2008-Express

    0下载:
  2. 在VC2008 express下安装配置OpenCV的图解说明,非常详细~推荐新手观看使用-Installation and configuration under the VC2008 express illustrates OpenCV' s very detailed view user newbie ~
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1053353
    • 提供者:OSer
  1. vs2008-opencv2

    0下载:
  2. visual c++ 2008下opencv配置-visual c++ 2008 opencv config
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:878366
    • 提供者:yym
  1. openCV

    0下载:
  2. 在C++builder6.0中使用OpenCV1.0,包括OpenCV配置方法和一个示例。-In C++ builder6.0 use OpenCV1.0, including configuration and an example.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2233143
    • 提供者:张天源
  1. opencv

    0下载:
  2. OpenCV编程入门,以及配置环境说明-Sample source code is very easy to use OpenCV s source notes, and related source
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7243361
    • 提供者:齐志远
  1. R00922140_HW4

    0下载:
  2. 電腦視覺作業 需要自己配置OpenCV環境-Computer Vision Homework
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:310652
    • 提供者:符劼
  1. bazAR

    0下载:
  2. 无标跟踪的库和实现。输出在Debug目录下。需要配置opencv和glew的库。-implementation of markerless tracking. Output in the Debug directory. Need to configure opencv and glew library.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-21
    • 文件大小:36628480
    • 提供者:王琢
  1. optical-flow-algorithm-simulation-

    0下载:
  2. 提出一种基于OpenCV图像库的运动目标处理算法仿真方法,介绍了OpenCV库的特点和VC6环境下的配置,通过调用库中的视频读写函数、图像特征计算和光流计算函数,得到运动目标的光流场,为运动目标状态分析和跟踪提供了基础,仅在-OpenCV-based optical flow algorithm simulation exercise goals
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:194994
    • 提供者:mei88
  1. video-expand

    0下载:
  2. 实现对视频帧的提取显示,需要用opencv来配置c++6.0-To achieve the extraction of video frame display, need to use opencv to configure the c++ 6.0
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1815078
    • 提供者:haozhijun
  1. OpenCV_arm

    0下载:
  2. 这是一个把OpenCV移植到arm平台的详细笔记,包括工具链和开发环境的配置以及移植的全过程记录,适合ARM嵌入式开发者参考-opencv training materials (including ppt and src code)
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:153468
    • 提供者:jam
  1. opencv_camera

    0下载:
  2. Linux里qt下配置opencv实现通过调用摄像头来实现图片显示,编译通过-Linux qt opencv camera
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:3507
    • 提供者:leesunqian
  1. helloopencv2.1

    0下载:
  2. 配置opencv,测试opencv是否配置成功的测试代码,代码通过opencv读取图片-read the picture by opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:523
    • 提供者:zhh
  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. VC6-OpenCV1.0

    0下载:
  2. 此文档用于在VC6下配置opencv1.0,非常详细,按照这个来绝对可以配置成功-This document is used under VC6 configuration opencv1.0, very detailed, in accordance with this to the absolute configuration was successful
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:180899
    • 提供者:kuangling
  1. Test

    0下载:
  2. 在VC6环境下使用opencv来读取图像及提取特征,装上opencv,配置好环境变量就可用。-extrace feature
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5619132
    • 提供者:张凯
  1. cvtest0

    0下载:
  2. opencv安装配置好后的测试程序,程序是最简单的显示图片的程序-opencv installation configured test program, the program is the easiest program to display images
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6083995
    • 提供者:angelina_hansu
  1. chapter18

    0下载:
  2. 基于OpenCV的计算机视觉技术实现第十八章,关于一些问题的解答,包括安装和编程配置等方面。-Chapter 18, based on the OpenCV computer vision technology to answer a number of issues, including installation and programming configuration.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1707334
    • 提供者:kevin to
  1. opencv1

    0下载:
  2. opencv 配置文件 最新版本 比较齐全 希望对您有用-opencv allocation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:4983
    • 提供者:孙龙
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com