{"id":20221653,"url":"https://github.com/phcerdan/itkwavelet","last_synced_at":"2026-05-30T20:31:07.734Z","repository":{"id":86040872,"uuid":"103728431","full_name":"phcerdan/ITKWavelet","owner":"phcerdan","description":"External module for ITK providing Wavelet. Forked from OrfeoToolBox","archived":false,"fork":false,"pushed_at":"2018-12-09T03:04:55.000Z","size":132,"stargazers_count":0,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-01T23:11:41.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/phcerdan.png","metadata":{"files":{"readme":"README.rst","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-09-16T05:45:42.000Z","updated_at":"2017-09-16T05:53:29.000Z","dependencies_parsed_at":"2023-03-09T17:00:38.358Z","dependency_job_id":null,"html_url":"https://github.com/phcerdan/ITKWavelet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phcerdan/ITKWavelet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phcerdan%2FITKWavelet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phcerdan%2FITKWavelet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phcerdan%2FITKWavelet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phcerdan%2FITKWavelet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phcerdan","download_url":"https://codeload.github.com/phcerdan/ITKWavelet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phcerdan%2FITKWavelet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33709269,"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":[],"created_at":"2024-11-14T06:53:57.283Z","updated_at":"2026-05-30T20:31:07.728Z","avatar_url":"https://github.com/phcerdan.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"ITKWavelet\n=================\n\nIncomplete / Work in progress.\n\nIf you are interested in 2D wavelets with the A trou algorithm, `check Orfeo Tool Box.\n\u003chttps://github.com/orfeotoolbox\u003e`_\n\nIf you need wavelets in 2D or 3D with a Steerable Pyramid, check my ITK External Module:\n`ITKIsotropicWavelets.\n\u003chttps://github.com/phcerdan/ITKIsotropicWavelets\u003e`_\n\n\nDev history on `fork ITK branch\n\u003chttps://github.com/phcerdan/ITK/tree/wavelet\u003e`_\n\n\n.. .. image:: https://circleci.com/gh/InsightSoftwareConsortium/ITKModuleTemplate.svg?style=shield\n..     :target: https://circleci.com/gh/InsightSoftwareConsortium/ITKModuleTemplate\n..\n.. .. image:: https://travis-ci.org/InsightSoftwareConsortium/ITKModuleTemplate.svg?branch=master\n..     :target: https://travis-ci.org/InsightSoftwareConsortium/ITKModuleTemplate\n..\n.. .. image:: https://img.shields.io/appveyor/ci/thewtex/itkmoduletemplate.svg\n..     :target: https://ci.appveyor.com/project/thewtex/itkmoduletemplate\n\n.. This is a module for the `Insight Toolkit (ITK) \u003chttp://itk.org\u003e`_ for\n.. segmentation and registration. It is designed to work with the ITKv4 modular\n.. system.\n..\n.. This module is a template to be used as a starting point for a new ITK module.\n..\n..\n.. Getting Started\n.. ---------------\n..\n.. The following is a brief list of instructions to get a external module\n.. started in a new repository::\n..\n..   mkdir ITK/Modules/External/ITKMyModule\n..   cd ITK/Modules/External/ITKMyModule\n..   git init\n..   git fetch https://github.com/InsightSoftwareConsortium/ITKModuleTemplate.git\n..   git merge FETCH_HEAD\n..   rm -rf .git\n..   git init\n..   git add . .*\n..   git commit -m \"ENH: Initial ITKModuleTemplate import\"\n..\n.. Create a new repository account via GitHub's web interface. The module should\n.. follow the naming convention, *ITK\u003cMyModuleName\u003e*.\n..\n.. Search and replace *ModuleTemplate* with *MyModuleName* in ``CMakeLists.txt``\n.. and ``itk-module.cmake``.\n..\n.. Documentation on `how to populate the module\n.. \u003chttps://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009\u003e`_\n.. can be found in the `ITK Software Guide\n.. \u003chttps://itk.org/ITKSoftwareGuide/html/\u003e`_.\n..\n..\n.. Remote Module\n.. -------------\n..\n.. After an `Insight Journal \u003chttp://www.insight-journal.org/\u003e`_ article has been\n.. submitted, the module can be included in ITK as a `remote module\n.. \u003chttp://www.itk.org/Wiki/ITK/Policy_and_Procedures_for_Adding_Remote_Modules\u003e`_.\n.. Add a file in \"ITK/Modules/Remote\" called \"YourModule.remote.cmake\", for this\n.. module it would be \"ExternalExample.remote.cmake\" with the followlowing\n.. contents::\n..\n..   itk_fetch_module(MyModule\n..     \"A description of the a module.\"\n..     GIT_REPOSITORY http://github.com/myuser/ITKMyModule.git\n..     GIT_TAG abcdef012345\n..     )\n..\n..\n.. Python Packages\n.. ---------------\n..\n.. After enabling builds for the GitHub repository with a `CircleCI\n.. \u003chttps://circleci.com/\u003e`_, `TravisCI \u003chttps://travis-ci.org/\u003e`_,\n.. and `AppVeyor \u003chttps://www.appveyor.com/\u003e`_ account, Python wheel\n.. packages will be available with the continuous integration builds.\n..\n.. .. figure:: https://i.imgur.com/OEujGsl.png\n..   :alt: CircleCI Python wheels\n..\n..   Linux Python package wheel links can be found in the CircleCI *Artifacts*\n..   tab after expanding the available folders.\n..\n.. .. figure:: https://i.imgur.com/Yw3ziU7.png\n..   :alt: TravisCI Python wheels\n..\n..   macOS Python package wheels can be downloaded by going to the `transfer.sh`\n..   link found in the build output.\n..\n.. .. figure:: http://imgur.com/Cj5vs3S.png\n..   :alt: AppVeyor Python wheels\n..\n..   Windows Python package wheel links can be found in the AppVeyor *Artifacts* tab.\n..\n..\n.. License\n.. -------\n..\n.. This software is distributed under the Apache 2.0 license. Please see\n.. the *LICENSE* file for details.\n..\n..\n.. Authors\n.. -------\n..\n.. * Bradley Lowekamp\n.. * Matt McCormick\n.. * Jean-Baptiste VIMORT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphcerdan%2Fitkwavelet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphcerdan%2Fitkwavelet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphcerdan%2Fitkwavelet/lists"}