FFmpeg
|
pca.c File Reference
principal component analysis (PCA) More...
Include dependency graph for pca.c:
Go to the source code of this file.
Data Structures | |
struct | PCA |
Macros | |
#define | ROTATE(a, i, j, k, l) |
Typedefs | |
typedef struct PCA | PCA |
Functions | |
PCA * | ff_pca_init (int n) |
void | ff_pca_free (PCA *pca) |
void | ff_pca_add (PCA *pca, double *v) |
int | ff_pca (PCA *pca, double *eigenvector, double *eigenvalue) |
Detailed Description
Macro Definition Documentation
Value:
{\
Referenced by ff_pca().
Typedef Documentation
Function Documentation
int ff_pca | ( | PCA * | pca, |
double * | eigenvector, | ||
double * | eigenvalue | ||
) |
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11