BRL-CAD
Loading...
Searching...
No Matches
pca.h File Reference
#include "common.h"
#include "vmath.h"
#include "bg/defines.h"
Include dependency graph for pca.h:

Go to the source code of this file.

Functions

int bg_pca (point_t *c, vect_t *xaxis, vect_t *yaxis, vect_t *zaxis, size_t npnts, point_t *pnts)
 Perform a Principle Component Analysis on a set of points.