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

搜索资源列表

  1. gray

    0下载:
  2. 图像灰度转化,将彩色图像转化为灰度图像,并且保存下来-Gray transformation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:352.81kb
    • 提供者:hefenfen
  1. RGB_Gay(opencv)-

    0下载:
  2. opencv 彩色图像转化成灰度图并加以保存 可以成功运行 在vc6.0和opencv1.0运行成功 适合初学者-the opencv color images into grayscale and save can be run successfully in vc6.0, and opencv1.0 run successfully for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.44mb
    • 提供者:韩涛
  1. hw3

    0下载:
  2. 实现相机calibration,图像角点检测以及鸟瞰图转化-camera calibration and bird view
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:3.18kb
    • 提供者:陈银银
  1. hd

    0下载:
  2. 用于在OpenCV中加载一幅图像并将其转化为灰度图片。-Used to load an image in OpenCV and converted to grayscale images.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:620byte
    • 提供者:谢盛刚
  1. gray

    0下载:
  2. 用于图像灰度转化,分别有最大值法灰度化,平均值法灰度化,加权平均法灰度化。-For grayscale conversion, respectively, maximum method graying, graying average method, the weighted average method grayscale.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:1.36mb
    • 提供者:祁门
  1. LBP

    1下载:
  2. 用opencv实现LBP算法。通过一个3*3的模板在图像矩阵上滑动,用模板四周的八领域像素和中间的像素值比较,大于的为1,小于的为0,从左上角顺时针排列,然后转化为十进制放在模板中间的对应位置。-LBP algorithm with opencv. Through a 3* 3 matrix template image slide, with the template field of eight around the center pixel and the pixel value comp
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:3.42kb
    • 提供者:文亚
  1. Inverse-perspective-transformation

    0下载:
  2. 本源码实现了图像由2维到3维的转换,是平面图转化到了俯视图,对于道路边缘检测有很重要的辅助作用。-Realize the source of the image by a two-dimensional to three-dimensional conversion, is transformed into a top plan view of the road edge detection for a very important supporting role.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:6.79mb
    • 提供者:liuyanhong
  1. cvCvtColor

    0下载:
  2. 一个可以对图像进行把彩色RGB图像转化成灰度图像并将原图和结果图像的程序。根据此模板可以进行处理显示结果的类似程序-An image can be converted to RGB color images to grayscale images and artwork and the resulting image program. This template can be processed according to display the results of a similar prog
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.11mb
    • 提供者:图像处理
  1. cvcolor-Convert

    0下载:
  2. 利用OpenCV实现由彩色图像,到灰度图像的转化。并将转化后的图像保存。-OpenCV achieved by the use of a color image to grayscale image conversion. And save the image after conversion.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:648byte
    • 提供者:yanpandeng
  1. OpenCV--picture-inversion

    0下载:
  2. 这个程序主要是对图像进行反转操作,所谓反转就是把图像的颜色或其它特征转化成它的对立形式-This program is mainly for image inversion operation, the so-called inversion is to color or other characteristics of the image into its opposite form
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1.38kb
    • 提供者:张佳瑞
  1. rgb_hsv

    0下载:
  2. opencv中实现将图像从RGB转化到HSV中-opencv achieve RGB to HSV conversion
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5.47mb
    • 提供者:陈志超
  1. OpenCvTest

    0下载:
  2. 用Opencv2.4.9和VC2013写的Opencv入门图像处理程序,主要是读取彩色图像、转化为灰度图像、用Canny算子进行边缘检测、显示各种图像等,是比较好的Opencv入门简单程序。-Written by Opencv2.4.9 and VC2013 Opencv entry image processing program, mainly to read the color image is converted to grayscale images, using Canny edge
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8.21mb
    • 提供者:江村
  1. h

    0下载:
  2. (1)从D盘的某个文件夹中读取一副彩色图像, (2)把它转化为灰度图像 (3)在灰度图像中找到灰度值最大点 (4)把灰度图像存到E盘的某个文件夹中 (5)把灰度值最大点的灰度值显示出来,并把该灰度值存到E盘的另一个文件夹的txt文件中。-(1) is sandwiched a pair of color image read a file the D drive, (2) to convert it to grayscale (3) to find the maximu
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:11.5mb
    • 提供者:胡辣辣
  1. Threshold

    0下载:
  2. 这是一个阈值分割的小例子,利用阈值分割把原始图片转化为二值图像和灰度图像。-This is a small example of a threshold segmentation using thresholding the original image is converted to binary and grayscale images.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:18.25mb
    • 提供者:赵鹤
  1. jyy-Canny-SF

    0下载:
  2. opencv有关图像边缘检测,二值转化,图像腐蚀和膨胀代码。-Image edge detection, binary transformation, image erosion and expansion
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:16.75mb
    • 提供者:季羽
  1. image_grey

    0下载:
  2. 通过opencv实现了对三通道图像的转化为灰度图像的显示-Through the opencv realized the three-channel image into grayscale image display
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1.66mb
    • 提供者:潘航
  1. image2Dpositionto3D

    0下载:
  2. 将指定图像在平面和立体之间实现转化,并输出平面坐标距离对应的空间距离-Change image 2d to 3d,including data and position.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:4kb
    • 提供者:汤华
  1. OpenCV模板匹配的方法识别手势

    0下载:
  2. 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:2.69mb
    • 提供者:WUluWUlu
  1. 车牌识别文档

    0下载:
  2. 车牌字符识别是字符识别的重要组成部分。车牌字符识别的最终目的就是将图像中的车牌字符转化成文本字符,车牌字符的识别属于印刷体识别范畴。 字符识别的基本思想是匹配判别。抽取待识别字符特征按照字符识别的原理和预先存储在计算机中的标准字符模式表达形式的集合逐一进行匹配,找出最接近输入字符模式的表达形式,该表达形式对应的字就是识别结果。(License plate character recognition is an important part of character recognition. T
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:584kb
    • 提供者:令狐不冲
搜珍网 www.dssz.com