Previous IDL Demo Library Next

Region of Interest Segmentation

This procedure illustrates IDL's ability to find "objects" in an image. The user creates the definition of an object based on certain criteria, including the "fuzziness" of the edge-enhanced image, and the size of the related contour.

In this example, the default values have been defined to allow us to search for small galaxies in the field of view. A galaxy will generally have a less well-defined border than a star, so we look for objects with "fuzzy" edges. Specifying contour lengths also allows us to discriminate a range of perimeters of potential objects.

Object identification proceeds through three general steps:

1) Edge enhancement,

2) Contouring, and

3) Segmentation.

This procedure was authored by the Professional Services Group of ITT Visual Information Solutions. The source code to the demonstration routine can be customized to return information about individual objects. These data can in turn be fed into further processing and refinement steps. For those desiring a larger implementation, the Professional Services Group can be contacted (psg@ittvis.com) for consulting and custom coding.

About the Data

This image is a composite of three optical CCD images taken with the 0.9 meter telescope at Kitt Peak National Observatory on Sept. 1, 1995. The image shows Abell 115, a cluster of galaxies that is known for the very large, bright elliptical cD galaxy near its center and its asymmetric X-ray emission.

Three images were taken of the central region of the cluster, each through a different colored filter. Several hundred galaxies have been detected and, by measuring their relative brightness in the three images, the data can help us determine how the galaxies in this cluster evolved.

These data are courtesy of Kathy Romer, Anne Metevier and Melville Ulmer (Northwestern University), with additional thanks to the Illinois Space Grant Consortium's Northwestern University High School and Undergraduate Research Program.

  IDL Demo Online Help (October 11, 2006)