搜索资源列表
unins000
- matlab开发的图像格式转化程序 能够很好的处理jpg,tif,bmp图像-Matlab development of the image format conversion procedure to be handled well jpg, tif, bmp image
10.1
- 对tif格式的图像的二值化图像进行膨胀操作-Tif format for image binarization image expansion operation
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.
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
siva_working_code
- finger print recgnition using matlab
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.
tuxiangfengge
- 实现分割图像(matlab),把其中的图像换成别的,如tif,jpg等也可以用,可以出来比较好的分割图像。-Realize image segmentation
imagemerge
- 本段代码主要是为了实现讲多光谱图像进行光谱分离然后再合并成一种可以在matlab中显示的格式.tif的图像,同时保证了原始的图像信息不丢失-This code is mainly to achieve multispectral images speak for spectral separation and then combined into a format that can be displayed in matlab. Tif image, while maintaining the
bianyuanjiance
- 采用四种算子对cameraman.tif进行边缘检测-Using the MATLAB software development platform, four kinds of operators are used to detect the edge of cameraman.tif.
lunkl2
- 图像特征的提取,图像要是TIF 在MATLAB 中可用。选项中没有看到。-Image feature extraction, image and if TIF available in MATLAB. Options do not see.
matlab_txttoTif
- 利用MATlab将Txt文件转换为TIF文件,txt文件格式为行号,列号,数值,tif总行列号可通过记事本更改-The matlab program of transform the TXT to TIF.
ass61
- Web-Safe Colors In order to complete this project, it is necessary that you find a program capable of generating the RGB component images for a given tif color image. For example, MATLAB s Image Processing Toolbox can do this, but you can also
enviread
- 利用multibandread函数,此函数用于读取多波段二进制影像文件。至于何为二进制影像文件,简单地说ENVI主菜单file—save file as—envi standard得到的就是二进制影像文件,有时甚至会看到后缀名为bsq、bil、bip等影像,也是二进制影像文件。 对于一幅tif格式的高光谱影像,这里有两种方法将影像读入matlab: (1)直接利用imread函数读取,不知为何tif格式的高光谱影像居然可以读取,但是速度挺慢 (2)利用multibandread函数读
matlab
- 带通滤波器(Butterworth、椭圆、窗函数),采样率fs=2000Hz, 通带范围为300 -600Hz,阶数自选, 画出频率响应并分析比较, 对cameraman.tif图像分别添加椒盐噪声(密度为0.03)和高斯白噪声(均值为0,方差为0.02)的图像,利用三种方法进行去噪,显示原始图像、加噪图像和去噪图像并对实验结果进行分析(Band pass filter (Butterworth, ellipse, window function), sampling rate FS = 20
MATHDF
- 批量提取jdf文件中的ndvi值,转出为tif格式(Batch extraction of NDVI values in JDF files)
Test2018
- 图像lena.tif最低位隐藏另一幅图像分离该图像(The lowest bit of the image lena.tif is hidden by another image to separate the image)
多光谱影像PCA与遍历显示matlab实现
- 基于多光谱影像的地物分类预处理算法,使用matlab将数据tif影像打开,并展示,在数据波段中,使用PCA算法,使得信息集中利于分类。(Preprocessing algorithm of object classification based on multi spectral image)
MATLAB RGB转CMYK
- RGB转CMYK 可通过弹窗选择图片 图片的类型多样吧,包括bmp;jpeg;tif;png;hdf;jpg等 代码简洁,直接运行mainTest,根据操作选择即可