![]() |
SOPT
Sparse OPTimisation
|
#include <algorithm>
#include <exception>
#include <functional>
#include <iostream>
#include <random>
#include <vector>
#include <ctime>
#include <catch2/catch_all.hpp>
#include "sopt/imaging_forward_backward.h"
#include "sopt/l1_non_diff_function.h"
#include "sopt/logging.h"
#include "sopt/maths.h"
#include "sopt/relative_variation.h"
#include "sopt/sampling.h"
#include "sopt/types.h"
#include "sopt/utilities.h"
#include "sopt/wavelets.h"
#include "tools_for_tests/directories.h"
#include "tools_for_tests/tiffwrappers.h"
Go to the source code of this file.
Typedefs | |
using | Scalar = double |
using | Vector = sopt::Vector< Scalar > |
using | Matrix = sopt::Matrix< Scalar > |
using | Image = sopt::Image< Scalar > |
Functions | |
TEST_CASE ("Inpainting") | |
using Image = sopt::Image<Scalar> |
Definition at line 30 of file inpainting.cc.
using Matrix = sopt::Matrix<Scalar> |
Definition at line 29 of file inpainting.cc.
using Scalar = double |
Definition at line 27 of file inpainting.cc.
using Vector = sopt::Vector<Scalar> |
Definition at line 28 of file inpainting.cc.
TEST_CASE | ( | "Inpainting" | ) |
Definition at line 32 of file inpainting.cc.
References sopt::epsilon(), sopt::wavelets::factory(), mersenne(), sopt::tools::read_standard_tiff(), and sopt::sigma().