Libav
Data Fields

PCA Struct Reference

Data Fields

build buildd libav libavutil
pca c int 
count
int n
double * covariance
double * mean

Detailed Description

Definition at line 30 of file pca.c.


Field Documentation

build buildd libav libavutil pca c int PCA::count

Definition at line 32 of file pca.c.

Referenced by ff_pca(), ff_pca_add(), and ff_pca_init().

double* PCA::covariance

Definition at line 34 of file pca.c.

Referenced by ff_pca(), ff_pca_add(), ff_pca_free(), and ff_pca_init().

double* PCA::mean

Definition at line 35 of file pca.c.

Referenced by ff_pca(), ff_pca_add(), ff_pca_free(), and ff_pca_init().

int PCA::n

Definition at line 33 of file pca.c.

Referenced by ff_pca(), ff_pca_add(), and ff_pca_init().


The documentation for this struct was generated from the following file: