Image Processing Toolbox    

Terminology

An understanding of the following terms will help you to use this chapter.

Terms
Definitions
Binary mask
A binary image with the same size as the image you want to process. The mask contains 1's for all pixels that are part of the region of interest, and 0's everywhere else.
Filling a region
A process that "fills" a region of interest by interpolating the pixel values from the borders of the region. This process can be used to make objects in an image seem to disappear as they are replaced with values that blend in with the background area.
Filtering a region
The process of applying a filter to a region of interest. For example, you can apply an intensity adjustment filter to certain regions of an image.
Interpolation
The process by which we estimate an image value at a location in between image pixels.
Masked filtering
An operation that applies filtering only to the regions of interest in an image that are identified by a binary mask. Filtered values are returned for pixels where the binary mask contains 1's; unfiltered values are returned for pixels where the binary mask contains 0's.
Region of interest
A portion of an image that you want to filter or perform some other operation on. You define a region of interest by creating a binary mask. There can be more than one region defined in an image. The regions can be "geographic" in nature, such as polygons that encompass contiguous pixels, or they can be defined by a range of intensities. In the latter case, the pixels are not necessarily contiguous.


  Region-Based Processing Specifying a Region of Interest