Effacer les filtres
Effacer les filtres

How to load image through dialog box

2 vues (au cours des 30 derniers jours)
Latifa Bouguessaa
Latifa Bouguessaa le 14 Juin 2022
Commenté : Simon Chan le 14 Juin 2022
I hope. you can help me
I need to write code that reads and processes Dicom images.
The idea is that the uigetfile function selects the images from the folder and then displays and saves them for further processing
Code to select image from folder
[fileName,filePath] = uigetfile('*', 'Select data file', '.');
Now I don't know how to display the selected image. It didn't work with the imshow function
Do you have an idea.
Many Thanks
Latifa
  12 commentaires
Latifa Bouguessaa
Latifa Bouguessaa le 14 Juin 2022
great
It works.
my code should work like this. Start the program, select the image in the dialog box, select the ROI with the mouse and then process it. The problem is with ROI selection, because at this step somewhere in the pause phase until ROI is selected and then processed to the step
Do you have an idea how to realize it
Thank you very much

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur 3-D Volumetric Image Processing 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