Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 777 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 777 Bytes

visibility-polygon

A project that aims at finding the visibility polyhedron of a point situated on the ground when viewed from a particular altitude above the ground level. A visibility polyhedron is a 3-dimensional structure that specifies the space from where the point to be monitored can be viewed without any obstruction. The polyhedron also takes care of the field of view of the camera that is used to monitor the point. I have used two files from matlab fileexchange, TriangleRayIntersection and RayBoxIntersection. The link to the files are given below: RayBoxIntersection : https://in.mathworks.com/matlabcentral/fileexchange/26834-ray-box-intersection TriangleRayIntersection : https://in.mathworks.com/matlabcentral/fileexchange/33073-triangle-ray-intersection