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

搜索资源列表

  1. ORB_evaluation_2008

    0下载:
  2. Opencv 2.3.1中ORB快速描述子简单匹配测试程序-evaluation for orb in opencv 2.3.1
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4659373
    • 提供者:fenghao
  1. sy2

    0下载:
  2. 在matlab中编程实现图像的创建256级灰度图像的灰度级直方图; 2. 三段式线性变换,区间参数自定义; 3. 灰度图像转变为二值图像(阈值自定义); 4. 无论使用matlab或OpenCV,均不可使用库函数。 -Matlab programming in the 256-level grayscale image to create gray-scale image histogram 2. Three-step linear transformation, custom
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:429648
    • 提供者:zhangxiao
  1. tema3

    0下载:
  2. Tutorial Opencv Textos Capitulo 3
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4459136
    • 提供者:POLO
  1. file

    2下载:
  2. 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-you can learn this
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-11
    • 文件大小:538485
    • 提供者:wuwei
  1. edge-detect

    0下载:
  2. 边缘检测 的3各算子的OPENCV及 VC++实现-The three different edge detection operator OPENCV and VC++ to achieve
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4971639
    • 提供者:mattew
  1. explchan

    0下载:
  2. C++ function explodeChannels save 3 channel OpenCV image into 3 separated images in gray-scale where everyone represents one channel in scale-space. Application using this function may be used to analyse color image in different scale-spaces by
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:782
    • 提供者:lukeam
  1. ImageProcess

    0下载:
  2. 一个自己编的小型图像综合处理,主要是3个函数cvCanny、cvSmooth、cvDilate和cvErode四个函数,基于MFC编写的。对初学者学习OpenCV更加方便。-A series of small images their comprehensive treatment, mainly three functions cvCanny, cvSmooth, cvDilate and cvErode four functions, based on MFC prepared. OpenC
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6270945
    • 提供者:黄知
  1. ICVL

    0下载:
  2. OpenCV 中文文档 1 什么是OpenCV 2 重要特性 3 谁创建了它 4 新特征 5 从哪里下载 OpenCV 6 如果在安装/运行/使用 OpenCV 中遇到问题 7 OpenCV参考手册 8 中文翻译者 -1 什么是OpenCV 2 重要特性 3 谁创建了它 4 新特征 5 从哪里下载 OpenCV 6 如果在安装/运行/使用 OpenCV 中遇到问题 7 OpenCV参考手册 8 中文翻译者
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2678901
    • 提供者:lonely
  1. Testcameraautosaveevery3s

    0下载:
  2. OpenCV auto save image every 3 second
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:900
    • 提供者:duc
  1. pinjietuxiang

    0下载:
  2. 实现了3幅图像的简单的拼接,希望能对初学opencv的同人有所帮助。自己编写的,难免有漏洞,以后会改进的。-A 3 simple stitching images, hoping to help beginners opencv' s colleagues. I have written, it is inevitable that loopholes in the future will be improved.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:801368
    • 提供者:shanleo
  1. Cell

    1下载:
  2. 细胞图像分析输入:图像文件cell1.bmp 输出要求: 1. 该图像中的细胞数量; 2. 最大细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置; 3. 最小细胞的面积、周长(以像素为单位)、方向、该细胞的中心位置; 4. 所有细胞的平均面积(以像素为单位); 5. 将主要的中间步骤处理结果的图像都用OpenCV 的cvShowImage 显示出来。-Cell image analysis type: image file cell1.bmp output req
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:2341
    • 提供者:萧白
  1. SVM

    0下载:
  2. VC6.0编写,基于OpenCV的支持向量机分类程序,在400×400的平面上生3类随机样本点,然后给出利用SVM分类的决策面和支持向量-VC6.0 written OpenCV-based support vector machine classification procedures, the plane of 400 × 400 random samples of raw Category 3 points, and then give the decision-making surfac
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:408608
    • 提供者:付刚
  1. ICVL

    0下载:
  2. OpenCV概述 Intel开源计算机视觉库OpenCV 目录 1 什么是OpenCV 2 重要特性 3 谁创建了它 4 新特征 5 从哪里下载 OpenCV 6 如果在安装/运行/使用 OpenCV 中遇到问题 7 OpenCV参考手册 8 中文翻译者 -Overview of Intel OpenCV open source computer vision library OpenCV OpenCV 2 Contents
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2684656
    • 提供者:peng
  1. TP7

    0下载:
  2. this a source code developped with OpenCV and c++, it takes a colored picture in input, turns it channels from 3 to 1 (conversion to grey scalled picture) and applies diffrent filters (gaussian, laplacien,smooth filter...) and shows each result in a
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8453817
    • 提供者:rym
  1. cvut_test

    1下载:
  2. opencv 实现摄像机标定,为立体匹配与三维重建打下了基础。-Opencv realizes the camera calibration,it sets a foundation for stereo matching with the 3 d reconstruction
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3936236
    • 提供者:lihelin
  1. surveillance

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

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

    0下载:
  2. opencv开发的AVI视频压缩录制程序,能选择7种系统自带压缩算法,也可手动选择第三方压缩算法,使用vs2010+opencv2.3.1开发-Opencv development AVI video compression recording procedures, can choose 7 kinds of systems onboard compression algorithm, can also be manually selected third party compression
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:206168
    • 提供者:san
  1. cyz

    0下载:
  2. VS2008和opencv 2.3下对一张图片上的一段文字进行分割,成为单一的文字图片,可以测量出文字所占的宽度和长度-VS2008 and opencv 2.3 to a picture of the under a paragraph of text segmentation, become a single words and pictures can measure the text accounted for by the width and length
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5231605
    • 提供者:陈杨中
  1. OPENCV2012

    0下载:
  2. OPENCV学习基础代码。包括1.访问图像数据2.alpha图像融合3.鼠标在窗口中画矩形-OPENCV learning the code base. Including a visit 2.alpha image of the image data fusion. Mouse to draw a rectangle in the window
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2916
    • 提供者:deb
  1. high-pass-fiter

    0下载:
  2. HIGHT PASS FILTER. For opencv 2.3.1
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:859
    • 提供者:pham le tuan
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com