summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniil Kazantsev <dkazanc@hotmail.com>2019-12-15 23:39:45 +0000
committerDaniil Kazantsev <dkazanc@hotmail.com>2019-12-15 23:39:45 +0000
commite98f2735ce27925f907e5a32bcd521f578b77dbe (patch)
tree01687d663d4e698dbad3ef1d6d7aa9da77cb92b6
parenta3e360fcac7e1656802deb414fbd7b9d9f7e1038 (diff)
downloadregularization-e98f2735ce27925f907e5a32bcd521f578b77dbe.tar.gz
regularization-e98f2735ce27925f907e5a32bcd521f578b77dbe.tar.bz2
regularization-e98f2735ce27925f907e5a32bcd521f578b77dbe.tar.xz
regularization-e98f2735ce27925f907e5a32bcd521f578b77dbe.zip
mods
-rw-r--r--src/Core/regularisers_CPU/Diffusion_core.c2
-rw-r--r--src/Core/regularisers_GPU/NonlDiff_GPU_core.cu2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Core/regularisers_CPU/Diffusion_core.c b/src/Core/regularisers_CPU/Diffusion_core.c
index fdd60de..bd23a15 100644
--- a/src/Core/regularisers_CPU/Diffusion_core.c
+++ b/src/Core/regularisers_CPU/Diffusion_core.c
@@ -38,7 +38,7 @@ int signNDFc(float x) {
* 3. Edge-preserving parameter (sigma), when sigma equals to zero nonlinear diffusion -> linear diffusion
* 4. Number of iterations, for explicit scheme >= 150 is recommended
* 5. tau - time-marching step for explicit scheme
- * 6. Penalty type: 1 - Huber, 2 - Perona-Malik, 3 - Tukey Biweight, 4 - Threshold-constrained Linear
+ * 6. Penalty type: 1 - Huber, 2 - Perona-Malik, 3 - Tukey Biweight, 4 - Threshold-constrained Linear, , 5 - modified Huber with a dead stop on edge
* 7. eplsilon - tolerance constant
*
* Output:
diff --git a/src/Core/regularisers_GPU/NonlDiff_GPU_core.cu b/src/Core/regularisers_GPU/NonlDiff_GPU_core.cu
index 0d34cf8..d7a6bac 100644
--- a/src/Core/regularisers_GPU/NonlDiff_GPU_core.cu
+++ b/src/Core/regularisers_GPU/NonlDiff_GPU_core.cu
@@ -32,7 +32,7 @@ limitations under the License.
* 3. Edge-preserving parameter (sigma), when sigma equals to zero nonlinear diffusion -> linear diffusion
* 4. Number of iterations, for explicit scheme >= 150 is recommended
* 5. tau - time-marching step for explicit scheme
- * 6. Penalty type: 1 - Huber, 2 - Perona-Malik, 3 - Tukey Biweight, 4 - Threshold-constrained Linear
+ * 6. Penalty type: 1 - Huber, 2 - Perona-Malik, 3 - Tukey Biweight, 4 - Threshold-constrained Linear, 5 - modified Huber with a dead stop on edge
* 7. eplsilon: tolerance constant
* Output: