搜索资源列表
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
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
FastICA_testing_wav_img_samples
- matlab FastICA快速独立分量分析 通过FastICA工具箱(内含),对图像、音频进行盲源分离,去均值,白化处理,支持tif,jpg,bmp,wav等多种格式,并附有详细程序注释及sample供运行使用-matlab FastICA fast independent component analysis FastICA toolbox (included), images, audio, blind source separation to mean whitening process
tuxiangshuru
- MATLAB中的GUI的图像输入程序,可以打开文件中的.jpg .bmp .tif *.JPEG等格式图片-GUI in MATLAB image input program, you can open the file. Jpg . Bmp . Tif * JPEG format images
grabit
- GRABIT starts a GUI program for extracting data an image file. It is capable of reading in BMP, JPG, TIF, GIF, and PNG files (anything that is readable by IMREAD).GRABIT starts a GUI program for extracting data an image file. It is capable of reading
DSP2017.6.8
- .通过图像与 sobel 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 2.通过图像与 Prewitt 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 3.进一步处理图像,定位出车牌位置。 二(License plate recognition after two-dimensional convolution removal)
车牌识别系统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_