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

搜索资源列表

  1. qtPvs2008Popencv

    0下载:
  2. 一直对MFC对OpenCV的支持不好而耿耿于怀,了解了Qt对OpenCV支持很好,但网上这方面的资料很少。大部分的图形交互的设计都是基于OpenCV2.0之前的数据结构lpImage进行的。最近得到了一本好书《OpenCV 2 Computer Vision Application Programming Cookbook》,参考这本书的利用Qt创建GUI,不过书中的办法是在Qt Creator下实现的,我这里通过VS2008+Qt实现。-Have been MFC support for Op
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:23038
    • 提供者:皇城圣骑士
  1. opencv-image-process-video-tracking

    0下载:
  2. 视频跟踪融合了计算机视觉,模式识别, 人工智能等学科的技术,挺好的程序,大家交流下-Video tracking fusion technology of computer vision, pattern recognition, artificial intelligence and other disciplines, very good program, the exchange under
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:44965
    • 提供者:sifeng
  1. homework3_21

    0下载:
  2. 区域生长法,采用了最简单的区域生长法,是我计算机视觉的大作业-Region growing method, is a big job in computer vision
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:677
    • 提供者:yangxiuyi
  1. opencv

    0下载:
  2. 计算机视觉代码,计算机视觉是研究如何使人工系统从图像或多维数据中“感知”的科学。容涉及几何摄像模型、光照和着色、色彩、线性滤波、局部图像特征、纹理、立体相对、运动结构、聚类分割、组合与模型拟合、追踪、配准、平滑表面与骨架、距离数据、图像分类、对象检测与识别、基于图像的建模与渲染、人形研究、图像搜索与检索、优化技术等内容-OpenCV, image processing Computer vision is to study the science of how to make artificia
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:11255
    • 提供者:王磊
  1. matlabxiabo

    0下载:
  2. 小波域内去噪滤波器matlab代码(MATLAB 图像处理与计算机视觉 )-Wavelet domain denoising filter matlab code (MATLAB image processing and computer vision)
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:7395
    • 提供者:米开朗
  1. HarrisZ

    0下载:
  2. HarrisZ keypoint detector by Fabio Bellavia (fbellavia@unipa.it), refer to: F. Bellavia, D. Tegolo, C. Valenti, "Improving Harris corner selection strategy", IET Computer Vision 5(2), 2011.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:12923276
    • 提供者:hajer
  1. jiaodian

    0下载:
  2. 计算机视觉领域,检测棋盘格角点算法:可以读取不同的图像及数量,并返回角点坐标-In the fields of computer vision, detection checkerboard Angle point is: can read different image and quantity, and returns Angle point coordinates
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:1903
    • 提供者:王璨
  1. ECCV12-lecture3

    0下载:
  2. 2012年最新的计算机视觉会议,由大牛MA YI和ALLEN Y等人主持,主要讲当今的视觉理论的发展-2012 Conference on Computer Vision, chaired by Daniel MA YI ALLEN Y, mainly talking about the development of today' s visual theory
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:3421815
    • 提供者:冯彬
  1. sift_peizhun

    0下载:
  2. 针对sift特点应用到了配准算法里去,并且可应用与可见光与红外光的配准中去-In this paper, SIFT( Scale Invariant Feature Transform) feature, which has shown great success in computer vision, is introduced into image registration in remote sensing. In addition, we also p roposed a fea
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1080457
    • 提供者:小一
  1. OpenCVReferenceManual

    0下载:
  2. opencv computer vision library reference manual
  3. 所属分类:File Formats

    • 发布日期:2017-11-12
    • 文件大小:1750638
    • 提供者:anonymous
  1. lecture2

    0下载:
  2. Camera characteristics lecture for computer vision and image processing
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-21
    • 文件大小:706612
    • 提供者:anonymous
  1. Tsai.rar

    0下载:
  2. 计算机视觉领域的相机标定是三维重建的一部分,此方法是Tsai用来进行标定的算法,为matlab程序,The field of computer vision, camera calibration is part of the three-dimensional reconstruction, Tsai used for calibration algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:4726
    • 提供者:舒娜
  1. OpenCV_CalcHist

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

    • 发布日期:2017-11-14
    • 文件大小:755090
    • 提供者:wuwei
  1. Bat-Behavior-Human-Versus

    0下载:
  2. 动物识别在计算机视觉是一个普通的话题,但也是一个很难解决的问题,让很多专业人士头疼,找到一种快速算法是共同的话题。-Animal identification is a common topic in computer vision, but also a difficult problem, a headache for many professionals, to find a fast algorithm is a common topic.
  3. 所属分类:Project Design

    • 发布日期:2017-12-04
    • 文件大小:224977
    • 提供者:艾永春
  1. the2ndchapter

    0下载:
  2. 基于OpneCV的计算机视觉技术实现光盘,第二章的内容。-computer vision technology realization based on OpneCV disk, the second chapter
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:3342936
    • 提供者:suxuandong
  1. the4thchapter

    0下载:
  2. 基于OpneCV的计算机视觉技术实现光盘,第四章的内容。-computer vision technology realziation based on OpenCV disk, the fourth chapter
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:788511
    • 提供者:suxuandong
  1. Indicator-Type-Measuring-Appliance

    0下载:
  2. 利用计算机视觉技术对仪器仪表指针进行识别 判断指针的位置和角度-The application of computer vision technology in instrumentation pointer identifying and judging pointer position and angle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:6442971
    • 提供者:王慧慧
  1. cvGabor

    0下载:
  2. 计算机视觉领域常用的图像处理程序,很有参考价值!-Commonly used in the field of computer vision, image processing program, great reference value!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:5493
    • 提供者:lmh
  1. the7thchapter

    0下载:
  2. 基于OpneCV的计算机视觉技术实现光盘,第七章的内容。-computer vision technology realziation based on OpenCV disk, the seventh chapter
  3. 所属分类:Special Effects

    • 发布日期:2017-12-04
    • 文件大小:5563019
    • 提供者:suxuandong
  1. the5thchapter

    0下载:
  2. 基于OpneCV的计算机视觉技术实现光盘,第五章的内容。-computer vision technology realziation based on OpenCV disk, the fifth chapter
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:749243
    • 提供者:suxuandong
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com