TřiVis: Versatile, Reliable, and High-Performance Tool for Computing Visibility in Polygonal Environments
Jan Mikula,Miroslav Kulich,Libor Přeučil
2024-10-25
Abstract:Visibility is a fundamental concept in computational geometry, with numerous applications in surveillance, robotics, and games. This software paper presents TřiVis, a C++ library developed by the authors for computing numerous visibility-related queries in highly complex polygonal environments. Adapting the triangular expansion algorithm, TřiVis stands out as a versatile, high-performance, more reliable and easy-to-use alternative to current solutions that is also free of heavy dependencies. Through evaluation on a challenging dataset, TřiVis has been benchmarked against existing visibility libraries. The results demonstrate that TřiVis outperforms the competing solutions by at least an order of magnitude in query times, while exhibiting more reliable runtime behavior. TřiVis is freely available for private, research, and institutional use at <a class="link-external link-https" href="https://github.com/janmikulacz/trivis" rel="external noopener nofollow">this https URL</a>.
Robotics,Computational Geometry
What problem does this paper attempt to address?