SlideShare a Scribd company logo
1 of 19
The art gallery problem or
museum problem is a visibility
problem in computational
geometry.
The problem was raised
by Victor Klee in 1973
The question we need to answer is:
How many guards are needed (the
sufficient and necessary number) and
so they will keep all
together, any part of the museum P at any
time.
A guard sees any point of the museum, if
the segment line defined by the point and
the guard does not intersect any of the
edges of the polygon.
Visibility of a
guardian
Point B of the polygon is not visible from
the guard A because the segment AB
intersects the edges of the polygon
Point C is visible because the segment AC
does not intersect any edge of the polygon.
Therefore we say that a room (hall) is
been guarded, when any interior point
of it, is visible from at least one guard.
Václav Chvátal gave a first
solution to the problem in
1975.
He states that
are always sufficient
and sometimes
necessary to guard a
simple polygon with n
vertices.
guards
The Visual Module
Vpython, Version 5.72
gives the limit of Chvátal, using the
method proposed by Fisk.
The polygon
P is convex
so, the
minimum
number of
guards is 1.
The polygon is non convex
so, the minimum number
of guards is calculated
through the algorithm
with the program of The
Visual Module Vpython.
The triangulation strategy
The partition of a polygon into triangles is a
method called triangulation.
Triangulation of a polygon is called a set of
triangles with the following properties:
The triangles are defined by the vertices
of the polygon.
The sum of triangles is equal to the
polygon.
Any two triangles either do not intersect,
or have a common vertex, or a common
edge.
The dual graph is a
structure consisting of
entities and relationships
that are formulated with
points and edges.
Dual
Graph

More Related Content

Viewers also liked

Scheda tecnica amyko
Scheda tecnica amykoScheda tecnica amyko
Scheda tecnica amykoWecare Srl
 
Taller de numeros binario1
Taller de numeros binario1Taller de numeros binario1
Taller de numeros binario1José Luis
 
Rumah tangga yang mengakses internet
Rumah tangga yang mengakses internet Rumah tangga yang mengakses internet
Rumah tangga yang mengakses internet fadzan
 
El lenguaje artistico_la_educacion_y_la
El lenguaje artistico_la_educacion_y_laEl lenguaje artistico_la_educacion_y_la
El lenguaje artistico_la_educacion_y_laSamuel Figueroa Lopez
 
GCR_DOJ airline probe(1)
GCR_DOJ airline probe(1)GCR_DOJ airline probe(1)
GCR_DOJ airline probe(1)Joel Chefitz
 
Tujuan pemberian nutrisi bayi
 Tujuan pemberian nutrisi bayi Tujuan pemberian nutrisi bayi
Tujuan pemberian nutrisi bayifadzan
 
Key message Amyko
Key message Amyko Key message Amyko
Key message Amyko Wecare Srl
 
Music Video Analysis
Music Video AnalysisMusic Video Analysis
Music Video Analysis2009smitha
 
Injek
Injek Injek
Injek fadzan
 
St Paul's Cathedral Restoration Photographs
St Paul's Cathedral Restoration PhotographsSt Paul's Cathedral Restoration Photographs
St Paul's Cathedral Restoration PhotographsMark Porter
 
Kiska india limited led bid
Kiska india limited led bidKiska india limited led bid
Kiska india limited led bidSayak Biswas
 

Viewers also liked (18)

Scheda tecnica amyko
Scheda tecnica amykoScheda tecnica amyko
Scheda tecnica amyko
 
Taller de numeros binario1
Taller de numeros binario1Taller de numeros binario1
Taller de numeros binario1
 
Creating a Culture of Engagement: Leadership
Creating a Culture of Engagement: LeadershipCreating a Culture of Engagement: Leadership
Creating a Culture of Engagement: Leadership
 
Rumah tangga yang mengakses internet
Rumah tangga yang mengakses internet Rumah tangga yang mengakses internet
Rumah tangga yang mengakses internet
 
El lenguaje artistico_la_educacion_y_la
El lenguaje artistico_la_educacion_y_laEl lenguaje artistico_la_educacion_y_la
El lenguaje artistico_la_educacion_y_la
 
John Resume 2015-4
John Resume 2015-4John Resume 2015-4
John Resume 2015-4
 
Ppt huyentrang traodoidaunamhoc
Ppt huyentrang traodoidaunamhocPpt huyentrang traodoidaunamhoc
Ppt huyentrang traodoidaunamhoc
 
GCR_DOJ airline probe(1)
GCR_DOJ airline probe(1)GCR_DOJ airline probe(1)
GCR_DOJ airline probe(1)
 
Tujuan pemberian nutrisi bayi
 Tujuan pemberian nutrisi bayi Tujuan pemberian nutrisi bayi
Tujuan pemberian nutrisi bayi
 
Key message Amyko
Key message Amyko Key message Amyko
Key message Amyko
 
Resume-Upendra Pratap Raghav
Resume-Upendra Pratap RaghavResume-Upendra Pratap Raghav
Resume-Upendra Pratap Raghav
 
Android
AndroidAndroid
Android
 
Music Video Analysis
Music Video AnalysisMusic Video Analysis
Music Video Analysis
 
TEGV School Booklet
TEGV School BookletTEGV School Booklet
TEGV School Booklet
 
Injek
Injek Injek
Injek
 
St Paul's Cathedral Restoration Photographs
St Paul's Cathedral Restoration PhotographsSt Paul's Cathedral Restoration Photographs
St Paul's Cathedral Restoration Photographs
 
Kiska india limited led bid
Kiska india limited led bidKiska india limited led bid
Kiska india limited led bid
 
CV-Ankit_2016_2
CV-Ankit_2016_2CV-Ankit_2016_2
CV-Ankit_2016_2
 

HOW TO GUARD A MUSEUM

  • 1.
  • 2.
  • 3.
  • 4.
  • 5. The art gallery problem or museum problem is a visibility problem in computational geometry. The problem was raised by Victor Klee in 1973
  • 6. The question we need to answer is: How many guards are needed (the sufficient and necessary number) and so they will keep all together, any part of the museum P at any time.
  • 7.
  • 8.
  • 9.
  • 10. A guard sees any point of the museum, if the segment line defined by the point and the guard does not intersect any of the edges of the polygon. Visibility of a guardian
  • 11. Point B of the polygon is not visible from the guard A because the segment AB intersects the edges of the polygon Point C is visible because the segment AC does not intersect any edge of the polygon.
  • 12. Therefore we say that a room (hall) is been guarded, when any interior point of it, is visible from at least one guard.
  • 13. Václav Chvátal gave a first solution to the problem in 1975. He states that are always sufficient and sometimes necessary to guard a simple polygon with n vertices. guards
  • 14.
  • 15.
  • 16. The Visual Module Vpython, Version 5.72 gives the limit of Chvátal, using the method proposed by Fisk.
  • 17. The polygon P is convex so, the minimum number of guards is 1. The polygon is non convex so, the minimum number of guards is calculated through the algorithm with the program of The Visual Module Vpython.
  • 18. The triangulation strategy The partition of a polygon into triangles is a method called triangulation. Triangulation of a polygon is called a set of triangles with the following properties: The triangles are defined by the vertices of the polygon. The sum of triangles is equal to the polygon. Any two triangles either do not intersect, or have a common vertex, or a common edge.
  • 19. The dual graph is a structure consisting of entities and relationships that are formulated with points and edges. Dual Graph