Xmipp  v3.23.11-Nereus
Functions | Variables
kSVD.h File Reference
#include <core/matrix2d.h>
#include <core/matrix1d.h>
#include <vector>
Include dependency graph for kSVD.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double orthogonalMatchingPursuit (const Matrix1D< double > &x, const Matrix2D< double > &D, int S, Matrix1D< double > &alpha)
 
double lasso (const Matrix1D< double > &x, const Matrix2D< double > &D, const Matrix2D< double > &DtD, const Matrix2D< double > &DtDlambdaInv, double lambda, Matrix1D< double > &alpha, const int maxIter=20, const double tol=0.005)
 

Variables

constexpr int OMP_PROJECTION = 1
 
constexpr int LASSO_PROJECTION = 2