[ITK] [ITK-users] LabelGeometryImageFilter: empty output of GetOrientedLabelImage and GetOrientedIntensityImage

Thomas Seidel seidel at cvrti.utah.edu
Sun Apr 5 13:09:41 EDT 2015


Hi all,
 
I am using the itkLabelGeometryImageFilter to get information about the
orientation of labeled objects.
I provide a LabelImage and a IntensityImage.
I set CalculateOrientedLabelRegionsOn() and
CalculateOrientedIntensityRegionsOn().
 
However, when I use
writer->SetInput(filter->GetOrientedLabelImage());
writer->Update();
or 
writer->SetInput(filter->GetOrientedIntensityImage());
writer->Update();
 
it just generates empty images (all values 0) with the size of the oriented
bounding box.
 
Is this how the filter is supposed to work?? I was expecting the rotated
labels and the rotated region of the intensity image defined by the oriented
bounding box, respectively.
 
Thanks,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20150405/9088d739/attachment.html>
-------------- next part --------------
_____________________________________
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