[Insight-users] Multi-threading for K-Means classification

Luis Ibanez luis.ibanez at kitware.com
Sat Mar 6 19:21:42 EST 2010


Hi Anu,

I'm not aware of a multi-threaded version of this filter.


1) What computation time are you observing ?


2) Are you compiling your project in "Release" mode ?
    The compilation mode "Debug" versus "Release"
    can easily make a 10x difference in computation time
    for some ITK filters.



   Regards,


          Luis


-------------------------------------------------------
On Fri, Mar 5, 2010 at 4:57 AM, Anu <anuradha.tcs at gmail.com> wrote:
> Hi,
>
> Am trying to apply segmentation using k-Means clustering for CT images. I
> have used itkScalarImageKmeansImageFilter for a 3D dataset (512 * 512 * 400)
> of CT volume. It works fine but the processing speed is very slow on my
> intel dual core 2G RAM. Is there a multithreaded version already avaible in
> the library or  any other faster algorithm option available?
> Thanks
> Anu.
>
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list