[Insight-users] Re: Threshold value IsolatedConnectedImageFilter???
Luis Ibanez
luis.ibanez@kitware.com
Tue, 25 Mar 2003 08:59:55 -0500
Hi Waltraut,
Man pages can be useful :-)
http://www.itk.org/Insight/Doxygen/html/classitk_1_1IsolatedConnectedImageFilter.html
The lower threshold is set with:
virtual void SetLower (InputImagePixelType _arg)
This is also explained in the SoftwareGuide
http://www.itk.org/ItkSoftwareGuide.pdf page 257.
> isolatedConnected->SetLower( lowerThreshold );
Please keep in mind that the complete documentation
of the toolkit is available online:
http://www.itk.org/Insight/Doxygen/html/classes.html
Regards,
Luis
----------------------
henrich wrote:
> Hello,
>
>
> I meant the lower threshold value.
>
> Thank Waltraut
>
>
>
>
> -----Ursprungliche Nachricht-----
> Von: Luis Ibanez [mailto:luis.ibanez@kitware.com]
> Gesendet: Dienstag, 25. Marz 2003 13:46
> An: Waltraud Henrich
> Cc: 'insight-users@public.kitware.com'
> Betreff: Re: [Insight-users] Threshold value
> IsolatedConnectedImageFilter???
>
> Hi Waltraud
>
> The IsolatedConnectedImageFilter is described in
> detail in the SoftwareGuide.
>
> http://www.itk.org/ItkSoftwareGuide.pdf
>
> Section 8.1.4, pdf-pages 256-258.
>
> ---
>
> You don't provide the threshold to this
> filter. It computes the threshold for you.
>
> This threshold is the one that will partition
> two conected regions, one associated with
> each one of the seeds you provide.
>
>
> Regards,
>
>
> Luis
>
>
> ------------------------------------
>
>
> Waltraud Henrich wrote:
>
>>Hello,
>>
>>how can I set the threshold value for the
>
> IsolateedConnectedImageFilter?
>
>>Thank in advance
>>
>>Waltraut
>>
>>_______________________________________________
>>Insight-users mailing list
>>Insight-users@public.kitware.com
>>http://public.kitware.com/mailman/listinfo/insight-users
>>
>
>
>
>
>