Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.06 KB

Visualization of local reference frames (LRF)

Example output

Example output

Requirements

1. Compute local reference frames using FLARE

cd flare
mkdir build && cd build
cmake .. && make
./flare_estimation
cd ../..

2. Visualize LRF

python visualize_lrf.py

References

  • A. Petrelli, L. Di Stefano, "A repeatable and efficient canonical reference for surface matching", 3DimPVT, 2012. [PDF]