Skip to content

CSE-333-Computer-Graphics-2022/Single-Image-Tree-Modeling

Repository files navigation

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

About

Single Image Tree Modeling by Vaibhav and Siddharth

Topics

Resources

Stars

Watchers

Forks