OpenCV
3.1.0-dev
Open Source Computer Vision
|
Enumerations | |
enum | actionType { circle = 1, triangle, updown, rightleft, wave, z, cross, comehere, turnaround, pat } |
enum | backgroundType { woodenBoard = 1, whitePaper, paperWithCharacters } |
enum | datasetType { humaneva_1 = 1, humaneva_2 } |
enum | genderType { male = 0, female, none } |
enum | illuminationType { light = 1, dark } |
enum | imageType { LEFT = 0, RIGHT, LADYBUG } |
enum | poseType { fist = 1, index, flat } |
enum | sampleType { POS = 0, NEG = 1 } |
Functions | |
void | createDirectory (const std::string &path) |
void | getDirList (const std::string &dirName, std::vector< std::string > &fileNames) |
void | split (const std::string &s, std::vector< std::string > &elems, char delim) |