updated readme

This commit is contained in:
ebner 2014-03-28 16:26:48 +01:00
parent 82a69ebf36
commit cb43ac846a

View File

@ -1,3 +1,10 @@
# Overview
ImageJ plugin for reading and writing HDF5 files.
This project originated from and is inspired by: ImageJ HDF Plugin of Matthias Schlachter Chair of Pattern Recognition and Image Processing, University of Freiburg, Germany.
https://code.google.com/p/imagej-hdf/
# Usage # Usage
To open a HDF5 file use: To open a HDF5 file use:
@ -56,7 +63,3 @@ To create an all in one zip file for installation in a ImageJ installation use:
`mvn clean compile assembly:assembly` `mvn clean compile assembly:assembly`
The zip file contains an all in one jar as well as the required native libraries for Windows, Linux and Mac OS X. The zip file contains an all in one jar as well as the required native libraries for Windows, Linux and Mac OS X.
# References
This project started from and is inspired by: ImageJ HDF Plugin of Matthias Schlachter Chair of Pattern Recognition and Image Processing, University of Freiburg, Germany.
https://code.google.com/p/imagej-hdf/