Hi can any one help me to show how to use window +level setting in matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
A-J KHAN
el 17 de Mzo. de 2018
Comentada: A-J KHAN
el 18 de Mzo. de 2018
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.
0 comentarios
Respuesta aceptada
Rik
el 17 de Mzo. de 2018
You can use the caxis function:
window=40;level=20;
caxis([level-window/2 level+window/2])
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!