{"id":20215174,"url":"https://github.com/kitwaremedical/itkcontourinterpolation","last_synced_at":"2025-12-14T06:53:19.512Z","repository":{"id":30976441,"uuid":"34534689","full_name":"KitwareMedical/ITKContourInterpolation","owner":"KitwareMedical","description":"An implementation of morphological contour interpolation","archived":false,"fork":false,"pushed_at":"2025-11-15T19:25:21.000Z","size":3492,"stargazers_count":34,"open_issues_count":3,"forks_count":14,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-11-30T13:13:53.102Z","etag":null,"topics":["interpolation-methods","itk-module","segmentation"],"latest_commit_sha":null,"homepage":"http://hdl.handle.net/10380/3563","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KitwareMedical.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-04-24T18:24:27.000Z","updated_at":"2025-11-12T15:19:41.000Z","dependencies_parsed_at":"2024-06-20T04:08:18.509Z","dependency_job_id":"a8016a84-a36c-4a13-8a49-4e7c41fdf5ed","html_url":"https://github.com/KitwareMedical/ITKContourInterpolation","commit_stats":{"total_commits":208,"total_committers":9,"mean_commits":23.11111111111111,"dds":0.3173076923076923,"last_synced_commit":"a2bca4a3d1d8f6d4bc523e5bce85c071fe3ea7b2"},"previous_names":["kitwaremedical/itkmorphologicalcontourinterpolation"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/KitwareMedical/ITKContourInterpolation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FITKContourInterpolation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FITKContourInterpolation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FITKContourInterpolation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FITKContourInterpolation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KitwareMedical","download_url":"https://codeload.github.com/KitwareMedical/ITKContourInterpolation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FITKContourInterpolation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27720382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-14T02:00:11.348Z","response_time":56,"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":["interpolation-methods","itk-module","segmentation"],"created_at":"2024-11-14T06:20:14.918Z","updated_at":"2025-12-14T06:53:19.467Z","avatar_url":"https://github.com/KitwareMedical.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ITKMorphologicalContourInterpolation\n\n![Build, test, package](https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation/workflows/Build,%20test,%20package/badge.svg)\n\n[![PyPI](https://img.shields.io/pypi/v/itk-morphologicalcontourinterpolation.svg)](https://pypi.python.org/pypi/itk-morphologicalcontourinterpolation)\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/KitwareMedical/ITKMorphologicalContourInterpolation/blob/master/LICENSE)\n\n## Overview\n\nAn [ITK](https://itk.org)-based implementation of morphological contour interpolation based off the paper:\n\nAlbu AB1, Beugeling T, Laurendeau D.\n\"A morphology-based approach for interslice interpolation of anatomical slices from volumetric images.\"\nIEEE Trans Biomed Eng.\n2008 Aug;55(8):2022-38.\ndoi: 10.1109/TBME.2008.921158.\n\n👨‍💻 [`Live API Demo`] ✨\n\nDocumentation can be found in the [Insight Journal article](https://www.insight-journal.org/browse/publication/977):\n\nZukić D., Vicory J., McCormick M., Wisse L., Gerig G., Yushkevich P., Aylward S.\n\"ND Morphological Contour Interpolation\",\nThe Insight Journal. January-December, 2016.\nhttps://hdl.handle.net/10380/3563\nhttps://insight-journal.org/browse/publication/977\n\n- 🕮 [`Wasm Python Documentation`] 📚\n- 🕮 [`JavaScript Documentation`] 📚\n\n## Installation\n\n### Python\n\nTo install the wasm Python packages:\n\n```sh\npip install itkwasm-morphological-contour-interpolation\n```\n\nTo install the native Python packages:\n\n```sh\npython -m pip install --upgrade pip\npython -m pip install itk-morphologicalcontourinterpolation\n```\n\n### JavaScript\n\nInstall the JavaScript/TypeScript package:\n\n```sh\nnpm install @itk-wasm/morphological-contour-interpolation\n```\n\n### C++\n\nSince ITK 4.11.0, this module is available in the ITK source tree as a remote module. To enable it, set:\n\n```\nModule_MorphologicalContourInterpolation:BOOL=ON\n```\n\nin ITK's CMake build configuration.\n\n## License\n\nThis software is distributed under the Apache 2.0 license. Please see the *LICENSE* file for details.\n\n## Acknowledgements\n\nThis work is supported by NIH grant R01 EB014346, \"Continued development and maintenance of the ITK-SNAP 3D image segmentation software.\"\n\n[`Live API Demo`]: https://kitwaremedical.github.io/ITKContourInterpolation/ts/app/\n[`Wasm Python Documentation`]: https://kitwaremedical.github.io/ITKContourInterpolation/py/docs/\n[`JavaScript Documentation`]: https://kitwaremedical.github.io/ITKContourInterpolation/ts/docs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitwaremedical%2Fitkcontourinterpolation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitwaremedical%2Fitkcontourinterpolation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitwaremedical%2Fitkcontourinterpolation/lists"}