Pollen3D
Pollen3D is a multi-images 3D reconstruction software.
if you use it, please consider citing this paper: Autocalibration method for scanning electron microscope using affine camera model.
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/
For more details see lgpl-3.0.txt
or http://www.gnu.org/licenses/lgpl-3.0.html