Hi,
I have an image with small repeating structures, which need to be stretched in the same range(0-1).
My intuition is to partition the image to many small tiles, and apply contrast linear stretching for each tile, but would like to hear more options, particularly established or published methods.
I tried Adaptive Histogram Equalization, but it seems not suited for my problems. Since the intensity of these structures encodes phase continuously, they has to maintain their relative value, so i am thinking a contrast stretching method maybe more appropriate.
Thanks,
Alex