[Insight-users] SobelImageFilter, MeanImageFilter

Thorsten Wagner jumpfunky at web.de
Tue Nov 18 12:09:54 EST 2008


Hello,

i got few error messages when i try to instance objects from type
MeanImageFilter or SobelimageFilter.
The messages are for both the same.

My typedefs:
typedef itk::MeanImageFilter<ImageType, ImageType>  MeanFilterType;
typedef itk::SobelEdgeDetectionImageFilter< ImageType, ImageType >
SobelFilterType;

My pixel- and imagetype:
typedef itk::RGBPixel<unsigned char> PixelType;
typedef itk::Image<PixelType, 3> ImageType;

The error message:
http://pastebin.com/m6ccd56ec
Translations: 
"Ist kein Element von" = "is no element of"
"Bezeichner wurde nicht gefunden" = "identifier was not found"

Regards,
Thorsten Wagner
-- 
View this message in context: http://www.nabble.com/SobelImageFilter%2C-MeanImageFilter-tp20563957p20563957.html
Sent from the ITK - Users mailing list archive at Nabble.com.



More information about the Insight-users mailing list