[ITK] [ITK-users] Floating point exception (core dumped) ConnectedComponentFilter

jud digajjj62 at gmail.com
Tue Jan 5 05:33:43 EST 2016


Hi,

I have a problem when I use big images to find the connected componnents.
When I execute the ConnectedComponentImageFilter the following appears:
Floating point exception (core dumped)

typedef itk::Image <unsigned long, 3> ImageType;
typedef itk::Image <unsigned long, 2> ImageType2;

typedef itk::ConnectedComponentImageFilter <ImageType2, ImageType2 >
ConnectedComponentImageFilterType; 
ConnectedComponentImageFilterType::Pointer connected =
ConnectedComponentImageFilterType::New ();
connected->SetInput(image);
connected->Update();

With small images this error doesn't happen.

Anyone have any idea?

Thanks!



--
View this message in context: http://itk-users.7.n7.nabble.com/Floating-point-exception-core-dumped-ConnectedComponentFilter-tp36607.html
Sent from the ITK - Users mailing list archive at Nabble.com.
_____________________________________
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.php

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://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list