Commit 38755973f7bc6a9f186fe7b5f67d100f10d64a78
1 parent
b0bb08d1ca
Exists in
master
Update README.md
Showing 1 changed file with 2 additions and 1 deletions Inline Diff
README.md
View file @
3875597
# Pollen3D | 1 | 1 | # Pollen3D | |
Pollen3D is a multi-images 3D reconstruction software. | 2 | 2 | Pollen3D is a multi-images 3D reconstruction software. | |
3 | if you use it, please consider citing this paper: [Autocalibration method for scanning electron microscope using affine camera model](https://link.springer.com/article/10.1007/s00138-020-01109-x#citeas). | |||
3 | 4 | |||
## Dependencies | 4 | 5 | ## Dependencies | |
- Install cmake: | 5 | 6 | - Install cmake: | |
https://cmake.org/download/ | 6 | 7 | https://cmake.org/download/ | |
7 | 8 | |||
- Install libopencv: | 8 | 9 | - Install libopencv: | |
https://opencv.org/releases/ | 9 | 10 | https://opencv.org/releases/ | |
10 | 11 | |||
- Install Point Cloud Library (PCL): | 11 | 12 | - Install Point Cloud Library (PCL): | |
http://pointclouds.org/downloads/ | 12 | 13 | http://pointclouds.org/downloads/ | |
13 | 14 | |||
- Install NLopt: | 14 | 15 | - Install NLopt: | |
https://nlopt.readthedocs.io/en/latest/NLopt_Installation/ | 15 | 16 | https://nlopt.readthedocs.io/en/latest/NLopt_Installation/ | |
16 | 17 | |||
## Compilation | 17 | 18 | ## Compilation | |
Use cmake on the pollen3D folder to generate the binary. | 18 | 19 | Use cmake on the pollen3D folder to generate the binary. | |
19 | 20 | |||
## Usage | 20 | 21 | ## Usage | |
Execute the generated binary and give in arguments the paths to your images. | 21 | 22 | Execute the generated binary and give in arguments the paths to your images. | |
22 | 23 | |||
## usage exemple: | 23 | 24 | ## usage exemple: | |
`./pollen3D /absolute/path/to/images/img_01.png /absolute/path/to/images/img_02.png /absolute/path/to/images/img_03.png` | 24 | 25 | `./pollen3D /absolute/path/to/images/img_01.png /absolute/path/to/images/img_02.png /absolute/path/to/images/img_03.png` | |
`./pollen3D ./relative/path/to/images/img*.jpg` | 25 | 26 | `./pollen3D ./relative/path/to/images/img*.jpg` | |
You can use the sets of images in `dataset_exemples` for testing. | 26 | 27 | You can use the sets of images in `dataset_exemples` for testing. | |
27 | 28 | |||
## Licence | 28 | 29 | ## Licence | |
This program is free software: you can redistribute it and/or modify | 29 | 30 | This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU Limited General Public License as published by | 30 | 31 | it under the terms of the GNU Limited General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | 31 | 32 | the Free Software Foundation, either version 3 of the License, or |