A library for simple mathematical morphology operations on images with arbritary shaped structuring elements.
What is libmorpho? libmorpho is a free software library written in ANSI C that implements several basic operations of mathematical morphology: erosions, dilations, openings, and closings by lines, rectangles, or arbitrary shaped structuring elements or by structuring functions. The software is released under the GNU General Public License
- Implementation in the C langage: see the libmorpho-v1.3-src directory
- Documentation generated with doxygen: see the libmorphoDoc directory or follow the link http://www.telecom.ulg.ac.be/research/libmorphoDoc/index.html
Original: |
U-shaped SE (upscaled though): |
Erosion: |
Dilation: |
Opening: |
Closing: |
More on http://www.telecom.ulg.ac.be/research/libmorphoDoc/illustrationPage.html
@article{VanDroogenbroeck1996Fast,
title = {Fast computation of morphological operations with arbitrary structuring elements},
author = {{Van Droogenbroeck}, Marc and Talbot, Hugues},
journal = {Pattern Recognition Letters},
pages = {1451-1460},
volume = {17},
number = {14},
month = {December},
year = {1996},
doi = {10.1016/S0167-8655(96)00113-4},
url = {https://doi.org/10.1016/S0167-8655(96)00113-4}
}
- Renaud Dardenne
- Marc Van Droogenbroeck