Research Article

A New Skeleton Feature Extraction Method for Terrain Model Using Profile Recognition and Morphological Simplification

Algorithm 1

Simplification of target points.
Input: The set of candidate target points.
Output: The optimized set of feature points.
1. Assign the 512 bits of contiguous space MTC to
  store the state of morphological coding.
2. Initialize the designed 48 kinds of morphologies in
 MTC into 1, other bits should be set into 0.
3. If there is no change in , then go to step 4;
 otherwise do the following loop:
3.1 For each , calculate its morphology
   feature using formula (2);
3.2 Evaluate whether matches one of 48
     kinds of morphologies;
3.3 Eliminate from set , if MTC
    equals to 1;
4. Algorithm end.