| ||||||||
| AutoMontage, a software that automatically mounts many microscopic images of the same object focused on different layers: http://www.synoptics.co.uk/syncrosc It keeps only the focused parts of each frame. Focused parts of the images are those with high-frequency details (but not the highest frequency, that can be just noise). Creating a similar tool with Python + PIL + a numerical library seems possible and not too much difficult (the numerical library can be used to compute 2D FFTs to find the high-frequency parts of the image. But there are other simpler ways to do the same thing). An example of the results, the head of an ant of Genus Terataner: ( Read more... ) | ||||||||
| comments: Leave a comment |