GUS Staining - Python program
Download - GUS staining Python.
The task is automatically quantify the images of GUS staining.
https://en.wikipedia.org/wiki/GUS_reporter_system
Normally you can do this with ImageJ
http://www.ipb.uni-tuebingen.de/kurs/comp/5_bildbearb/kurs05_06.html#gus
I wrote a program in Python (2.7 and 3.x).
This program measure all files beginning with 'GUS' and ending with 'png' in the actual folder.
Write the result to a file.
For control the image and the marked areas will be shown.
The complete program and example files, see download above.