3 int main(
int,
char const **) {
5 using t_i = std::tuple<std::string, sopt::t_uint>;
14 auto coefficients = sara.direct(input);
18 sara.indirect(coefficients, recover);
21 if (not input.isApprox(recover))
throw std::exception();
25 if (not coefficients.rightCols(input.cols()).isApprox(DB3_coeffs))
throw std::exception();
Sparsity Averaging Reweighted Analysis.
void emplace_back(std::string const &name, t_uint nlevels)
Adds a wavelet of specific type.
int main(int, char const **)
Eigen::Array< T, Eigen::Dynamic, Eigen::Dynamic > Image
A 2-dimensional list of elements of given type.