No BSD License
-
get_file_list(dir_name, id, d...
f = get_file_list(dir_name, id, dir_recurse)
-
imbatchconvert(src_dir, idsrc...
options = imbatchconvert(src_dir, idsrc, dst_dir, iddst, dir_recurse, options)
-
View all files
Getting a list of files and image batch processing
by Marco Zuliani
21 Feb 2008
(Updated 30 May 2008)
Grep-like and image batch processing functions
|
Watch this File
|
| File Information |
| Description |
get_file_list is a function to recursively retrieve files whose name match a given regular expression. imbatchconvert uses get_file_list to perform image batch processing. Example:
% batch cropping of the images
options.Func = 'imcrop';
options.FuncPar = [10 10 40 40];
options.Verbose = true;
options.NameSuffix = '_cropped';
src_dir = '/Users/zuliani/Research/TestImages/Wall/originals';
dst_dir = '/Users/zuliani/Research/TestImages/Wall/cropped';
idsrc = 'ppm';
iddst = 'jpg';
options = imbatchconvert(src_dir, idsrc, dst_dir, iddst, true, options); |
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 22 Feb 2008 |
Typo |
| 30 May 2008 |
Updates |
|
Contact us at files@mathworks.com