[Insight-users] SimpleITK and Image Histogram

Dan Mueller dan.muel at gmail.com
Sun Oct 28 17:35:44 EDT 2012


Hi Sebastian,

Unfortunately many of the classes in the statistics namespace --
including itkHistogram and itkHistogramToImageFilter -- have AFAIK not
yet been wrapped in SimpleITK.

That said, it would be quite easy to create a custom filter, which
takes an image as input and produces a histogram image as output (i.e.
a subclass of ImageToImageFilter), and drop this into the SimpleITK
build process.

Cheers, Dan

On 29 October 2012 00:55, Sebastian Widz <widz at infovision.pl> wrote:
> Hi,
>
>
>
> Is there a way of calculating Image Histogram with predefined number of bins
> for example etc.
>
> I use SimpleITK 0.5.1 for C# (Windows x64)
>
>
>
> Best Regards,
>
> Sebastian
>
>
>
>
> _____________________________________
> 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://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list