uigetimage

Simple file selection for images supported by IMREAD. Example of how to tailor UIGETFILE for images
263 download
Aggiornato 22 apr 2011

Visualizza la licenza

Use of UIGETFILE tailored for selection of image file(s) with formats supported by IMREAD. Handy, for me, because it saves frequent use of file selection, testing for no file, concatination of path and name, etc.

A dialog box is displayed for the user to fill in, and returns the filename and path strings. You can choose a single file, or several using the Shift and Ctrl keys in the usual way supported by the operating system.

[filename, fpath] = UIGETIMAGE(titl)

NEEDS: UIGETFILE

Example usage:
Returns full file path to selected file
> fn = uigetimage('Pick a picture file')

Returns names and path for file(s selected with default title
> [fn, fpath] = uigetimage;

Cita come

Peter Burns (2025). uigetimage (https://it.mathworks.com/matlabcentral/fileexchange/31162-uigetimage), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Images in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: compress_calc

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0