Definition: Bounding Box (BB)
Example:
Definition: Minimum Bounding Box (MBB)
Example:
How to define/represent rectangle (minimum) bounding boxes
Intro to Region-trees (R-trees)
The sub-tree
indexed by the
Bounding Box BB1
contains
only objects
that lies inside BB1
The sub-tree
indexed by the
Bounding Box BB2
contains
only objects
that lies inside BB2
The sub-tree
indexed by the
Bounding Box BB3
contains
only objects
that lies inside BB3
And so on.
Structure of an internal node
of the R-tree
Structure of an internal node
of the R-tree
Structure of an internal node
of the R-tree
Structure of a leaf node
of the R-tree
R-tree index -
Example
The locations on
these 7 objects on
the map:
R-tree index -
Example
R-tree index -
Example
R-tree index -
Example
Data records:
R-tree:
Note:
The mbb field for
different objects are
different - see
coordinate map for
mmb values
R-tree index -
Important note
Bounding boxes
used to index the
objects:
R-tree:
Note:
The bounding boxes
can overlap !!
❮
❯