Hi,
I have, let's say, N images.
I would like to apply to them (in automatic and with ProcessContainer):
Step 1: AutoHistogram (Logarithmic / target = 0.23 for all the images)
Step 2: HistogramTransformation to get the histo curve back to left until clipped pixels > 0
Step 1 is easy since the parameters are valid for all the images.
Step 2 varies, of course, from image to image.
Is there a way to automatically and dynamically implement step 2? Like, for instance, read the lowest X value for each image and pass it to the HT process?
Edit: I saw that the Statistic module gives exactly back the minimum X value. I should just understand how to call this module from inside the ProcessContainer.
Thanks.
Bests,
Roberto