CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - Grayscale

搜索资源列表

  1. PoEdges

    0下载:
  2. MATLAB Denoising software for grayscale images
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.78mb
    • 提供者:xz
  1. trainList

    0下载:
  2. PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.24kb
    • 提供者:蔡加欣
  1. feret

    0下载:
  2. PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.3kb
    • 提供者:蔡加欣
  1. fc

    0下载:
  2. PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:967byte
    • 提供者:蔡加欣
  1. grs2rgb

    0下载:
  2. Overview grs2rgb converts grayscale images to RGB using specified colormap. Usage res = grs2rgb(img) produces the RGB image res from the grayscale image img using the colormap hot with 64 colors. res = grs2rgb(img,map) produces the RGB im
  3. 所属分类:matlab例程

    • 发布日期:2014-01-10
    • 文件大小:256.82kb
    • 提供者:yasaka
  1. TVAL3

    2下载:
  2. %TVDENOISE Total variation grayscale and color image denoising % u = TVDENOISE(f,lambda) denoises the input image f. The smaller % the parameter lambda, the stronger the denoising. % % The output u approximately minimizes the Rudin-Osher-Fatemi (ROF)
  3. 所属分类:matlab例程

  1. LSB及位平面提取源码

    0下载:
  2. mylsb.m is a very complete source of LSB Steganography Steganography and extraction, and are on the inside, I did not upload pictures, you only need to add a picture file on it, remember the image must be a grayscale image, if it is RGB, I converted
  3. 所属分类:matlab例程

    • 发布日期:2011-12-11
    • 文件大小:1.6kb
    • 提供者:richardwn
  1. eigenfce_pca.rar

    0下载:
  2. This package implements basic Principal Component Analysis and Eigen Faces in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing t
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:942.48kb
    • 提供者:nick
  1. grs2rgb

    0下载:
  2. Convert grayscale images to RGB using specified colormap.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:255.73kb
    • 提供者:Jeff
  1. FFT2D

    0下载:
  2. This is the processing of images to be converted into 2D. from the original picture, it will be first converted to grayscale in the form, then do 2 Dimensional FFT on the image, then the image is done in 2D FFT on the result of changes filter.seluruh
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:680byte
    • 提供者:azmi
  1. zhr_imfilter

    2下载:
  2. 本程序实现了matlab自带函数imfillter的功能,是.m文件的形式,参数和imfilter一样可选。程序附有图片,并且在程序最后使用imfilter,便于直接对比观察处理效果。注:本程序是读入RGB图像,转换成灰度图进行处理。-This program implements the function of matlab own function imfillter is. M file in the form of the same parameters and imfilter opt
  3. 所属分类:matlab

    • 发布日期:2015-11-05
    • 文件大小:31kb
    • 提供者:zhrmsl
  1. imjoint

    0下载:
  2. 图像拼接,使用此代码可以方便的将一幅灰度图像或者彩色图像进行横向或者纵向拼接-Image mosaic, the use of this code can easily be a grayscale image or color image mosaic of horizontal or vertical
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:695byte
    • 提供者:Endeavour
  1. edge_detect

    0下载:
  2. 利用matlab对图像进行灰度调整、拉伸处理和边缘检测-Use matlab image grayscale adjustment, stretch processing and edge detection
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:820byte
    • 提供者:zhang
  1. huidutuzhuanhuaweiweicaisetu

    1下载:
  2. 本代码,用MATLAB编写。把灰度图转化为伪彩色图。-The code, prepared by using MATLAB. The grayscale into a pseudo-color map.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:97.47kb
    • 提供者:张亚珍
  1. imgkmeans

    1下载:
  2. 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:328.45kb
    • 提供者:caoliang
  1. Gaussian_Pyramids

    0下载:
  2. 基于高斯滤波器的图像压缩算法。可以处理真彩图和灰度图,相当实用。-Gaussian filter based on image compression algorithms. Can handle true color pictures and grayscale, quite useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.82kb
    • 提供者:秦关
  1. HOG

    0下载:
  2. Histogram of gradients, matlab code for grayscale images, with configurable parameters.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:978byte
    • 提供者:cfer8395
  1. checks-RGB-show-and-grayscale

    0下载:
  2. 支票印鉴图的R、G、B三个分量的显示图像并将RGB图转换为灰度图像-Check seal map R, G, B three components of the display image was converted to grayscale and RGB images
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.41mb
    • 提供者:
  1. grayscale

    0下载:
  2. 图像预处理的一些简单程序代码,其中包括灰度化、彩色均衡化以及滤波处理。-Some simple image pre-processing program code, including grayscale, color equalization and filtering.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.49kb
    • 提供者:QQ
  1. RGB2Gray

    0下载:
  2. convert rgb to grayscale
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:1.16mb
    • 提供者:kukukiki
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com