index
:
ImageManip.git
master
Tiff Image Manipulation, hoping to be helpful for preparing segmentations
Christian Cunningham
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
blob: 1d394fab3c4778977acb93075e28cb5b368c221e (
plain
)
1
2
3
4
5
*
* Example Usage
```sh
for file in data/HT-*/; do ./run.sh `basename $file`; done
```