| Algorithm 1 Cluster Registration. |
|
Require::Set of registered clusters Require::Cluster waiting for registration Require::Three clusters closest to in 1: for each do 2: if sqrDist()>maxDist then 3: ; break; 4: end if 5: if sqrDist()<minDist then 6: ; 7: else 8: ; 9: for all do 10: if radiusSearch(,,rad)>minNum then 11: ; 12: end if 13: end for 14: if >sizeof() / thresholdNum then 15: ; 16: end if 17: end if 18: end for |