#include <cob_people_detection/subspace_analysis.h>#include <cob_people_detection/face_normalizer.h>#include <opencv2/opencv.hpp>#include <iostream>#include <fstream>#include <sys/time.h>#include <boost/timer.hpp>
Go to the source code of this file.
Functions | |
| int | main (int argc, const char *argv[]) |
| bool | preprocess (cv::Mat &img, cv::Mat &xyz, FaceNormalizer *fn, bool normalize, cv::Size &norm_size, cv::Mat &dm) |
| bool | preprocess (cv::Mat &img, FaceNormalizer *fn, bool normalize, cv::Size &norm_size) |
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Definition at line 52 of file ssa_test.cpp.
| bool preprocess | ( | cv::Mat & | img, |
| cv::Mat & | xyz, | ||
| FaceNormalizer * | fn, | ||
| bool | normalize, | ||
| cv::Size & | norm_size, | ||
| cv::Mat & | dm | ||
| ) |
Definition at line 9 of file ssa_test.cpp.
| bool preprocess | ( | cv::Mat & | img, |
| FaceNormalizer * | fn, | ||
| bool | normalize, | ||
| cv::Size & | norm_size | ||
| ) |
Definition at line 32 of file ssa_test.cpp.