Re: Region growing routine [message #40862] |
Tue, 14 September 2004 13:50 |
praveshsubramanian
Messages: 15 Registered: September 2004
|
Junior Member |
|
|
Hello:
Thanks for the previous messages.
I have checked out the snake stuff. I do not think I want such a
complex thing.
What I want is that I shall specify a region to the routine and it
shall try to fill regions having the intensity of the specified
region. The IDL has a built-in that uses standard deviation and
thresholding.
Is there any way we can improve on this ? Since there tend to be
discontinuities in the region, the snake may sometimes stop following
the region, although it hasnt quite finished the job.
Thanks
Pravesh
helaha@gmx.net (Ahammer Helmut) wrote in message news:<f2c7de6c.0409140226.6566433f@posting.google.com>...
> XROI has a region growing functionality too.
> I have implemented XROI in my image processing application (IQM1.sav).
> If you are interested, look at
> http://www.uni-graz.at/people/ahammer/IQM/index.htm
>
> Best Regards,
> Helmut Ahammer
>
> praveshsubramanian@yahoo.com (Pravesh) wrote in message news:<e5a50c3b.0409130807.4b83e2c2@posting.google.com>...
>> Hello:
>> does anybody have a good routine to grow a region. the input is from
>> the device by the user. the image is a agrayscale mri image.
>>
>> i would like to know where can i find routines helpful for image
>> processing.
>>
>> thanks
>>
>> pravesh
|
|
|
|
Re: Region growing routine [message #40880 is a reply to message #40867] |
Mon, 13 September 2004 09:14  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Pravesh writes:
> does anybody have a good routine to grow a region. the input is from
> the device by the user. the image is a agrayscale mri image.
>
> i would like to know where can i find routines helpful for image
> processing.
I've always found SEARCH2D to be helpful, although I guess
it is replaced now by the more powerful REGION_GROW. You
might also want to explore Active Contouring (or Snakes),
which can also be helpful with these MRI images:
http://www.dfanning.com/ip_tips/snakes.html
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|