[Insight-users] Intensity histogram

Bradley Lowekamp blowekamp at mail.nih.gov
Tue May 7 07:50:21 EDT 2013


Hello,

SimpleITK does not have the Statistics module wrapped.

What language are you using with SimpleITK? I have just been using numpy's histogram functionality from python when needed.

The AdaptiveHistogramEqualizationImageFilter is a way to vary the intensity of an image so that in a local region of each pixel the histogram has a certain shape. This can be done for local contrast enhancement and similar effects.

Brad



On May 7, 2013, at 7:44 AM, Thibault Varacca <thibault.varacca at gmail.com> wrote:

> But using simpleITK, I juste have AdaptiveHistogramEqualizationImageFilter() ... Do you know how it works? I didn't really understand the description.
> Regards
> 
> 
> 2013/5/7 Thibault Varacca <thibault.varacca at gmail.com>
> Thank you Parseval :)
> 
> 
> 2013/5/7 parseval <cabkai at web.de>
> Hi,
> 
> in "<Itk-Folder>\Examples\Statistics\"
> you can find several examples of ImageHistograms#.cxx.
> ITK doesn't restrict an image to be 2D. Therefore you can simply modify the
> examples for 3D case.
> 
> best,
> Parseval
> 
> 
> 
> --
> View this message in context: http://itk-users.7.n7.nabble.com/Intensity-histogram-tp31364p31365.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
> _____________________________________
> 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
> 
> 
> 
> -- 
> Thibault Varacca
> EFREI Promo 2014
> 06 60 53 11 35
> 
> 
> 
> -- 
> Thibault Varacca
> EFREI Promo 2014
> 06 60 53 11 35
> _____________________________________
> 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130507/29d421d9/attachment.htm>


More information about the Insight-users mailing list