Morphological operators
The center of the kernel for these operators is assumed to be the
origin (0,0). So a 7 by 7 filter would be a 2d array with an index
range from -3 to 3 in both dimensions.
Normal functions:
BinaryErode(const ImageC &,const ImageC &,ImageC &,DataT) | Binary erosion |
BinaryDilate(const ImageC &,const ImageC &,ImageC &,DataT) | Binary dilation |
DilateSubSample2X(ImageC &,const ImageC &,const ImageC &) | image dilation and subsampling in x direction |
MorphBinaryOpen(const ImageC &,const ImageC &,ImageC &,DataT) | |
MorphBinaryClose(const ImageC &,const ImageC &,ImageC &,DataT) | |
|