Facial Recognition
UsePCAtoperformfacialrecognition
 All Classes Files Functions Variables Typedefs Macros
Public Attributes | List of all members
_matrix Struct Reference

represents a matrix between matrix and vector they are able to be casted into one another More...

#include <linalg.h>

Collaboration diagram for _matrix:
Collaboration graph

Public Attributes

size_t row
 the number of rows in the matrix
 
size_t col
 the number of columns in the matrix
 
double data []
 row wise expansion of the elements in the matrix
 

Detailed Description

represents a matrix between matrix and vector they are able to be casted into one another


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