Cost Functions
The following cost functions are available
Manopt.costIntrICTV12
— Method.costIntrICTV12(M,f,u,v,α,β)
computes the intrinsic infimal convolution model, where the addition is replaced by a mid point approach and the two functions involved are costTV2
and costTV
. The model reads
Manopt.costL2TV
— Method.Manopt.costL2TV2
— Method.Manopt.costL2TVTV2
— Method.Manopt.costTV
— Function.costTV(M,x [,p=2,q=1])
compute the $\operatorname{TV}^p$ functional for data x
on the Power
manifold M
, i.e. $\mathcal M = \mathcal N^n$, where $n\in\mathbb N^k$ denotes the dimensions of the data x
. Let $\mathcal I_i$ denote the forward neighbors, i.e. with $\mathcal G$ as all indices from $\mathbf{1}\in\mathbb N^k$ to $n$ we have $\mathcal I_i = \{i+e_j, j=1,\ldots,k\}\cap \mathcal G$. The formula reads
See also
Manopt.costTV
— Method.Manopt.costTV2
— Function.costTV2(M,x [,p=1])
compute the $\operatorname{TV}_2^p$ functional for data x
on the Power
manifoldmanifold M
, i.e. $\mathcal M = \mathcal N^n$, where $n\in\mathbb N^k$ denotes the dimensions of the data x
. Let $\mathcal I_i^{\pm}$ denote the forward and backward neighbors, respectively, i.e. with $\mathcal G$ as all indices from $\mathbf{1}\in\mathbb N^k$ to $n$ we have $\mathcal I^\pm_i = \{i\pm e_j, j=1,\ldots,k\}\cap \mathcal I$. The formula then reads
where $c_i(\cdot,\cdot)$ denotes the mid point between its two arguments that is nearest to $x_i$.
See also
Manopt.costTV2
— Method.costTV2(M,(x1,x2,x3) [,p=1])
compute the $\operatorname{TV}_2^p$ functional for the 3-tuple of points (x1,x2,x3)
on the Manifold
M
. Denote by
the set of mid points between $x_1$ and $x_3$. Then the functionr reads
See also