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

Bill Lorensen bill.lorensen at gmail.com
Sun Apr 5 14:10:50 EDT 2015


Do you have a small, compilable example that illustrates the problem?

On Sun, Apr 5, 2015 at 10:09 AM, Thomas Seidel <seidel at cvrti.utah.edu> wrote:
> 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
>
> _____________________________________
> 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
>



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the Insight-users mailing list