搜索资源列表
image resampling
- %This is a simple function that resamples the image %at a different pixel size function nimg = imresample(oldpixsize,img,newpixsize,intmethod) % This function resamples the images at the new grid points % defined by the new pixel sizes. It
grs2rgb
- Overview grs2rgb converts grayscale images to RGB using specified colormap. Usage res = grs2rgb(img) produces the RGB image res from the grayscale image img using the colormap hot with 64 colors. res = grs2rgb(img,map) produces the RGB im
lum_en_global
- lum_en_global全局亮度增强后的输出,用于调整图像全局亮度,类似人眼在不同亮度情况下,瞳孔的自动调解功能-lum_en_global=lum_en_global(img)
readtm
- matlab读取img格式的遥感数据的程序!!! matlab研究遥感算法的桥梁啊 pudn首发-a piece of code of matlab that can read RS s data whose formate is .img.
mine
- matlab img processing algo
setLevel-Img
- embedding file image into audio file in this case wave file
qumo
- 一段关于POV技术的取模功能代码,在matlab中需要先导入图片,二维码另存为img-a set of code about POV technology
Img
- Image Processing Low pass filtering High Pass filtering DCT Hartely the output is a real image
using_same_voxel_space
- This program lets you put one image into the same voxel space as another image. E.g. you might want to extract a Brodmann area from the brodmann.img file that comes with MRIcro, and then put that set of 1x1x1mm voxels into the same voxel space as you
img-filter
- an adaptive median filter
read_ENVIimagefile
- read .img file and convert the .img to fit the matlab to cope with
Implementation-of-medfilter-in-colour-img
- Implementation of medfilter in colour image-Implementation of medfilter in colour image..
MATLAB-img-recover
- 这是MATLAB语言编写的简易碎片还原程序,在images文件夹中有切割好的碎片,颜色模式为RGB模式,在code文件夹中有碎片还原的程序。利用图像的渐变性来还原图片。-This is the MATLAB language to write simple fragments reduction program, the images folder has cut pieces, color mode to RGB mode, in code folder there is debris red
img
- MATLAB CODE FOR IMAGE FUSION
mean-shift_color-img-segment
- 基于matlab的彩色图像分割实验,运用meanshift算法以及区域生长法,算法包含漏检数,正确率的计算。-Matlab-based color image segmentation experiments, the use of algorithms and meanshift region growing algorithm contains the number of missed, calculate the correct rate.
logblog
- 提取LoG斑点 输入: img –输入的图像 o_nb_blobs -需要检测的斑点区域的数量 输出:points -检测出的斑点-Extraction LoG spot Input: img- image input o_nb_blobs- need to detect the number of output spot areas: points- the detected spots
车牌识别系统MATLAB源代码完整
- clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_