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

搜索资源列表

  1. SPIHT(Matlab).zip

    3下载:
  2. % Matlab implementation of SPIHT (without Arithmatic coding stage) % % By Jing Tian, scuteejtian@hotmail.com fprintf('-----------   Welcome to SPIHT Matlab Demo!   ----------------\n'); fprintf('-----------   Load
  3. 所属分类:压缩解压

    • 发布日期:2008-07-07
    • 文件大小:227.42kb
    • 提供者:jasonchang
  1. wavelift

    0下载:
  2. 暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:\\study\\jpeg2000\\images\\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2g
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6.3kb
    • 提供者:余庆红
  1. Matlab_imageMatlab

    0下载:
  2. 附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = makelut( sum(x(:)) == 4 ,2) BW1 = imread( text.tif ) BW2 = applylut(BW1,lut) imshow(BW1) figure, imshow(BW2) 相关命令: makelut 2.best
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:417.36kb
    • 提供者:keke
  1. wavecdf97(x=imread)

    0下载:
  2. 用基本小波97进行变换wavecdf97(x=imread)-the basic wavelet transform wavecdf97 97 (x = imread)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.51kb
    • 提供者:王雨今
  1. imread

    0下载:
  2. 灰度图象的直方图均衡化;梯度;直方图规定化;灰度图象的直方图数据;灰度直接变换:增强对比度-gray image histogram equalization; Gradient; Histogram provisions; Gray image histogram data; Gray direct transformation : Enhanced Contrast
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.86kb
    • 提供者:yang
  1. PVEInterpolation

    0下载:
  2. Partial volume correction method using reverse diffusion interpolation This function implements a reverse diffusion scheme to interpolate images to correct for partial volume effect. Under the assumption that the pdf is about the size of the pix
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.56mb
    • 提供者:xj
  1. dsakf

    0下载:
  2. % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 functi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.34kb
    • 提供者:yubo
  1. pingtu

    0下载:
  2. 这两天着迷goolge earth抓图,编写了一个拼图的程序,主要是用到了imread imwrite和对话框几个知识点,很简单的。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:jerry
  1. thresh_tool

    0下载:
  2. 自适应动态阈值分割 matlab实现,example: i=imread( xxx ) thresh-tool(i)
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:5.45kb
    • 提供者:eels
  1. rc

    0下载:
  2. 实验目的 本次实验与书中第二章及3.2节的部分内容有关,包括以下几个部分: (1)开始使用MATLAB (2)显示图像,理解图像的模型 (3)使用图像的不同格式,理解图像压缩的意义 (4)对图像做简单的操作 本次实验需要熟练使用以下几个MATLAB命令: imread, imwrite, imshow,figure
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.64kb
    • 提供者:Victor
  1. Code2

    1下载:
  2. 实验目的: 1) 图像水平集合 2) 图像加密算法 3) 边缘提取 4) 噪音图像的产生 (2)显示图像,理解图像的模型 (3)使用图像的不同格式,理解图像压缩的意义 (4)对图像做简单的操作 本次实验需要熟练使用以下几个MATLAB命令: imread, imwrite, imshow,figure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6.26kb
    • 提供者:Victor
  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
    • 文件大小:1.24mb
    • 提供者:ruan
  1. 区域生长Threshoid为分割阈值

    0下载:
  2. %Threshoid为分割阈值 [filename,pathname]=... uigetfile({'*.*';'*.bmp';'*.tif';'*.png'},'select picture'); %选择图片路径 str=[pathname filename]; %合成路径+文件名 I=imread(str); I=double(I); [m,n,k]=size(I);%图像大小 Threshold=50/255.0;%归一化,并设置阈值为50 ColorRed=
  3. 所属分类:源码下载

  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. 对图像进行YCbCr分解

    0下载:
  2. rgb=imread('lena.png'); YCbCr=rgb2ycbcr(rgb); subplot(221),imshow(rgb),title('image'); Y=YCbCr(:,:,1); Cb=YCbCr(:,:,2); Cr=YCbCr(:,:,3); ycbcrmap(:,:,1)=Y; ycbcrmap(:,:,2)=128; ycbcrmap(:,:,3)=128; subplot(222),imshow(Y),title('Y'); ycbcrma
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:313byte
    • 提供者:liudaixin
  1. colormoment

    1下载:
  2. 读取图片,提取图片的颜色矩特征,其中变量I=imread( 1.jpg ),1.jpg即为需要读取的图片。-Read the image, color moments extracted image features, including variable I = imread (' 1. Jpg ' ), 1.jpg shall be required to read the pictures.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:19.41kb
    • 提供者:yijing
  1. imread

    0下载:
  2. opencv实现图像处理,显示一个图像矩阵,简单有效-opencv of image processing, display an image matrix, simple and effective
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1.64mb
    • 提供者:李珺
  1. tuxiang2

    0下载:
  2. matlab读图像和图像信息,函数imread可以从任何Matlab支持的图像文件格式中,以任意位深度读取一幅图像。-matlab read images and image information, the function imread Matlab support from any image file format to read any bit depth of an image.
  3. 所属分类:Document

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

    0下载:
  2. open cv 開檔處理 開圖檔 cvLoadImage /* #define CV_LOAD_IMAGE_UNCHANGED -1 原圖影像 #define CV_LOAD_IMAGE_GRAYSCALE 0 灰階 #define CV_LOAD_IMAGE_COLOR 1 彩色 #define CV_LOAD_IMAGE_ANYDEPTH 2 任何彩度 #define CV_LOAD_IMAGE_ANYCOLOR 4 任何彩色 */-open cv open file handle to o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:658byte
    • 提供者: 張天彥
  1. imread

    0下载:
  2. imread文件代码,m格式,需要的-imread code,m format,download and check it if need it
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5.14kb
    • 提供者:陈欣
« 12 3 4 5 6 »
搜珍网 www.dssz.com