Blame view
README.md
1.63 KB
b0bb08d1c init |
1 2 |
# Pollen3D Pollen3D is a multi-images 3D reconstruction software. |
38755973f Update README.md |
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). |
b0bb08d1c init |
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
## Dependencies - Install cmake: https://cmake.org/download/ - Install libopencv: https://opencv.org/releases/ - Install Point Cloud Library (PCL): http://pointclouds.org/downloads/ - Install NLopt: https://nlopt.readthedocs.io/en/latest/NLopt_Installation/ ## Compilation Use cmake on the pollen3D folder to generate the binary. ## Usage Execute the generated binary and give in arguments the paths to your images. ## usage exemple: `./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` You can use the sets of images in `dataset_exemples` for testing. ## Licence 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 the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/> |
38755973f Update README.md |
42 |
For more details see `lgpl-3.0.txt` or <http://www.gnu.org/licenses/lgpl-3.0.html> |