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

搜索资源列表

  1. StereoMatch

    0下载:
  2. 很实用的OPencv三维重建源码。但是编译没成功,移植到VC++2010.-Stereo Match based on OpenCV.tansfer to Visual Studio 2010.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:122856
    • 提供者:高川
  1. SIFTFeatures

    1下载:
  2. opencv的sift特征提取,基于opencv2.1+visual studio 2010实现。-sift features extact by opencv 2.1+visual studio 2010
  3. 所属分类:OpenCV

    • 发布日期:2013-12-02
    • 文件大小:12026007
    • 提供者:Harley Chen
  1. Include-Directories

    0下载:
  2. here file is to describe how to set up OpenCV 1.1 for visual studio 2010.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:7888
    • 提供者:numwan
  1. surveillance

    0下载:
  2. 使用openCV版本2.3.1在ubuntu與visual studio 2010皆可compile成功 附上原理說明文件-use opencv2.3.1 to compile
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:50361
    • 提供者:kueifu
  1. doPyrDown

    0下载:
  2. //日期:2012年12月1日 //环境:openCV2.3+window-xp+visual studio 2010 //项目:window32控制台 //功能:将图像进doPryDown //注意:只是将图像缩小一倍-//Date: December 1, 2012// environment: openCV2.3+window-xp+visual studio 2010// Project: window32 console// function: the image in
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:813099
    • 提供者:蔡杰
  1. Camera_single

    0下载:
  2. //日期:2012年12月1日 //环境:openCV2.3+window-xp+visual studio 2010 //项目:window32控制台 //功能:显示单个摄像头的数据 //注意:有两种方法获取数据 CvCapture* capture = cvCreateCameraCapture(-1) 和cvCapture* capture = cvCaptureFromCAM(0) -//Date: December 1, 2012// environment: open
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:686398
    • 提供者:蔡杰
  1. avi_video

    0下载:
  2. 日期:2012年12月1日 环境:openCV2.3+window-xp+visual studio 2010 项目:window32控制台 功能:播放"video.avi"视频-Date: December 1, 2012 Environment: openCV2.3+window-xp+visual studio 2010 project: window32 console functions: video player " video.avi"
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:6244268
    • 提供者:蔡杰
  1. Camera_multiple

    0下载:
  2. 日期:2012年12月1日 环境:openCV2.3+window-xp+visual studio 2010 项目:window32控制台 功能:同时显示两个摄像头 注意:必须有两个摄像头和PC机相连-Date: December 1, 2012 Environment: openCV2.3+window-xp+visual studio 2010 project: window32 console functions: simultaneously display two c
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:1138940
    • 提供者:蔡杰
  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. Projects

    0下载:
  2. 在Visual Studio 2010环境下结合OPENCV,实现一幅彩色图像的二值化,寻找轮廓,对轮廓着色。-In Visual Studio 2010 environment with OPENCV, convert a colorful image to a two value image and find the contour and color the contour.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6628753
    • 提供者:刘兰
  1. split-merge

    0下载:
  2. 在Visual Studio 2010中用OPENCV三通道图像用cvSplit分离出红、绿、蓝三个单通道图像,用cvMerge再把三个通道融合,恢复原图。-In Visual Studio 2010 using the OPENCV to three-channel image with cvSplit isolated red, green, blue three single channel image, the three channels with cvMerge again fusi
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5338013
    • 提供者:刘兰
  1. OK-handsegment

    0下载:
  2. 基于OpenCV的背景差分析技术的手势识别. Visual Studio 2010/ OpenCV 2.4.10-OpenCV-based analysis of background subtraction gesture recognition technology. Visual Studio 2010/OpenCV 2.4.10
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:538378
    • 提供者:张智群
  1. 14_Use_printf

    0下载:
  2. 程序描述:printf函数用法示例.开发测试所用IDE版本:Visual Studio 2010.-Program descr iption:. Printf function usage examples used to develop test version of the IDE: Visual Studio 2010.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:679
    • 提供者:肖斌
  1. 21_UsePointerAccessPixel

    0下载:
  2. 用指针访问像素;开发测试所用IDE版本:Visual Studio 2010;功能:处理每个像素,并输出运行时间。-With pointers to access pixels used for development testing IDE version: Visual Studio 2010 Function: processing each pixel, and outputs the running time.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1502
    • 提供者:肖斌
  1. 22_UseIteratorAccessPixel

    0下载:
  2. 用迭代器访问像素。开发测试所用IDE版本:Visual Studio 2010;功能:处理每个像素,并输出运行时间。-Access pixel with iterators. IDE version used for development testing: Visual Studio 2010 Function: processing each pixel, and outputs the run time.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1426
    • 提供者:肖斌
  1. 61_HoughLines

    0下载:
  2. 基于opencv2.4.4;功能:HoughLines函数用法示例;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010;-Based opencv2.4.4 Function: HoughLines function usage examples development and testing of the operating system: Windows 7 64bit IDE version used for deve
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1184
    • 提供者:肖斌
  1. 62_HoughLinesP

    0下载:
  2. 基于opencv2.4.4;程序描述:HoughLinesP函数用法示例;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010.-Based opencv2.4.4 Program descr iption: HoughLinesP function usage examples development and testing of the operating system: Windows 7 64bit IDE versi
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1101
    • 提供者:肖斌
  1. 63_HoughCircles

    0下载:
  2. 基于opencv2.4.4;程序描述:HoughCircles函数用法示例;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010.-Based opencv2.4.4 Program descr iption: HoughCircles function usage examples development and testing of the operating system: Windows 7 64bit IDE ver
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1124
    • 提供者:肖斌
  1. 64_HoughLines

    0下载:
  2. 程序描述:基于opencv2.4.4;功能:霍夫线变换综合示例;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010。-Program descr iption: Based on opencv2.4.4 Function: Hough transform more comprehensive example development and testing by operating system: Windows 7 64bit
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1627
    • 提供者:肖斌
  1. 68_equalizeHist

    0下载:
  2. 程序描述:基于opencv2.4.4,;功能:直方图均衡化;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010。-Program descr iption: Based on opencv2.4.4 , functions: histogram equalization development and testing by operating system: Windows 7 64bit IDE version used
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:869
    • 提供者:肖斌
« 12 »
搜珍网 www.dssz.com