I have a Z-stack of images of biological samples. Each biological sample is saved in its own directory : Sample_1, Sample_2... Each image of the Z-stack is saved alone : Sample_1/position_1.tif, Sample_1/position_2.tif, Sample_1/position_3.tif...
How can I plot with opencv (or any other python library) the maximal intensity projection of each biological sample ?
I found here (Maximum intensity projection from image stack) an answer that is close but my original images are not stacks but separated images.
Please, could you let me know if you have any clue in order to solve my issue ?