1.1.0
CCC
 
Mathematical Morphology:

Modules

 Initial manipulations
 
 Basic operations
 
 Logical operations on images
 
 Convert arrays (provided as a Vector of double values) into Bimage (binary image) and vice-versa
 
 Label the connected component of a BImage
 
 Performs some miscellaneous operations on BImages
 

Detailed Description

Here are the implementation of the traditional Mathematical Morphology functions.

These operations can be performed using Binary Image format (BImage) or colored arrays (double). Some functions are applied to DbGrid (the input if a field of the DbGrid and results are written as new fields in the same DbGrid); most functions are activated on BImage directly.

For examples, see #!TUTORIALS!Tuto_Morpho