#include <csu_recognizer.h>
Public Methods | |
| csu_recognizer (string filename) | |
| csu_recognizer () | |
| void | add_image (GrayImage &to_add, string name, unsigned int lx, unsigned int ly, unsigned int rx, unsigned int ry) |
| void | compute_distance (GrayImage &test, double &distance, string &name) |
| void | compute_distance (GrayImage &test, double &distance, string &name, unsigned int lx, unsigned int ly, unsigned int rx, unsigned int ry) |
| void | update (void) |
| void | save (string fileName) |
Private Attributes | |
| vector< string > | names |
| csu::Matrix | mean |
| csu::Matrix | values |
| csu::Matrix | basis |
| csu::Matrix | images |
| csu::Matrix | projected_images |
| string | filename |
| bool | set |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002