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

Binarization
[Image processing]


Detailed Description

Binarization techniques which are not based on Mathematical Morphology.

grey-level image --> binary image:

Gradient (local maxima) image --> binary image:


Classes

class  qgar::HysteresisBinaryImage
 Binary image created from the local maxima of a gradient using a hysteresis thresholding. More...
class  qgar::NiblackBinaryImage
 Binary image created by adaptive thresholding of a grey-level image. More...
class  qgar::ThresBinaryImage
 Elementary binarization, using a constant threshold. More...
class  qgar::TTBinaryImage
 Binary image created from a grey-level image, using binarization method designed by Trier and Taxt [Trier and Taxt, 1995] from White and Rohrer's method. More...