ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
629 stars 161 forks source link

ants.iMath_histogram_equalization #667

Closed mathxiaobin closed 4 months ago

mathxiaobin commented 4 months ago

I am using the ants.iMath_histogram_equalization interface, but I don't understand what the alpha and beta parameters represent. Can someone please explain what these parameters mean?

ntustison commented 4 months ago

https://itk.org/Doxygen/html/classitk_1_1AdaptiveHistogramEqualizationImageFilter.html

mathxiaobin commented 4 months ago

Thanks!