搜索资源列表
lzwmatlab.zip
- Implements a tif compatible LZW encoding/decoding algorithm,Implements a tif compatible LZW encoding/decoding algorithm
10.1
- 对tif格式的图像的二值化图像进行膨胀操作-tif format for image binarization image expansion operation
dct
- 利用DCT变化对tif图像进行压缩利用DCT变换进行图像压缩的matlab程序-Changes in the use of DCT compression of tif images using DCT transform image compression matlab program
tif
- k-means算法代码 matlab的程序,具体使用说明在函数里面 :) 附UCI的测试集图片,可以用作VQ的实验-k-means algorithm matlab code of procedure, specific for use inside the function:)
Movie
- Makes a simple avi movie from a sequence of frames The user can control the display time of each frame. The movie is created in the same folder where this function is run. Usage: Inputs: name: root name of the framse filetype: .bmp , .j
matlabDIP
- DIP programs related to various function . image segmentation,filter on salt & pepper noise on flowers.tif,program to show the bit plane slicing.program to introduce gaussian noise in the image and to restore the image by removing the noise using
export_fig
- This function saves a figure or single axes to one or more vector and/or bitmap file formats, and/or outputs a rasterized version to the workspace, with the following properties: - Figure/axes reproduced as it appears on screen - Cropped border
stretch
- Write your own code to linearly stretch the gray scale on "trees.tif" so that the image will have a better contrast than in the original image. Try histogram equalization for the same image.
roi
- A simple coding to select the region of interest image in an image which is in the form of jpg,tif and other formats. You can simply select the region of interest in your image and display it.
PFK
- 检测图片中的人脸,适用于JPG/jpg、BMP/bmp、tif/tif或者GIF/gif的图片-Face detection in the picture for JPG/jpg, BMP/bmp, tif/tif or GIF/gif image
matlab
- 批量tif文件16bit转换为8bit,支持自定义灰度转换-convert 16 bit tif files to 8 bit ones
bookimg
- 冈萨雷斯 image processing using matlab一书的附带图片,打包下载解压即可使用-imagedatabase of < image processing using matlab>
siva_working_code
- finger print recgnition using matlab
videofig
- A figure ready to scroll through and play videos. You can also draw any custom graphics on it.-VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES.
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
video2pic
- 实现把视频转换为图片序列。支持avi视频,可转换为jpg、tif等格式的图片。-A tool used in matlab to convert the video to a series of pictures.
matlab-wavelet
- 应用db5小波和 bior4.4小波, 对图象cameraman.tif分别进行2层小波分解和重构-The application db5 wavelet bior4.4 of wavelet image cameraman.tif 2-layer wavelet decomposition and reconstruction
matlab
- 任何一个文件存储在电脑上都有它的格式,例如文本格式像。txt .doc,图像格式 .jpg .tif .bmp等。 -Any file stored on your computer has its own format, such as text format like. The txt doc image format jpg tif bmp, and so on.
matlab
- 带通滤波器(Butterworth、椭圆、窗函数),采样率fs=2000Hz, 通带范围为300 -600Hz,阶数自选, 画出频率响应并分析比较, 对cameraman.tif图像分别添加椒盐噪声(密度为0.03)和高斯白噪声(均值为0,方差为0.02)的图像,利用三种方法进行去噪,显示原始图像、加噪图像和去噪图像并对实验结果进行分析(Band pass filter (Butterworth, ellipse, window function), sampling rate FS = 20
多光谱影像PCA与遍历显示matlab实现
- 基于多光谱影像的地物分类预处理算法,使用matlab将数据tif影像打开,并展示,在数据波段中,使用PCA算法,使得信息集中利于分类。(Preprocessing algorithm of object classification based on multi spectral image)