MCPcopy Create free account

hub / github.com/albarji/proxTV / functions

Functions140 in github.com/albarji/proxTV

FunctionmexFunction
solveTV2_morec.cpp Solves the TV-L2 proximity problem by applying a More-Sorensen + Projected Gradient algorithm. Parameters: - 0: refere
matlab/solveTV2_morec2.cpp:24
FunctionmexFunction
Solves the TV-L1 proximity problem by applying a hybrid Taut String algorithm. Parameters: - 0: reference signal y. - 1: lambda penalty.
matlab/solveTV1_hybridTautString.cpp:24
FunctionmexFunction
solveTV2_PGc.cpp Solves the TV-L2 proximity problem by applying a Projected Gradient algorithm. Parameters: - 0: reference signal y.
matlab/solveTV2_PGc.cpp:24
FunctionmexFunction
solveTV1_condat.cpp Solves the TV-L1 proximity problem by applying Condat's segment construction method. Parameters: - 0: reference signa
matlab/solveTV1_condat.cpp:21
FunctionmexFunction
solveTV2D_CondatChambollePock.cpp Solves the 2 dimensional TV proximity problem by applying Condat's or Chambolle-Pock splitting algorithm. Pa
matlab/solveTV2D_CondatChambollePock.cpp:26
FunctionmexFunction
solveTVgen.cpp Solves the general TV proximity problem by applying a Proximal stacking strategy. Parameters: - 0: multidimensional refere
matlab/solveTVgen.cpp:28
FunctionmexFunction
solveTV2D_PD.cpp Solves the 2-dimensial TV proximity problem by applying a Proximal Dykstra method. Parameters: - 0: multidimensional ref
matlab/solveTV2D_PD.cpp:28
FunctionmexFunction
solveTVp_GPFW.cpp Solves the general TV-Lp proximity problem by applying a Gradient Projection + Frank-Wolfe method. Parameters: - 0: ref
matlab/solveTVp_GPFW.cpp:25
FunctionmexFunction
TVL1Weighted.cpp Matlab interface to TV-L1 proximity solver using Projected Newton. Parameters: - 0: reference signal y. - 1: lambda
matlab/TVL1Weighted.cpp:24
FunctionmexFunction
solveTV1_linearizedTautString.cpp Solves the TV-L1 proximity problem by applying a linearized Taut String algorithm. Parameters: - 0:
matlab/solveTV1_linearizedTautString.cpp:25
FunctionmexFunction
solveTV2DL1W_tautString.cpp Matlab interface to weighted 2D-TV-L1 proximity solver using taut string method. Parameters: - 0: reference s
matlab/solveTV2DL1W.cpp:27
FunctionmexFunction
solveTV1_johnson.cpp Solves the TV-L1 proximity problem by applying Johnson's dynamic programming method. Parameters: - 0: reference sign
matlab/solveTV1_johnson.cpp:23
FunctionmexFunction
solveTV1_classicTautString.cpp Solves the TV-L1 proximity problem by applying a Taut String algorithm. Parameters: - 0: reference signal
matlab/solveTV1_classicTautString.cpp:24
FunctionmexFunction
TVL1Weighted_tautString.cpp Matlab interface to TV-L1 proximity solver using taut string method. Parameters: - 0: reference signal y.
matlab/TVL1Weighted_tautString.cpp:24
FunctionmexFunction
solveTV2D_Kolmogorov.cpp Solves the 2 dimensional TV proximity problem by applying Kolmogorov et al splitting algorithm. Parameters: - 0:
matlab/solveTV2D_Kolmogorov.cpp:25
FunctionmexFunction
TVL1SecondOrder.cpp Matlab interface to 2nd order TV-L1 proximity solver using Projected Newton. Parameters: - 0: reference signal y.
matlab/TVL1SecondOrder.cpp:24
FunctionmexFunction
solveTV2D_Yang.cpp Solves the 2 dimensional TV proximity problem by applying Yang's et al ADMM algorithm. Parameters: - 0: bidimensional
matlab/solveTV2D_Yang.cpp:25
FunctionmexFunction
solveTVND_PDR.cpp Solves the general TV proximity problem by applying a Parallel Douglas Rachford splitting algorithm. Parameters: - 0: m
matlab/solveTVND_PDR.cpp:28
FunctionmexFunction
solveTV.cpp Solves 1-dimensional unweighted TV proximity problems by applying the most appropriate algorithm Parameters: - 0: reference s
matlab/solveTV.cpp:25
FunctionmexFunction
solveTV1_condat.cpp Solves the TV-L1 proximity problem by applying Condat's segment construction method. Parameters: - 0: reference signa
matlab/solveTV1_condattautstring.cpp:21
FunctionmexFunction
solveTV3D_Yang.cpp Solves the 3 dimensional TV proximity problem by applying Yang's et al ADMM algorithm. Parameters: - 0: bidimensional
matlab/solveTV3D_Yang.cpp:25
FunctionmexFunction
solveTV1_PN.cpp Solves the TV-L1 proximity problem by applying a Projected Newton algorithm. Parameters: - 0: reference signal y. -
matlab/solveTV1_PN.cpp:24
FunctionradialProjection
Performs radial projection of a given point x. The present norm of x and desired norm lambda must be provided. @argument x point to project.
src/utils.cpp:62
Functiontest_tv1_1d
Tests 1-dimensional TV methods
prox_tv/prox_tv_test.py:37
Functiontest_tv1_1d_int
Tests 1-dimensional TV methods for integer inputs
prox_tv/prox_tv_test.py:46
Functiontest_tv1_2d
Tests that all 2D-TV methods produce equivalent results
prox_tv/prox_tv_test.py:106
Functiontest_tv1_tv1w_2d
Tests that 2D-TV1w == 2D-TV1 for unit weights
prox_tv/prox_tv_test.py:129
Functiontest_tv1_tvp_2d
Tests that 2D-TVp == 2D-TV1 when p=1
prox_tv/prox_tv_test.py:119
Functiontest_tv1w_1d
()
prox_tv/prox_tv_test.py:7
Functiontest_tv1w_1d_uniform_weights
()
prox_tv/prox_tv_test.py:18
Functiontest_tv1w_1d_uniform_weights_small_input
()
prox_tv/prox_tv_test.py:22
Functiontest_tv1w_2d_emengd
r"""Issue reported by emengd Make the solver fail due to missing checks on integer arguments
prox_tv/prox_tv_test.py:169
Functiontest_tv1w_2d_uniform_weights
()
prox_tv/prox_tv_test.py:143
Functiontest_tv1w_2d_uniform_weights_small_input
()
prox_tv/prox_tv_test.py:156
Functiontest_tv2_1d
()
prox_tv/prox_tv_test.py:87
Functiontest_tvgen_1d
Tests that the general solver returns correct 1d solutions
prox_tv/prox_tv_test.py:181
Functiontest_tvgen_2d
Tests that the general solver returns correct 2d solutions
prox_tv/prox_tv_test.py:192
Functiontest_tvgen_multireg
Test applying several regularizers on same dimension
prox_tv/prox_tv_test.py:212
Functiontest_tvgen_nd
Test that the general solver does not crash for high-d tensors
prox_tv/prox_tv_test.py:202
Functiontest_tvp_1d
Test that all 1D-lp-TV methods produce equivalent results
prox_tv/prox_tv_test.py:65
← previous101–140 of 140, ranked by callers