Skip to content

Hcheng-ya/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.1%
  • C 12.9%