Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.02 KB

A Robust Leaf Surface Reconstruction Method for 3D Plant Phenotyping

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.


Test Environment

The test environment for this repository is

  • Python 3.6

Quick Start

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.

Outputs

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.