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

搜索资源列表

  1. 复杂背景下的绝缘子识别

    0下载:
  2. 复杂背景下的图像识别,复杂背景包括森林,田地,天空,迷雾等等。(Complex background image recognition, complex background, including forests, fields, sky, fog, and so on.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:2949120
    • 提供者:soyoungsonaive
  1. 航拍绝缘子识别

    0下载:
  2. 基于opencv的图像识别,主要识别并提取绝缘子。 也可应用于其他物体的识别。(Opencv based image recognition, mainly identify and extract insulators. It can also be applied to the recognition of other objects.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-17
    • 文件大小:234496
    • 提供者:soyoungsonaive
  1. 基于opencv的绝缘子及其等电位线故障状态智能识别

    0下载:
  2. 识别复杂背景下的绝缘子,提取绝缘子,放射投影后对绝缘子进行故障检测。(To identify the insulator in the complex background, the insulator is extracted and the insulator is detected after the projection.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:15505408
    • 提供者:soyoungsonaive
  1. 图像校正回调函数

    0下载:
  2. 本文档主要用于图像的倾斜矫正,通过建立透视变换矩阵和强角点检测实现畸变图形的矫正(This document is mainly used for Image tilt correction, through the establishment of perspective transformation matrix and strong corner detection, to achieve distortion correction)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:13420544
    • 提供者:199719711971
  1. openCV-Practicefh

    0下载:
  2. 人脸识别: 相关功能: 1.将图像转换为灰度显示 2.应用高斯滤波器去除小的边缘 3.计算与画布边缘 4.修改边缘颜色 5.将Mat转换为Xcode的UIImageView显示(Face recognition: Related functions: 1. Convert the image to grayscale display 2. Use gaussian filter to remove small edges 3. Calculate the edge of th
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:31098880
    • 提供者:fangs
  1. OpenCV论文材料

    0下载:
  2. Opencv的论文学习资料,供学习图像处理的新手们使用(Opencv paper learning materials for learning the image processing novice to use)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:9728000
    • 提供者:尼莫1
  1. test1

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

    • 发布日期:2017-12-23
    • 文件大小:15465472
    • 提供者:卡卡猪
  1. OpenCV 2 计算机视觉编程手册_中文版

    0下载:
  2. 基于开源的OpenCV库文件,便于程序员对数字图像处理的快速入门(OpenCV library files based on open source, easy programmers for digital image processing quick entry)
  3. 所属分类:OpenCV

  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. 学习OpenCV(中文版)

    0下载:
  2. OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。(OpenCV is a cross platform computer vision library based on BSD licensing (open source) that
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:23507968
    • 提供者:mao dong
  1. Opencv

    1下载:
  2. 使用OpenCv进行基础的图像处理。包含图像显示,图像腐蚀等。(Use OpenCv for basic image processing.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-27
    • 文件大小:7539712
    • 提供者:棒棒棒bang
  1. 5初级图像混合

    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 on the pixel some of the processing.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:491520
    • 提供者:123yang
  1. opencv-1.0.0.tar

    0下载:
  2. 图像处理程序,最经典的示例程序,代码通俗易懂(opencv is very good a program code)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-02
    • 文件大小:11146240
    • 提供者:obsession2015
  1. OpenCV官方教程中文版(For Python)

    0下载:
  2. 学习opencv做图形图像处理,很不错的一本计算机视觉学习书籍,使用的语言是python(Learning opencv do graphic image processing, a very good computer vision study books, the use of the language is python)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:5483520
    • 提供者:and1_1
  1. PicAnsysServer

    1下载:
  2. 使用opencv进行图像识别,识别以白底彩色的字母图形,主要用opencv的函数完成识别过程(Opencv is used to identify the image and identify the alphabet with white background color. The recognition process is accomplished mainly by the function of OpenCV.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:y182510421
  1. 霍夫变换

    0下载:
  2. 基于opencv和图像识别技术,使用霍夫变换检测图片直线。(Based on OpenCV and image recognition technology, Hof transform is used to detect picture lines.)
  3. 所属分类:OpenCV

  1. 基于opencv的质心算法

    1下载:
  2. C++语言,用于图像处理,求解图片的质心,二维定位,(For image processing, the centroid of the image is solved, two-dimensional location)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-09
    • 文件大小:20075520
    • 提供者:wwx111122
  1. Opencv-stitcher参考文献

    0下载:
  2. opencv中stitcher类实现相关参考文献,适合精研opencv提供图像拼接基本原理。(The stitcher class in opencv implements related references, which is suitable for researching the basic principle of image splicing of OpenCV.)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-09
    • 文件大小:29188096
    • 提供者:王培玉
  1. hough

    0下载:
  2. 基于opencv,使用hough变换检测图像中的直线,效果良好(Based on OpenCV, the Hough transform is used to detect the straight line in the image, and the effect is good)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:744448
    • 提供者:yuwawa
  1. opencv 基本全局阈值法--二值化

    0下载:
  2. 图像二值化代码,使用全局二值化算法实现,效果不错(binary transfer algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-11
    • 文件大小:734062
    • 提供者:天天田田
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com