From: us on
"Bibek " <bissang78(a)yahoo.com> wrote in message <hrkl6v$q1g$1(a)fred.mathworks.com>...
> How can I perform region based window/ level on medical image. How is it possible to develop this kind of program tool.

one typical path looks like this

- get familiar with the subject by reading your notes/books/papers...
- come up with an algorithm
- get ML
- read its docs re syntax/available functions/tbxs
- crank up ML
- read its docs re syntax/available functions/tbxs
- read its docs re syntax/available functions/tbxs
- implement your algorithm
- impress your cat/girlfriend/boyfriend/mother-in-law with a
- ...working solutions...

us
From: ImageAnalyst on
On May 2, 3:53 pm, "Bibek " <bissan...(a)yahoo.com> wrote:
> How can I perform region based window/ level on medical image. How is it possible to develop this kind of program tool.

-----------------------------------------------------------------------
I don't think you can do it region-based interactively, only globally
on the entire image and for that you can use the intlut() function, or
simply fiddle with the colormap. For non-interactive, post-
processing, you can use nlfilter().