Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Mathematical Morphology
[Image processing]


Detailed Description

Image processing based on Mathematical Morphology.

binary image --> binary image:

grey-level image --> grey-level image:


Classes

class  qgar::CloseBinaryImage
 Closing of a binary image, using morphological operators. More...
class  qgar::CloseImage
 Close a greylevel image using morphological operators. More...
class  qgar::ContrastEnhancedImage
 Morphologically contrast enhanced image. More...
class  qgar::DilatedBinaryImage
 Dilate a binary image using morphological operators. More...
class  qgar::DilatedImage
 Dilate a grey-level image using morphological operators. More...
class  qgar::ErodedBinaryImage
 Erode a binary image using morphological operators. More...
class  qgar::ErodedImage
 Erode a grey-level image using morphological operators. More...
class  qgar::GeodesicRecBinaryImage
 Complete geodesic reconstruction of a binary image by dilation. More...
class  qgar::GeodesicRecEroBinaryImage
 Complete geodesic reconstruction of a binary image by erosion. More...
class  qgar::GeodesicRecEroImage
 Complete geodesic reconstruction of a grey-level image by erosion. More...
class  qgar::GeodesicRecImage
 Complete geodesic reconstruction of a greylevel image by dilation. More...
class  qgar::IsotropicDilatedBinaryImage
 Dilate a binary image using a variation of the dilation alogrithm. More...
class  qgar::LinDilatedBinaryImage
 Binary image dilated using a segment. More...
class  qgar::LinDilatedImage
 Grey-level image dilated using a segment. More...
class  qgar::LinErodedBinaryImage
 Binary image linearly eroded, using a segment. More...
class  qgar::LinErodedImage
 Grey-level image linearly eroded, using a segment. More...
class  qgar::OpenBinaryImage
 Open a binary image using morphological operators. More...
class  qgar::OpenImage
 Open a grey-level image using morphological operators. More...
class  qgar::RegionalMaxBinaryImage
 Regional maxima of given image. More...
class  qgar::RegionalMaxImage
 Regional maxima of given image. More...
class  qgar::RegionalMinBinaryImage
 Regional minima of given image. More...
class  qgar::RegionalMinImage
 Regional minima of given image. More...
class  qgar::UltimateErodedBinaryImage
 Compute the ultimate eroded set of a binary image. More...