SEMIA: Scanning Electron Microscopy Image Analysis software
------------------------------------------------------------
Created: 5/18/2013 by Mohammed Omar Darwish "m.omar.darwish@gmail.com"
Updated: 5/23/2013
This is public repositry that will contain all the documents and public code for the project.
All information here is considered public. Please do not add any private images/private code.
Here is a list of the folders with a brief description of their contents:
+doc: Includes all the documents. Please check it out first. It will be arranged into subdirectories if needed.
+src: Includes all the code. It will be arranged into subdirectories if needed.
This program is written in Python and uses the following Python packages:
-Numpy
-Scipy
-Scikits-image
-PIL
-OS
To test the code run src/testSemiaBatch.py or src/testSemiaSingleFile.py
That's all folks!