https://github.com/insightsoftwareconsortium/itkfastbilateral
Fast implementation of BilateralFilter
https://github.com/insightsoftwareconsortium/itkfastbilateral
Last synced: 7 months ago
JSON representation
Fast implementation of BilateralFilter
- Host: GitHub
- URL: https://github.com/insightsoftwareconsortium/itkfastbilateral
- Owner: InsightSoftwareConsortium
- License: apache-2.0
- Created: 2021-12-09T18:41:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T18:04:30.000Z (11 months ago)
- Last Synced: 2025-06-30T15:21:22.762Z (7 months ago)
- Language: C++
- Homepage: https://www.insight-journal.org/browse/publication/692
- Size: 62.5 KB
- Stars: 4
- Watchers: 16
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
FastBilateral
=================================
.. image:: https://github.com/InsightSoftwareConsortium/ITKFastBilateral/actions/workflows/build-test-package.yml/badge.svg
:target: https://github.com/InsightSoftwareConsortium/ITKFastBilateral/actions/workflows/build-test-package.yml
:alt: Build Status
.. image:: https://img.shields.io/pypi/v/itk-fastbilateral.svg
:target: https://pypi.python.org/pypi/itk-fastbilateral
:alt: PyPI Version
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/InsightSoftwareConsortium/FastBilateral/blob/main/LICENSE
:alt: License
Overview
--------
FastBilateral is an external ITK module performing a faster implementation of the itkBilateralImageFilter.
Taken from the Insight Journal submission: https://www.insight-journal.org/browse/publication/692