The medial axis transform (MAT) is a frequently used technique for
producing a skeleton-like description of planar shapes called the medial
axis. Unfortunately, the MAT overemphasizes boundary details (e.g. noise on
the boundary), making it difficult to match between medial axis components at
different levels of detail. Also certain 2D operations such as blurring will
even more significantly alter the structure of the medial axis than boundary
smoothing.
The authors wish to design a multiscale extension of the MAT which is not
overly sensitive to small variations on the boundary or to 2D operations that
do not significantly change the shape of an object.
This paper presents a new technique to compute a multiscale MAT which is more
robust with respect to small variations in shape. The method starts out with
the MAT of the original, nonsmoothed object. A selection scheme is used
to organize the components of the medial axis according to their structural
importance. The multiscale MAT combines boundary properties from
distinct scales with the regional information of the medial axis, unlike
many standard simplification methods that are solely boundary-based or
region-based.