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

搜索资源列表

  1. RGB2gray

    1下载:
  2. 本程序可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-this procedure can be imported RGB images into gray image! Matlab programming environment.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1432
    • 提供者:宋军
  1. image_process

    0下载:
  2. This file include some image process program: void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize) bool CalMoments(float Moments[7], IMAGEDATA *pSrImg) void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg) void Im2Bw(IMAGEDATA *pR
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:12434
    • 提供者:wan_xianglin
  1. uio

    0下载:
  2. This software makes, image conversions(rgb2gray, rgb2binary....) image filtering(average, wiener, contrast streching...) continuous filtering. Filters the image continuously. If you \"hold\" the image then you can continue the
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:13442
    • 提供者:夜妖
  1. OpenCV_face_detector

    1下载:
  2. This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Ins
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1295516
    • 提供者:ruan
  1. rgb2gray

    2下载:
  2. 将RGB图像转换为灰度图像,本程序详细说明了转换原理和过程,还有腐蚀膨胀详细原理和程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1623
    • 提供者:zhangzhehui
  1. Rgb2gray

    1下载:
  2. 用于灰度图像上色
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-03-09
    • 文件大小:63379
    • 提供者:dddddx
  1. 加噪音去噪音

    0下载:
  2. clear all %加噪音去噪音 I = imread('wolf.jpg'); I=rgb2gray(I); J = imnoise(I,'salt & pepper',0.02); K = medfilt2(J); imshow(J), figure, imshow(K)
  3. 所属分类:matlab例程

  1. rgb2gray

    0下载:
  2. 在Visual C++环境下实现真彩色图像转换为灰度图像的源代码,还有所用的图片-In Visual C++ environment to achieve true color image is converted to grayscale the source code, there are pictures used
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:138397
    • 提供者:张国鹏
  1. A2008

    0下载:
  2. awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:14876
    • 提供者:money
  1. rgb2gray_OK

    0下载:
  2. 本人写的彩色图像转灰度图像的工程,请确保你的机器上安装有VC6等开发工具。-I wrote the color image to gray image of the project, please make sure your machine is equipped with development tools such as VC6.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2069110
    • 提供者:alan ren
  1. RGB2GRAY

    0下载:
  2. Convert Image RGB to graylevel
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1473163
    • 提供者:husnul
  1. gray2rgb

    0下载:
  2. matlab提供了rgb2gray的函数,但是如果gray想要换成rgb,就要自己写了。-matlab function rgb2gray provided, but if you want gray into rgb, should write their own.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:642
    • 提供者:竹笑
  1. RGB2gray

    0下载:
  2. matlab 中用来将rgb数据转换成灰度图像的源代码-matlab used to the rgb data into gray-scale image of the source code for
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1436
    • 提供者:discovery
  1. rgb2gray

    1下载:
  2. 可将输入的RGB图像转化为灰度图像!在Matlab环境下编程实现。-RGB images can be input into a gray-scale image! In the Matlab programming environment.
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:1627
    • 提供者:JASON
  1. Imagetypeconversion

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2740
    • 提供者:齐子新
  1. rgb2gray

    0下载:
  2. 最基本的由彩色图像转换为灰度图像的代码。在matlab中运行图像处理时用到的最基本源码,但是很多matlab中并不含有这个函数。-The most basic color images by gray-scale image is converted to code. In the matlab image processing used to run the most basic source code, but many do not contain this function in mat
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:963
    • 提供者:赵晓霞
  1. xiangweibianzu

    0下载:
  2. 实现相位编组的算法I=imread( bbb.jpg ) x=rgb2gray(I) x=double(x) gradephase(x)-I=imread( bbb.jpg ) x=rgb2gray(I) x=double(x) gradephase(x)
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-01
    • 文件大小:1082
    • 提供者:xuan
  1. khalid_khuwaja

    0下载:
  2. Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bwlabel(Ifill) Iprops = r
  3. 所属分类:Editor

    • 发布日期:2017-03-23
    • 文件大小:291329
    • 提供者:honey
  1. Rgb2Gray

    0下载:
  2. matlab下将彩色图像装换为灰度图像的一个小程序-a small programm for convert the colour image to gray image using maltlab platform
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:533
    • 提供者:gaohua
  1. rgb2gray

    0下载:
  2. 此文件为 在matlab中rgb2gray的方式-way of rgb2gray in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1433
    • 提供者:123o
« 12 3 »
搜珍网 www.dssz.com