-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ElettraSciComp/Pore3D.git
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Pore3D | ||
|
||
Pore3D is a software toolbox for quantitative analysis of three-dimensional images. | ||
|
||
The core of Pore3D consists in a set of state-of-the-art functions and procedures for performing filtering, segmentation, skeletonization and quantitative analysis of three-dimensional data. Although three-dimensional data can be produced by several techniques (for instance: magnetic resonance, x-ray scattering or confocal microscopy), the library was developed and optimized for micro-CT (Computed Tomography) data. | ||
|
||
Pore3D features are available through the high-level scripting environment [IDL](http://www.harrisgeospatial.com/ProductsandSolutions/GeospatialProducts/IDL.aspx). Pore3D has been tested with IDL 64-bit from versions 6.4 to 8.5. | ||
|
||
## References | ||
|
||
If you use this software please cite: F. Brun et al., Pore3D: A software library for quantitative analysis of porous media (2010) Nuclear Instruments and Methods in Physics Research, Section A: Accelerators, Spectrometers, Detectors and Associated Equipment, 615 (3), pp. 326-332. | ||
|
||
## Installation | ||
|
||
Binaries for Windows 64-bit are provided. The .zip file can be downloaded from the Releases section of this GitHub repository (https://github.com/ElettraSciComp/Pore3D/releases/). | ||
|
||
Decompress the .zip file and make the extracted .dll and .dlm files visible to [IDL](http://www.harrisgeospatial.com/ProductsandSolutions/GeospatialProducts/IDL.aspx). The simplest way for this is to copy the Pore3D files into an internal IDL folder similar to C:\Program Files\Exelis\IDL85\bin\bin.x86_64. Administrative permissions are required in this case. | ||
|
||
## Documentation | ||
|
||
User documentation in HTML format can be downloaded from the Releases section of this GitHub repository (https://github.com/ElettraSciComp/Pore3D/releases/). Just decompress the .zip file and run the "Open Guide" link (or equivalently browse the internal folder and open with your Internet browser the file named Index.html). | ||
|
||
## Credits | ||
|
||
The software has been developed in collaboration with the University of Trieste (http://www.units.it). | ||
|
||
## License | ||
|
||
The project is licensed under the GPL-v3 license. |