From 44f74d779d2b1a7a3f8faa259cde799616c4390e Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Tue, 27 Jan 2026 15:56:41 +0100 Subject: [PATCH] STYLE: Minor rewording the explanation of image registration in example The presence of noise is not really necessary for image registration. --- examples/ITK_Example01_SimpleRegistration.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ITK_Example01_SimpleRegistration.ipynb b/examples/ITK_Example01_SimpleRegistration.ipynb index 76dfb68..5d05605 100644 --- a/examples/ITK_Example01_SimpleRegistration.ipynb +++ b/examples/ITK_Example01_SimpleRegistration.ipynb @@ -29,7 +29,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**Image registration** finds the *spatial transformation that aligns images in the presence of noise*." + "**Image registration** is the task of finding the *spatial transformation that aligns two images with each other*." ] }, {