{ "cells": [ { "cell_type": "raw", "metadata": { "pycharm": { "name": "#%% raw\n" }, "raw_mimetype": "text/restructuredtext" }, "source": [ ".. _example-filtering1:\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Filter pipelines\n", "================\n", "\n", "This example shows how to use the `pymia.filtering` package to set up image filter pipeline and apply it to an image.\n", "The pipeline consists of a gradient anisotropic diffusion filter followed by a histogram matching. This pipeline will be applied to a T1-weighted MR image and a T2-weighted MR image will be used as a reference for the histogram matching.\n", "\n", "