Hi can any one help me to show how to use window +level setting in matlab?

1 visualización (últimos 30 días)
I am using cardiac MRI Oedema images, i need to use window + level setting in matlab to show the oedema bright region in myocardial muscles.

Respuesta aceptada

Rik
Rik el 17 de Mzo. de 2018
You can use the caxis function:
window=40;level=20;
caxis([level-window/2 level+window/2])
  1 comentario
A-J KHAN
A-J KHAN el 18 de Mzo. de 2018
First of all I say thanks for reply. Can it possible to set automatically for all images.
Thanks

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by