Import image and exporting it

10 vues (au cours des 30 derniers jours)
Kayle Hus
Kayle Hus le 28 Déc 2011
good evening,
I can't find the way to create a button that opens a browse window and let me choose an image then display it in axes.
and I need to export the image (after I do some processing) to another directory.
In short, I need a button to import an image that the user choose from a directory. And a button to save the new image after processing to another directory.
I would really appreciate it if someone could help.
thanks in advance

Réponse acceptée

Image Analyst
Image Analyst le 28 Déc 2011
Description
This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a typical image analysis application. This application uses GUIDE to do the user interface design, and has most of the basic controls such as buttons, listboxes, checkboxes, radio buttons, scrollbars, etc. It allows the user to select a folder of images, select one or more images and display them, ...........
You just need to add a button that calls imwrite().

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by