VORONOI  DIAGRAMS


Submitted By: Kshitij Judah

Roll No: 98178

Course No: CS698R

Course Name: Robot Motion Planning

Instructor: Dr. Amitabh Mukherjee


DEFINITION:-

 

       

 PROPERTIES (WITHOUT PROOFS):-

                                                                            Delaunay Triangulation                                                                     

APPLICATIONS OF VORONOI DIAGRAMS:-

 There are many fields where voronoi diagrams are used (although often not by that name). Some of these are as follows:-

Apart from above fields, voronoi diagrams are used in computer science also especially in a branch of computer science called computational geometry. Below are some problems of computational geometry where voronoi diagrams are used:-

ALGORITHMS FOR CONSTRUCTING VORONOI DIAGRAMS:-

There are many algorithms for constructing the voronoi diagrams. Some of them are as follows:-

         

                                               

        

 

 

     

 

USE OF VORONOI DIAGRAMS IN ROBOTICS:-

 

FEW DEFINITIONS:-

 

                                                      clearance (q) = min || q-p ||; where p is element of B,

           where || q-p || is the Euclidean distance between q and p.

 

 

                                              V or (Cfree) = (q | card (near (q)) > 1 } where q is element of Cfree   

           where card (E) denotes the cardinality of the set E.

 

 

                                                                                 

                                                                                voronoi diagram of Cfree   

           

 

 

DELAUNAY TRIANGULATION:-

 

       PROPERTIES:-