This is a support page of paper submmited to "Plant Phenomics" as an Original Research.
ANDO,R., OZASA,Y., GUO, W.(2020, under review). Robust Surface Reconstruction of Plant Leaf from 3D Point Cloud. Plant Phenomics.
The test environment for this repository is
- Python 3.6
To reconstruct the leaf surface from the point cloud data located at data/soybean is
python reconstruction.py --input data/soybean --output output/soybean
This will create an output/soybean directory and produces the result for each leaf that exist in the data/soybean directory.
The source code will produce "one_way_surface.txt" and "two_way_surface.txt", which is the leaf surface flattened to the bending direction and the leaf surface flattened to both the bending and the rolling direction respectively.
The source code will also produce two images, which are the leaf surfaces projected onto the wl-plane for each results.