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

搜索资源列表

  1. read

    0下载:
  2. opencv2.3.2环境下的视频读取和保存-read opencv2.3.2 environment of video and save
  3. 所属分类:software engineering

    • 发布日期:2017-03-21
    • 文件大小:2991
    • 提供者:王子恒
  1. OpenCV-2.3.1-doc

    0下载:
  2. 目前最好的OpenCV2.3的电子文档,可以帮助我们学习OpenCV-Current the best OpenCV2.3 of electronic documents that can help us learn OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:7789106
    • 提供者:刘巧
  1. otsu1

    0下载:
  2. vs2008下用opencv2.1编写的一维otsu法进行灰度图像分割-the otsu Law vs2008 under opencv2.1-written one-dimensional gray-scale image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:5003869
    • 提供者:吴嘉诺
  1. otsu2

    0下载:
  2. vs2008下用opencv2.1编写的二维otsu法进行图分割,包含图像处理结果显示-prepared two-dimensional otsu vs2008 under opencv2.1-law graph partitioning, contains the image processing results show
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:5072089
    • 提供者:吴嘉诺
  1. vs2010_opencv

    0下载:
  2. vs2010下配置opencv2.2.0或Emgu CV教程资料-the vs2010 next tutorial materials the configuration opencv2.2.0 Emgu CV
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:3066
    • 提供者:朱俊凯
  1. hough

    0下载:
  2. vs2010+opencv2.3.1实现的在指定区域内的canny边缘检测+HOUGH变化,实现感兴趣区域内的直线检测-vs2010+opencv2.3.1 to achieve of the the the canny in the the within the the the designated area the edge of detection+HOUGH changes in, to achieve the the the within the of the the straight
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:21331633
    • 提供者:651
  1. cellstatistics

    0下载:
  2. 在VC2008下配置OpenCV2.4,实现细胞数目的统计及面积。可具体罗列出图中每个细胞的序号及其对应的面积值。-VC2008 under configured OpenCV2.4, the cell number statistics and area. Can specifically lists the serial number of each cell and its corresponding value of the area.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-21
    • 文件大小:167628
    • 提供者:Zach Fu
  1. carimage

    0下载:
  2. 1.首先单击载入图像菜单项(载入车辆图像),图像在images文件夹下面。 2.然后单击车牌定位与识别单项,依次进行车牌提取、倾斜校正、字符分割、字符识别。 注:本程序使用的是OpenCV2.1版本,在没有安装此版本软件的机器上运行时需要将cv210.dll,cvaux210.dll,cvcore210.dll,highgui210.dll,ml210.dll这五个文件拷贝至*.exe可执行文件下。-First click Load Images menu items (lo
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-05
    • 文件大小:3429065
    • 提供者:Melasncholo Lee
  1. LKdemotest

    0下载:
  2. opencv光流演示程序测试,是在VS2008和OPENCV2.3.1版本上写的。-opencv demo of optical flow
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:1859160
    • 提供者:zebincai
  1. viLib

    0下载:
  2. nice c++ using opencv2.4.4 and vc++10-nice c++ using opencv2.4.4 and vc++10
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:4706
    • 提供者:leiyang
  1. wz10

    0下载:
  2. vc++2010+opencv2.4.3图像显示-vc++2010+opencv2.4.3 image display
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:8287528
    • 提供者:张威风
  1. Opencv2

    0下载:
  2. Use OpenCV to display an image
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:16255
    • 提供者:kunalgrover05
  1. 360_panorama

    0下载:
  2. 360-panorama,360度柱面图像拼接,程序在VS2008环境下开发,opencv2.4.3版本,程序可以直接运行,以将所需依赖项添加在文件夹中,源图像放在source_pic中,最后生成结果在result_pic中。 实现步骤:1先将图像投影到柱面坐标上,2提取图像SIFT描述子,3将SIFT描述子配对,4用RANSAC算法根据配对成功的描述子统计出变换矩阵T,5图像拼接。 对于拼接后的图像,没有做进一步细化处理,使用者可以在生成的图像上再做进一步编辑。-360-panoram
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:7672832
    • 提供者:大卫
  1. mouseclick

    0下载:
  2. VS2012 + opencv2.4.4 的鼠标坐标操作源码!-The VS2012+ opencv2.4.4 mouse coordinates operating source!
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:4009169
    • 提供者:zyechu
  1. inverse

    0下载:
  2. VS2012 + opencv2.4.4 读入一张图片后,反色后输出!-After the VS2012+ opencv2.4.4 read into a picture, anti-color output!
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:5643095
    • 提供者:zyechu
  1. readvideomain

    0下载:
  2. VS2010+opebcv2.3.1读取视频,并将视频读取成帧图片,保存-transform video to frames based on vs2010 and opencv2.3.1
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:679
    • 提供者:yanghongyun
  1. opencvtest

    0下载:
  2. 基于opencv2.4.5的图像载入输出的简单应用-it teaches us how to use this tool to handle photograph
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:4182213
    • 提供者:玉溪
  1. oneCameraClib_OpenCV

    0下载:
  2. 基于VS2010,OpenCV2.3.1版本开以的单目摄像机标定示例。-It s a program about camera calibration based on VS2010 and the library of OpenCV2.3.1.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:20822016
    • 提供者:袁利
  1. particle

    0下载:
  2. OpenCV2.4.4+Visual Studio2008环境下基于particleflitter的运动目标跟踪源代码,内含检测sample。-Source code about moving object detection based on particle flitter,built with OpenCV2.4.4&Visual Studio2008 environment.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:17666424
    • 提供者:Zion
  1. multitracking

    0下载:
  2. 基于OpenCV2.4.4+Visual Studio2008下的多目标跟踪代码。基于帧间差分法判断视频的背景和前景。-OpenCV2.4.4+ Visual Studio2008-based multi-target tracking code. Based on inter-frame difference method to determine the background and foreground of the video.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:2724952
    • 提供者:Zion
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 42 »
搜珍网 www.dssz.com