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

搜索资源列表

  1. distanceTransform

    0下载:
  2. 距离变换,用于计算图像中每一个非零点距离离自己最近的零点的距离(Distance transformation is used to compute the distance of each non-zero distance in an image from its nearest zero point)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:70656
    • 提供者:danielsaoxia
  1. image_cut_opencv220

    0下载:
  2. MFC+OPENCV+Halcon各模块图像格式转换例子,例子非常不错。可以 很快掌握VC到opencv,opencv到halcon直接的图像格式转换!(MFC+OPENCV+Halcon each module image format conversion example, very good. Sure Quickly grasp the VC to opencv, OpenCV to Halcon direct image format conversion!)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:4590592
    • 提供者:classpeople
  1. SVM源代码

    0下载:
  2. 基于opencv库,通过计算图像的svm,来对待测图像进行分类(Based on the opencv library, the image is classified by calculating the SVM of the image)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:小甲鱼
  1. 去掉黑色面积较小

    0下载:
  2. 基于opencv库,调用接口函数 筛选出不符合图像轮廓面积的点(A point that does not conform to the contour area of the image is selected)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:小甲鱼
  1. Character_Recognition

    0下载:
  2. 本程序主要参照论文,《基于OpenCV的脱机手写字符识别技术》实现了,对于手写阿拉伯数字的识别工作。识别工作分为三大步骤:预处理,特征提取,分类识别。预处理过程主要找到图像的ROI部分子图像并进行大小的归一化处理,特征提取将图像转化为特征向量,分类识别采用k-近邻分类方法进行分类处理,最后根据分类结果完成识别工作。 程序采用Microsoft Visual Studio 2010与OpenCV2.4.4在Windows 7-64位旗舰版系统下开发完成。并在Windows xp-32位系统下测试
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-20
    • 文件大小:23580672
    • 提供者:Kas_Zhao
  1. test1

    0下载:
  2. 适用于初学者快速入门Opencv,基于Opencv的图像读取与显示(Image reading and displaying based on Opencv)
  3. 所属分类:图形图象

    • 发布日期:2017-12-23
    • 文件大小:15465472
    • 提供者:卡卡猪
  1. thin

    0下载:
  2. 对灰度图像进行骨架提取,得出骨架走向和骨架像素坐标。(The skeleton of gray image is extracted, and the skeleton direction and skeleton pixel coordinates are obtained.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:1722368
    • 提供者:lxxl
  1. 新建文件夹

    0下载:
  2. 用opencv对图像进行处理实现图像角点提取(Extract the feature corner from the images)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:fengxi123
  1. 20170901095825528

    0下载:
  2. 利用opencv图像库对两幅报纸图像进行拼接,输出拼接结果图。实际的使用过程中可以预先计算参数和变换矩阵以提高效率。拼接的结果图略有重影,如果要消除重影,可以自行修改最后部分的拼接算法,把两幅图叠加改为依据分割线拼接。(Opencv image library is used to connect two newspaper images and output the result of stitching. In actual use, the parameters and the trans
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:8197120
    • 提供者:清洋木才
  1. how_to_scan_images

    0下载:
  2. 列举了四种方法扫描图像,分别是利用指针;迭代器;at操作符;和OpenCV自带的LUT方法。比较他们的用时。(how to scan images.copare the cosuming time.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:5682176
    • 提供者:Terry灬
  1. 3用动态地址计算配合at访问像素

    0下载:
  2. 编程环境:VS+OPENCV ,对于初学者学习基于opencv的图像处理非常有帮助,此节点主要是用at访问像素点的一些方法。(Programming environment: VS + OPENCV, for beginners to learn based on opencv image processing is very helpful, this node is mainly used to access some of the pixels point method.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-28
    • 文件大小:93184
    • 提供者:123yang
  1. 2用迭代器访问像素

    0下载:
  2. 编程环境:VS+OPENCV ,对于初学者学习基于opencv的图像处理非常有帮助,此节点主要是用迭代器访问像素点的一些方法。(Programming environment: VS + OPENCV, for beginners to learn based on opencv image processing is very helpful, this node is mainly used to access the pixel iterator some of the methods.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:2761728
    • 提供者:123yang
  1. 1用指针访问像素

    0下载:
  2. 编程环境:VS+OPENCV ,对于初学者学习基于opencv的图像处理非常有帮助,此节点主要是用指针访问像素点的一些方法。(Programming environment: VS + OPENCV, for beginners to learn based on opencv image processing is very helpful, this node is mainly used to access some of the pixels of the pointer method.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-28
    • 文件大小:92160
    • 提供者:123yang
  1. 鱼眼镜头处理

    0下载:
  2. 鱼眼相机矫正,利用matlab以及opencv对realsense ZR300的鱼眼图像进行矫正(Fisheye camera correction)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:6369280
    • 提供者:李杨leo
  1. 手势识别控制小车运动

    1下载:
  2. 本系统利用目前比较成熟的OpenCV的相关函数,进行了基于肤色分割和模板的手势识别的研究,并利用自编的控制函数进行简单的虚实交互,在摄像头一端通过指定的手势动作来控制小车在平面跑道上的启动和停止等动作。(This system uses the correlation function of mature OpenCV at present, studied the skin color segmentation and gesture recognition based on a templa
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:19889152
    • 提供者:HanaRen
  1. 边缘检测1

    0下载:
  2. 基本的边缘检测算法之一,使用OpenCV,有详细注释,适合新人学习(One of the basic edge detection algorithms, the use of OpenCV, detailed notes, suitable for newcomers to learn)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-31
    • 文件大小:4548608
    • 提供者:SLI4850
  1. 二值化与细化

    0下载:
  2. 用于图像的二值化和细化 可以将图像的轮廓清晰的表现出来(For the two value of the image and thinning, the outline of the image can be clearly displayed)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-01
    • 文件大小:10534912
    • 提供者:花落无影
  1. test5

    0下载:
  2. 修改一个图像的像素值,让修改像素值的点显示线,矩形,圆等图形。(Modify the pixel value of an image so that the point of the pixel value can be displayed, such as lines, rectangles, circles and other figures.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-01
    • 文件大小:4327424
    • 提供者:慕太白
  1. OpenCV_基础篇_实例源代码——北航

    0下载:
  2. 图像处理opencv例程 所有代码都为书中实例(Image processing opencv routines, all the code is a book example)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-01
    • 文件大小:3613696
    • 提供者:江湖漂漂
  1. testopencv

    0下载:
  2. opencv3安装成功图像处理功能测试C(Opencv installation successful functional test)
  3. 所属分类:图形图象

    • 发布日期:2018-01-01
    • 文件大小:34816
    • 提供者:leilaann
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com