diff options
-rw-r--r-- | src/Core/regularisers_CPU/ROF_TV_core.c | 2 | ||||
-rw-r--r-- | src/Core/regularisers_CPU/ROF_TV_core.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 |