Skip to content

irog-c/metamorphosis-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metamorphosis Task

Task project for Metamorphosis

Build instructions

First you will need to set up all the dependencies:

Install PCL:

sudo apt install libpcl-dev

Get all the git submodules (this is for the nlohmann json library)

git submodule update --init --recursive 

Once you're done it is time to build the project using CMake:

Run the following commands from the root folder:

cmake -S . -B build
cmake --build build

This should build the project, and the executable can be found in:

./build/metamorphosis-project

Usage

./build/metamorphosis-project resources/back_closeup_body_realigned.ply resources/back_closeup_body_realigned.json

About

Task for Metamorphosis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published