Go to the source code of this file.
◆ P2DMorphShape
The pointer type for the morp shape class.
Definition at line 102 of file morphshape.hh.
◆ morph_hit_and_miss_2d()
Implements the hit-and-miss transformation on a binary image with a given morphshape.
- Parameters
-
[in,out] | target | output bitmap, the image must be allocated and of the same size like the input image |
[in] | source | input image |
[in] | shape | structuring element to be used in the operation |
- Returns
- number of set pixels
◆ morph_thinning_2d()
Implements the thinning transformation on a binary image with a given morphshape.
- Parameters
-
[in,out] | target | output bitmap, the image must be allocated and of the same size like the input image |
[in] | source | input image |
[in] | shape | structuring element to be used in the operation |
- Returns
- number of set pixels