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

搜索资源列表

  1. wavecdf97(x=imread)

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

    • 发布日期:2008-10-13
    • 文件大小:3599
    • 提供者:王雨今
  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
    • 文件大小:1635038
    • 提供者:xj
  1. Code2

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

    • 发布日期:2008-10-13
    • 文件大小:6415
    • 提供者: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
    • 文件大小:1295516
    • 提供者:ruan
  1. suofang

    0下载:
  2. 读入任意大小的图像,实现长和宽上的比例缩放,matlab 图像预处理处理中有用的小程序-imread a image and resize the size of the image
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:477068
    • 提供者:xiewenjuan
  1. identi

    0下载:
  2. 识别对象如下:trainset: 训练集合,该集合中从0~9的数字,所有图片大小相同。各个集合中的图像可以在Matlab中用imread函数读取为数组形式,用imshow函数显示出其图像,例如:图像0 (10).bmp可以用A=imread( 0 (10).bmp )读取为数组A,用imshow(A)或imshow( 0 (10).bmp )显示其图像。-Identify objects as follows: trainset: training set, the collection of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-09
    • 文件大小:1798
    • 提供者:whirlwind
  1. imread

    0下载:
  2. 分析了数字图象二值化处理的特点,提供了几种二值化处理技术,并对这些算法进行了测试与比较,最后根据实践应用对二值化处理中的动态阈值的选取策略等相关技术作出了阐述-Analysis of digital image binarization deal characteristics, offers several binarization processing technology, and these algorithms were tested and compared with the las
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:fengyu
  1. 2DLDA

    0下载:
  2. 二维线性判别 功能比较强 二维线性判别 功能比较强-Img = imread( twoObj.bmp )
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2807146
    • 提供者:鲍文军
  1. photoanalysis

    0下载:
  2. 图像分析 h0=figure( toolbar , none ,... position ,[198 56 350 468],... name , 实例72 ) h1=axes( parent ,h0,... position ,[0.25 0.45 0.5 0.5],... visible , off ) I=imread( rice.tif ) imshow(I) k=0 b1=uicontrol( parent ,h0,...
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:646
    • 提供者:fei fei yang
  1. chap03

    0下载:
  2. I = imread( rice.png ) I2 = imread( cameraman.tif ) K = imdivide(imadd(I,I2), 2)
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-21
    • 文件大小:3552
    • 提供者:孙强
  1. 123

    0下载:
  2. 用subplot,imshow,imread,遍历并显示图库文件夹中的人脸图像(用循环)。运行后图像要显示成矩阵模式的,还得产生统一矩阵和均值矩阵。-With a subplot, imshow, imread, traverse and display the Gallery folder of face images (with circulation). After running into the matrix mode to display images, and have to pr
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1058
    • 提供者:Terry
  1. imread

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

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

    0下载:
  2. matlab,把文件解压后放入matlab的默认文件夹里,一般是(C:\MATLAB7\work)。在matlab主窗口中输入命令ima=imread( C:\MATLAB7\work\1.jpg ),然后输入命令[P,U,iter]=GPAS2(ima,2),即可。绝对好运行-matlab, matlab to unzip the files into the default folder, usually (C: \ MATLAB7 \ work). In the matlab main w
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:5688
    • 提供者:doper
  1. MATLABImageBasicOperationsCommand

    0下载:
  2. MATLAB图像基本操作命令:imread, imwrite, imshow,figure-MATLAB Image basic operations command:imread, imwrite, imshow,figure
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:342979
    • 提供者:mmm
  1. omt_cs

    0下载:
  2. UIG 读取一个图片 [filename,pathname]=uigetfile({ *.jpg *.bmp *.gif }, 选择图片 ) 合成路径+文件名 str=[pathname filename] 读取图片 im=imread(str) 使用第一 axes axes(handles.axes2) 显示图片 imshow(im)-axes(handles.axes2)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:50024
    • 提供者:lee
  1. gaborfilter.tar

    0下载:
  2. Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1292
    • 提供者:郑碧波
  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-26
    • 文件大小:658
    • 提供者: 張天彥
  1. jpegprotected

    0下载:
  2. clc img = imread( lena.bmp ) JPEG compression jpegcompression(img, lena_compressed.mat ) JPEG decompression Irec = jpegrestoration( lena_compressed.mat ) System performances [CR,BPP,PSNR,MSE,SNR] = systemperformances(img,Ir
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:189416
    • 提供者:neethumennie
  1. BFPS_v1_2011-09-06

    0下载:
  2. This readme describes the Biased and Filtered Point Sampling algorithm. Before running the code, please run "compile_MEX.m" in the "dependent_files" directory. BFPS.m is the main file that draws samples. A demo can be run from Matlab with t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:129526
    • 提供者:馬英九
  1. Skin-Detection

    0下载:
  2. The function generate_skinmap reads an image file given by the input parameter string filename, read by the MATLAB function imread . out - contains the skinmap overlayed onto the image with skin pixels marked in blue color. bin - contains the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1633
    • 提供者:hooman
« 12 3 »
搜珍网 www.dssz.com