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

搜索资源列表

  1. CameraDS

    0下载:
  2. 我修改了Shiqi Yu编写的CCameraDS类,增加ShowPinPropertyPage,ShowFilterPropertyPage,GetDeviceFilter,GetCameraOutput四个函数 在CB2007下通过编译 不知为何,修改Camera属性后,有时不会取到图像回来,特别是修改图像大小-I modified the Shiqi Yu CCameraDS class prepared to increase ShowPinPropertyPage, Sho
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:4.59kb
    • 提供者:supermay
  1. cvgabor

    0下载:
  2. 这里包含高质量的Gabor实现代码,基于OpenCV。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 -Gabor included here to achieve high-quality code, based on OpenCV. Gabor transform can be achieved in multiple scales, multiple orientations of the transform
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:5.66kb
    • 提供者:xufei
  1. OpenCV2.Cookbook

    0下载:
  2. 本书特别推荐给想学opencv2.0以上的同学, OpenCV 2的C++版本,利用类的思想,有很多具体的例子,比帮助文档要好些,非常好的opencv学习资料-The book is especially recommended to the students want to learn opencv2.0, OpenCV' s C++ version, the use of thought, there are many specific examples better than hel
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:5.12mb
    • 提供者:yaoyao
  1. skelon

    0下载:
  2. 提取图像的骨架,对其进行细化,尤其是对集成电路版图的骨架提取-Extracting the image of the skeleton, and its refinement,Especially for IC layout skeleton extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-12-06
    • 文件大小:750.69kb
    • 提供者:李玻玻
  1. Texture-Based-GOM

    0下载:
  2. 高斯背景建模的论文和配套源码,是外国人博客找到的,特收藏 -Gaussian background modeling papers and supporting source, a foreigner blog to find, especially Favorites
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1.13mb
    • 提供者:李佳佳
  1. LocalBinaryPattern

    0下载:
  2. 非常有效地学习资料,对以后的学习特别有帮助,对自己的影响很大。-Very effectively learning materials, especially helpful for later study, had a great influence on their own.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.28mb
    • 提供者:yangming
  1. yalefaces

    0下载:
  2. 非常有效地学习资料,对以后的学习特别有帮助,对自己的影响很大。-Very effectively learning materials, especially helpful for later study, had a great influence on their own.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:5.92mb
    • 提供者:yangming
  1. opencamera4

    0下载:
  2. 非常有效地学习资料,对以后的学习特别有帮助,对自己的影响很大。-Very effectively learning materials, especially helpful for later study, had a great influence on their own.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:5.94mb
    • 提供者:yangming
  1. zifuchuantiqu

    0下载:
  2. 随着当今社会信息化的高速发展,信息的采集和瓶颈问题就显得日益突出。尤其在智能系统方面对字符信息的采集及识别要求越来越高。比如:智能交通系统中车牌号码的识别,计量刻度中刻度提取与识别等。而对字符的识别处理一般包括字符的特征提取方法和识别算法。其中字符的特征提取是这个过程的重点和难点。-With today s rapid development of information society, information gathering and bottlenecks becomes increas
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:丁敏
  1. opencv-hist

    0下载:
  2. 主要是使用OPENCV来实现直方图,尤其可用于图像处理中二值化后要看水平或垂直直方图!-Mainly use OPENCV to achieve the histogram, especially for image processing to see horizontal or vertical histogram after binarization!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:7.79mb
    • 提供者:
  1. ConverttoStraightLineDetector

    0下载:
  2. detecting line image is very crucial especially if the image hand made. we first apply threshold, thinning and finally apply angle match-detecting line image is very crucial especially if the image hand made. we first apply threshold, thinning and f
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:80.31kb
    • 提供者:mhassanin1
  1. Learning-OpenCV

    0下载:
  2. 学习opencv.pdf,特别适合初学者学习opencv理论知识,并借助opencv库函数实现图形图像处理以及摄像机标定。-Learning opencv. PDF, and is especially suitable for beginners learning opencv theory knowledge, and with the aid of opencv library function to realize image processing and the camera cali
  3. 所属分类:OpenCV

    • 发布日期:2017-06-15
    • 文件大小:22.25mb
    • 提供者:李虎
  1. Python-opencv车牌识别

    2下载:
  2. 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
  3. 所属分类:OpenCV

    • 发布日期:2020-09-01
    • 文件大小:21kb
    • 提供者:西风何时来
  1. SIFT-opencv249

    1下载:
  2. SIFT opencv的源码,底层代码编写,有较完整的步骤和每一步的说明,对于sift初学者特别有帮助(Sift source code, the underlying code, there are more complete steps and each step of the descr iption, especially helpful for sift beginners)
  3. 所属分类:OpenCV

    • 发布日期:2021-02-09
    • 文件大小:21kb
    • 提供者:qilingtong
搜珍网 www.dssz.com