FFmpeg
|
pca.h File Reference
principal component analysis (PCA) More...
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
struct PCA * | ff_pca_init (int n) |
void | ff_pca_free (struct PCA *pca) |
void | ff_pca_add (struct PCA *pca, double *v) |
int | ff_pca (struct PCA *pca, double *eigenvector, double *eigenvalue) |
Detailed Description
Function Documentation
int ff_pca | ( | struct PCA * | pca, |
double * | eigenvector, | ||
double * | eigenvalue | ||
) |
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11