Functions | |
void | displayHeads (std::vector< Eigen::VectorXf > &heads, pcl::visualization::PCLVisualizer &vis) |
void | getFilesInDirectory (bf::path &dir, std::string &rel_path_so_far, std::vector< std::string > &relative_paths, std::string &ext) |
bool | readMatrixFromFile (std::string file, Eigen::Matrix4f &matrix) |
bool | sortFiles (const std::string &file1, const std::string &file2) |
void face_detection_apps_utils::displayHeads | ( | std::vector< Eigen::VectorXf > & | heads, |
pcl::visualization::PCLVisualizer & | vis | ||
) |
Definition at line 112 of file face_detection_apps_utils.h.
void face_detection_apps_utils::getFilesInDirectory | ( | bf::path & | dir, |
std::string & | rel_path_so_far, | ||
std::vector< std::string > & | relative_paths, | ||
std::string & | ext | ||
) | [inline] |
Definition at line 69 of file face_detection_apps_utils.h.
bool face_detection_apps_utils::readMatrixFromFile | ( | std::string | file, |
Eigen::Matrix4f & | matrix | ||
) | [inline] |
Definition at line 13 of file face_detection_apps_utils.h.
bool face_detection_apps_utils::sortFiles | ( | const std::string & | file1, |
const std::string & | file2 | ||
) | [inline] |
Definition at line 37 of file face_detection_apps_utils.h.