{"id":16484430,"url":"https://github.com/fabricesalvaire/mamba-image","last_synced_at":"2026-05-30T23:31:45.502Z","repository":{"id":25749295,"uuid":"29187153","full_name":"FabriceSalvaire/mamba-image","owner":"FabriceSalvaire","description":"Fork of MAMBA mathematical morphology library http://www.mamba-image.org","archived":false,"fork":false,"pushed_at":"2018-12-01T19:54:23.000Z","size":13113,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T23:22:46.193Z","etag":null,"topics":["image-processing","mamba-image","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FabriceSalvaire.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-13T11:37:34.000Z","updated_at":"2023-09-18T07:58:05.000Z","dependencies_parsed_at":"2022-08-24T14:13:29.326Z","dependency_job_id":null,"html_url":"https://github.com/FabriceSalvaire/mamba-image","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FabriceSalvaire/mamba-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabriceSalvaire%2Fmamba-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabriceSalvaire%2Fmamba-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabriceSalvaire%2Fmamba-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabriceSalvaire%2Fmamba-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FabriceSalvaire","download_url":"https://codeload.github.com/FabriceSalvaire/mamba-image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabriceSalvaire%2Fmamba-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33714033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-processing","mamba-image","python"],"created_at":"2024-10-11T13:17:03.726Z","updated_at":"2026-05-30T23:31:45.497Z","avatar_url":"https://github.com/FabriceSalvaire.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This Git repository was initialised from the source of** `Mamba Image library for Python\n\u003chttp://www.mamba-image.org\u003e`_ **release V1.1.3.**\n\n**Later Nicolas BEUCHER (Serge BEUCHER's son) created this official repository** https://github.com/nicolasBeucher/mamba-image\n\n**A backup is available at** https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://github.com/nicolasBeucher/mamba-image\n\nDescription\n-----------\n\nMamba is an open-source Mathematical Morphology library written in C and Python.  I believe it is\nthe most complete implementation available in open source.  It was developed by `Serge Beucher\n\u003chttp://cmm.ensmp.fr/~beucher/sbpage_eng.html\u003e`_, Nicolas Beucher and Michel Bilodeau.  Serge\nBeucher and Michel Bilodeau are researchers in the `CMM (Centre de Morphologie Mathématique)\n\u003chttp://cmm.ensmp.fr\u003e`_ laboratory where the Mathematical Morphology was invented by `Jean Serra\n\u003chttp://cmm.ensmp.fr/~serra/aaccueil.htm\u003e`_.  The source code originates from a software so called\n`Micromorph \u003chttp://cmm.ensmp.fr/Micromorph\u003e`_ developed and commercialised by CMM in the past.\n\nThe project home page is located `here \u003chttp://www.mamba-image.org\u003e`_ and look at this `page\n\u003chttp://www.mamba-image.org/about.html\u003e`_ for history and licence.\n\nLinks to Open Source Mathematical Morphology libraries\n------------------------------------------------------\n\nNote: all these libraries have a Python interface.\n\n* `scikit-image \u003chttp://scikit-image.org\u003e`_\n * is an image processing library written in Python and Cython.\n * It is more complete than OpenCV (for Mathematical Morphology).\n * But not adapted for large image.\n\n* `OpenCV \u003chttp://opencv.org\u003e`_\n * is under very active development,\n * but quite incomplete for Mathematical Morphology, for example reconstruction is not implemented.\n\n* `ITK \u003chttp://www.itk.org\u003e`_\n * is implemented using strict coding rules,\n * but it is generally quite slower.\n\n* `SMIL \u003chttp://smil.cmm.mines-paristech.fr/doc/index.html\u003e`_\n * stands for Simple Image Processing Lirary\n * is developed by Matthieu Faessel and ARMINE\n * should be open source, but source code is not yet made available\n * see this presentation to learn more about SMIL `pdf \u003chttp://cmm.ensmp.fr/~faessel/documents/2013_03_SMIL_LRDE.pdf\u003e`_\n   It compares Mamba, SMIL, Morph-M and Fulguro.\n\n* `Fulguro \u003chttp://fulguro.sourceforge.net/index.html\u003e`_\n * is no more active\n * developed by Christophe Clienti\n\n* `Yayi \u003chttp://raffi.enficiaud.free.fr\u003e`_\n * is no more active\n * developed by Raffi Enficiaud\n\n* `OpenMorpho \u003chttp://openmorpho.sourceforge.net\u003e`_\n * is no more active and doesn't have a Python interface.\n\n`Morph-M \u003chttp://cmm.ensmp.fr/Morph-M\u003e`_ is a proprietary library developed by the CMM.\n\n`ImageJ \u003chttp://fiji.sc/Fiji\u003e`_ has some plugins on the topic.\n\nIdeas for Improvements\n----------------------\n\n* speed: make use of more recent SIMD than SSE2, look at OpenCV and Fulguro\n* documentation: use sphinx to generate a nice HTML documentation\n* cosmetic: homogenisation of the coding (space, DOS encoding, etc.)\n\nChanges\n-------\n\n* Python3 support (basic and advanced test suit pass excepted 3 tests)\n* Numpy support, see file *examples/numpy_wrapper.py* for usage\n* pillow support\n* some cosmetics to homogenise the coding (added space)\n\nBuilding\n--------\n\nThe procedure to build Mamba is described in the *readme* file.\n\nTo compile and install the Mamba library, run these commands from the *src/mambaApi* directory :\n\n.. code-block:: sh\n\n  python setup.py build_ext build\n  python setup.py install\n\nYou can also run make from the top directory.\n\n.. End\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabricesalvaire%2Fmamba-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabricesalvaire%2Fmamba-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabricesalvaire%2Fmamba-image/lists"}