The document discusses different methods for representing segmented image regions, including:
1) Representing regions based on their external (boundary-based) characteristics or internal (pixel-based) characteristics.
2) Common boundary representation methods are boundary following algorithms, chain codes, and polygon approximation.
3) Chain codes represent boundaries as sequences of line segments coded by direction. Polygon approximation finds the minimum perimeter polygon to capture a boundary shape using the fewest line segments.