When one point
moves farther from
than
, CPM has to
recompute all the
NNs to reflect the update. To do that, CPM examines the
cells recorded in the book-keeping information corresponding to
(first
processes the visit list and then the heap) till the new
NNs are found.
Though, those cells form the minimal set of cells required to be accessed during the
initial
NN computation, it is not necessary to access all of them in
the update computation. For example, in the case where only the
NN of
moves farther from
, we do not need to look into the previously accessed cells
maintained in the visit list as the new
NN must lie in the cells
intersecting the circle with center
and radius
only. Therefore, CPM
is not optimal during the continuous monitoring.
Muhammad Aamir Cheema
2007-10-11