Hugin trunk 0.1
Loading...
Searching...
No Matches
eig_jacobi.h
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
2
28#ifndef _HUGIN_MATH_EIG_JACOBI_H
29#define _HUGIN_MATH_EIG_JACOBI_H
30
31
32namespace hugin_utils
33{
34
52 void eig_jacobi( int n, double a[3][3], double v[3][3], double *d,int* ind,int* maxsweep,int* maxannil,double* epsilon);
53
54}
55
56#endif // _H
57
58
59
namespace for various utils
void eig_jacobi(int n, double a[3][3], double v[3][3], double *d, int *ind, int *maxsweep, int *maxannil, double *epsilon)
Implements jacobi eigenvalue/vector algorithm on a symmetric matrix stored as a 2 dimensional matrix ...
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.
Definition threshold.h:41