We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf849e commit 34c9591Copy full SHA for 34c9591
tutorials/relaxed_mumford-shah.py
@@ -20,7 +20,7 @@
20
21
22
rMS is a combination of Tikhonov and TV regularization. Once the rMS hits a certain threshold, the solution will be allowed
23
-to jump due to the constant penalty $\kappa$, and below this value rMS will be smooth due to Tikhonov regularization.
+to jump due to the constant penalty :math:`\kappa`, and below this value rMS will be smooth due to Tikhonov regularization.
24
We show three denoising examples: one example that is well-suited for TV regularization and two examples where rMS
25
outperforms TV and Tikhonov regularization, modeled after the experiments in [2].
26
0 commit comments