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

搜索资源列表

  1. OutPutChinese

    0下载:
  2. Opencv中没有直接可以使用的函数在图像上输出中文,本程序就是利用本地的汉字库实现在图像上的汉字的输出,里面有使用介绍-Opencv can not function directly on the image output in Chinese, this program is the use of Chinese characters library implementation of local characters in the image on the output, which a
  3. 所属分类:OpenCV

    • 发布日期:2016-01-26
    • 文件大小:10037248
    • 提供者:houyang
  1. operations_of_matrix_and_image

    0下载:
  2. Opencv中矩阵和图像操作的基本函数介绍,包括函数的代码-Opencv image operations in the matrix and introduce the basic functions, including the function code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:51206
    • 提供者:张峰
  1. opencvReferenceManual(2.0-2.1)

    0下载:
  2. 这是opencv2.0和2.1的完整参考手册(英文),还提供了emgu.cv2.0的部分使用手册,可以弥补opencv没有介绍的库函数。-This is a complete opencv2.0 and 2.1 Reference Manual (English), also provides emgu.cv2.0 part of the manual, you can not make up for opencv library functions described.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:5285928
    • 提供者:宁菲
  1. opencvHOG

    0下载:
  2. hog行人检测的算法,opcv实现的,注释中有函数功能介绍,对初学者很有帮助-hog pedestrian detection algorithm, opcv achieve the comment function Features, useful for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:21987
    • 提供者:lifengsong
  1. opencv

    0下载:
  2. OpenCV教程对图像处理的流程和函数作了详细介绍。-Tutorial OpenCV image processing on the processes and functions described in detail.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3723054
    • 提供者:cheny
  1. ICVL20070902

    0下载:
  2. Opencv电子书,说明文档,介绍各种结果、函数、功能-Opencv eBooks, documentation, introducing the various results, function, function
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2678891
    • 提供者:meng
  1. opencvdocument

    0下载:
  2. 这是opencv函数的详细介绍,非常适合于初学者查询-This is a detailed descr iption of opencv functions, is suitable for beginners check
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:1017415
    • 提供者:刘兆东
  1. OpenCV

    0下载:
  2. 主要介绍Opencv的基础知识,介绍了许多其中的函数使用方法和程序例子-Introduces the basics of Opencv introduced many of which function to use examples of methods and procedures
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:260530
    • 提供者:caohuamei
  1. OpenCV

    0下载:
  2. opencv中文教程 关于OPENCV的基础数据类型及其函数的介绍 是入门读者的参考手册-opencv tutorial on Chinese OPENCV the basic data types and functions of the presentation is the reader' s reference manual entry
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2680791
    • 提供者:小白
  1. opencv_introduction

    0下载:
  2. 介绍opencv的具体函数,每个函数均有详细的说明-Introduction the functions of the opencv in detailed. each function have the introduction specifically
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3465594
    • 提供者:maling
  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. OpenCV

    0下载:
  2. OPENCV 入门编程指导 基本函数的介绍与使用案例-OPENCV introductory programming guide introduction and basic function use cases
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:74745
    • 提供者:chenshiyong
  1. Learning_OpenCV(Chinese)

    0下载:
  2. OpenCV学习的经典教程,包含所有函数介绍及数字图像处理相关知识,为中文版。-OpenCV learning of the classic tutorial, including all function is introduced and digital image processing related knowledge, for Chinese version.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13606550
    • 提供者:Kirk
  1. opencv_dft

    0下载:
  2.   本文主要介绍怎样使用opencv来对图片进行傅里叶变换,其核心函数是opencv自带的dft()。DFT这个技术手段是将空间域映射到频率域中去,在图像处理有着举足轻重的地位。这里我们只是得到其变换的结果并看看贫域图有什么特点。   实验功能: 单击Open Image按钮,手动选择打开一副图片,不管其是否是彩色图片,这里统一将其转换成灰度图像显示,因为需要加快DFT运算速度。 将鼠标移动到图片显示区域,单击图片,这时会显示DFT中间结果图,也就是没有将低频域的点移动到图片的中心
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:931840
    • 提供者:wuwei
  1. qt_open_surf

    3下载:
  2. 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
  3. 所属分类:OpenCV

    • 发布日期:2013-01-03
    • 文件大小:2758061
    • 提供者:wuwei
  1. OpenCV_CalcHist

    0下载:
  2. 直方图是计算机视觉中一个很重要的工具,OpenCV里面提供了不少有关直方图处理的函数。其中最基本的是计算直方图的函数calcHist()。有关直方图在前面的博文中也有所介绍:基础学习笔记之opencv(4):直方图使用学习。不过目前由于本人课题研究上需要计算多张图片的一维直方图特性,且每张图片对应有自己不同的掩膜矩阵,开始以为OpenCV中提供的calcHist()函数能够实现这个功能,因为其中一个重载函数中有一个参数为InputArrayOfArrays,咋一看会觉得这不就是可以处理多张图片的
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:755090
    • 提供者:wuwei
  1. OpenCV_foundation-ppt

    0下载:
  2. 详细介绍了OPENCV的基础函数知识,值得观看。以PPT形式,附加源码介绍。-Detailed the knowledge of the the OPENCV basis of function, is worth watching. PPT format, introduced additional source.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:5209088
    • 提供者:林东
  1. opencv-help-file

    0下载:
  2. opencv的帮助文档,里面有详细的基础函数介绍,相当于微软的MSDN的形式,很好的学习帮助工具-the opencv help documentation, which detailed basis functions, equivalent to Microsoft' s MSDN form of learning to help tools
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:2678925
    • 提供者:林东
  1. OpenCV-2010

    0下载:
  2. OpenCV中文参考手册2010年,介绍opencv数据结构和函数接口-Chinese OpenCV Reference Manual 2010, opencv data structure and function interface
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:1648241
    • 提供者:hao
  1. Imfilter

    0下载:
  2. 函数Imfilter的用法简单介绍,以及使用实例-the example of imfilter
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:3322
    • 提供者:sally
« 12 »
搜珍网 www.dssz.com