Graphics Reference
In-Depth Information
C H A P T E R
4
Differential Geometry and
Shape Analysis
In this chapter, we focus on a specific type of shape: surfaces . Surfaces play a fundamental role in
applications as they are used to model boundaries of 3D objects in computer graphics. We will
draw our attention to surfaces with a geometric perspective: geometry is one of the oldest fields
in mathematics, and it is concerned with questions of shape and size measurements. Geometry is
still used to model objects, as our ancestors once did, but today geometric concepts have evolved
to a higher level of abstraction and complexity.
What type of geometric shape properties may we compute on surfaces? e first distinc-
tion to be made is between extrinsic and intrinsic properties. Extrinsic properties are the properties
related to how the surface is laid out in the Euclidean 3D space, and can be described by using
the Euclidean distance between points; Euclidean distances form the basis for most of the earli-
est shape analysis methods in computer vision and computer graphics. Intrinsic properties are the
properties related to the metric structure of the surface and are invariant to a number of defor-
mations.
From the beginning and through the middle of the 18th century, differential geometry
was studied from the extrinsic point of view: curves and surfaces were considered as lying in a
Euclidean space of higher dimension (for example a surface in an ambient space of three dimen-
sions). Starting with the work of Riemann, the intrinsic point of view was developed, in which
one cannot speak of moving ”outside” the geometric object because it is considered to be given
in a free-standing way. Intrinsic properties started becoming more and more popular in shape
analysis for their suitability to analyze deformable objects, which are ubiquitous in our reality,
from human organs to living beings. Intrinsic properties can be described nicely using geodesic
distances , which measure the length of the shortest path along the surface between two points.
Geodesic and intrinsic metric were defined in section 3.2 for general spaces; here we will in-
troduce their definition for surfaces, that is smooth 2-manifolds (section 4.1 ). e fundamental
result concerning intrinsic properties is Gauss's eorema Egregium , which elegantly connects the
total curvature of a smooth manifold without boundary to the Euler characteristic of the space it
represents. Another relevant result is the demonstration that the Gaussian curvature is an intrinsic
invariant of surfaces and this has been used very often in applications to characterize the shape of
surfaces.
Search WWH ::




Custom Search