[Insight-users] RecursiveMultiResolutionPyramidImageFilter Problem
alireza akhundi asl
a_akhundi at yahoo.com
Wed Apr 25 09:19:46 EDT 2007
Hi
I'm using RecursiveMultiResolutionPyramidImageFilter but when calling the Update() method an exception is thrown from itk::MultiThreader class. Exception description is ""Exception occurred during SingleMethodExecute". it's totally wired problem becuse it doesn't occur if number of layers is 1. for each value of layers more than one the problem exists.
My Code
fixed->pyramid = ImagePyramidType::New() ;
fixed->pyramid->SetNumberOfLevels(layers);
fixed->pyramid->SetInput(image) ;
fixed->pyramid->Update() ; //Exception is thrown here
Best Regards
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20070425/c2684ec8/attachment.htm
More information about the Insight-users
mailing list