Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2.7 KB

README.md

File metadata and controls

52 lines (43 loc) · 2.7 KB

libmorpho

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

Source code in ANSI C

Documentation:

Illustrations:

Original:
Original
U-shaped SE (upscaled though):
U-shaped SE
Erosion:
Erosion
Dilation:
Dilation
Opening:
Opening
Closing:
Closing

More on http://www.telecom.ulg.ac.be/research/libmorphoDoc/illustrationPage.html

How to cite this work:

@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}
}

Authors

  • Renaud Dardenne
  • Marc Van Droogenbroeck