From e6a9b8c338e68d2a5ad2f62f2abba4ad4d479c80 Mon Sep 17 00:00:00 2001 From: dkazanc Date: Tue, 23 Apr 2019 10:50:13 +0100 Subject: correction to ROF_TV --- src/Core/regularisers_CPU/ROF_TV_core.c | 2 +- src/Core/regularisers_CPU/ROF_TV_core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Core/regularisers_CPU/ROF_TV_core.c b/src/Core/regularisers_CPU/ROF_TV_core.c index 6951268..004a0f2 100644 --- a/src/Core/regularisers_CPU/ROF_TV_core.c +++ b/src/Core/regularisers_CPU/ROF_TV_core.c @@ -33,7 +33,7 @@ int sign(float x) { * * Input Parameters: * 1. Noisy image/volume [REQUIRED] - * 2. lambda - regularization parameter (a constant or the same size as input (1)) + * 2. lambda - regularisation parameter (a constant or the same size as the input (1)) * 3. tau - marching step for explicit scheme, ~1 is recommended [REQUIRED] * 4. Number of iterations, for explicit scheme >= 150 is recommended [REQUIRED] * 5. eplsilon: tolerance constant diff --git a/src/Core/regularisers_CPU/ROF_TV_core.h b/src/Core/regularisers_CPU/ROF_TV_core.h index 7e29ddb..b2c5869 100644 --- a/src/Core/regularisers_CPU/ROF_TV_core.h +++ b/src/Core/regularisers_CPU/ROF_TV_core.h @@ -29,7 +29,7 @@ limitations under the License. * * Input Parameters: * 1. Noisy image/volume [REQUIRED] - * 2. lambda - regularization parameter (a constant or the same size as input (1)) + * 2. lambda - regularisation parameter (a constant or the same size as the input (1)) * 3. tau - marching step for explicit scheme, ~1 is recommended [REQUIRED] * 4. Number of iterations, for explicit scheme >= 150 is recommended [REQUIRED] * 5. eplsilon: tolerance constant -- cgit v1.2.3