Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 549 Bytes

File metadata and controls

22 lines (17 loc) · 549 Bytes

Single Image Tree Modelling

An application that accepts an image of a tree (only .jpg) along with two descriptive strokes, one for the crown and another for the trunk. Using this information, it builds a 3D model for the tree.

How to run?

mkdir build
cd build
cmake ..
make
cd ..
./Project <tree-image>.jpg

Examples

Input Output