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

搜索资源列表

  1. 256tohui

    0下载:
  2. 256 转换为灰度图像的代码,数据结构, 使用vc++开发-256 converted to grayscale images of code, data structure, use vc + +
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:133.43kb
    • 提供者:zhanggang
  1. Decompress

    0下载:
  2. 这是用提升小波变换与嵌入零树编码实现的256色灰度BMP图像压缩与解压缩的程序。-wavelet transform and upgrade embedded zerotree coding to achieve the 256-color grayscale BMP image compression and decompression procedures.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:104.93kb
    • 提供者:小曾
  1. Filters

    0下载:
  2. 数图空域滤波器 灰度图有效 C# dll装配件-Figure airspace effective filter grayscale C# dll installed accessories
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7.39kb
    • 提供者:耀西
  1. PoEdges

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

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

    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 fil
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:蔡加欣
  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. createDistMat

    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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.45kb
    • 提供者:蔡加欣
  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. jpegcompress

    0下载:
  2. 灰度图像的jpeg压缩处理,解压处理,以及信噪比SNR的计算-Grayscale jpeg image compression, decompression, as well as the calculation of signal to noise ratio SNR
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:17.51kb
    • 提供者:华斌
  1. matlab

    0下载:
  2. matlab图像处理的一个实例,二值化,灰度图均衡化,滤波,提取边缘。自己毕业设计的一点心得和大家一起分享。-matlab image processing of an example of binary, grayscale equalization, filtering, edge extraction. Design their own school experiences and that we share.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3.47mb
    • 提供者:furan
  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. 编写一个单文档应用程序,添加【图像显示】菜单,点击以后在视图区能显示一幅8位灰度图,并在【查看】菜单里添加【显示直方图】一项子菜单,消息相应后弹出对话框显示右边灰度图相应的直方图。-Write a single document application, add [Image Display] menu, click on later in the view area to show an 8 grayscale, and in the [View] menu to display the hi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.05mb
    • 提供者:杨静宜
  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 ... 20 »
搜珍网 www.dssz.com