搜索资源列表
wavecdf97(x=imread)
- 用基本小波97进行变换wavecdf97(x=imread)-the basic wavelet transform wavecdf97 97 (x = imread)
PVEInterpolation
- 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
Code2
- 实验目的: 1) 图像水平集合 2) 图像加密算法 3) 边缘提取 4) 噪音图像的产生 (2)显示图像,理解图像的模型 (3)使用图像的不同格式,理解图像压缩的意义 (4)对图像做简单的操作 本次实验需要熟练使用以下几个MATLAB命令: imread, imwrite, imshow,figure
OpenCV_face_detector
- 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
suofang
- 读入任意大小的图像,实现长和宽上的比例缩放,matlab 图像预处理处理中有用的小程序-imread a image and resize the size of the image
identi
- 识别对象如下: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
imread
- 分析了数字图象二值化处理的特点,提供了几种二值化处理技术,并对这些算法进行了测试与比较,最后根据实践应用对二值化处理中的动态阈值的选取策略等相关技术作出了阐述-Analysis of digital image binarization deal characteristics, offers several binarization processing technology, and these algorithms were tested and compared with the las
2DLDA
- 二维线性判别 功能比较强 二维线性判别 功能比较强-Img = imread( twoObj.bmp )
photoanalysis
- 图像分析 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,...
chap03
- I = imread( rice.png ) I2 = imread( cameraman.tif ) K = imdivide(imadd(I,I2), 2)
123
- 用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
imread
- opencv实现图像处理,显示一个图像矩阵,简单有效-opencv of image processing, display an image matrix, simple and effective
Pcm_Image
- 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
MATLABImageBasicOperationsCommand
- MATLAB图像基本操作命令:imread, imwrite, imshow,figure-MATLAB Image basic operations command:imread, imwrite, imshow,figure
omt_cs
- UIG 读取一个图片 [filename,pathname]=uigetfile({ *.jpg *.bmp *.gif }, 选择图片 ) 合成路径+文件名 str=[pathname filename] 读取图片 im=imread(str) 使用第一 axes axes(handles.axes2) 显示图片 imshow(im)-axes(handles.axes2)
gaborfilter.tar
- 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
imread
- 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
jpegprotected
- 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
BFPS_v1_2011-09-06
- 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
Skin-Detection
- 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