|
Video Processing Framework
|
#include <Face_FeretDbData.h>
Public Member Functions | |
| FeretPerson (int allocateNumElements=0, std::string name="PUTPerson") | |
| virtual | ~FeretPerson () |
| VIRTUAL Destructor | |
| virtual FeretPerson * | duplicate () |
| METODE | |
| virtual int | initPerson (std::string &persName, int imageIndex=-1) |
| virtual int | addImage (std::string &imageFn) |
| virtual int | readPersonData () |
Public Attributes | |
| std::vector< std::string > | allImages |
| std::vector< std::string > | frontalImages |
| Frontal images (as part of allImages) | |
| std::vector< std::string > | contourImages |
| Image names with contours (mostly frontal images) | |
| std::string | persId |
| Del poti do txt fajlov s podatki. | |
| int | persYOB |
| int | persGender |
| std::string | persRace |
Static Public Attributes | |
| static std::string | dataFileExt = "txt" |
| static std::string | imageFileExt = "ppm" |
| static std::string | dataPath = "data\\ground_truths\\name_value" |
| static std::string | imagesPath = "data\\smaller" |
| static float | sizeFactor = 2.0 |
| static bool | imagePersonDir = true |
| static int | debugMode = 0 |
| Kaj bo pokazal. | |
| FeretPerson::FeretPerson | ( | int | allocateNumElements = 0, |
| std::string | name = "PUTPerson" |
||
| ) |
Constructor, with optional parameters
if allocateNumElements specified, then allocates given number of elements in first frame
| FeretPerson::~FeretPerson | ( | ) | [virtual] |
VIRTUAL Destructor
| int FeretPerson::addImage | ( | std::string & | imageFn | ) | [virtual] |
| virtual FeretPerson* FeretPerson::duplicate | ( | ) | [inline, virtual] |
METODE
Reimplemented from FGPerson.
| int FeretPerson::initPerson | ( | std::string & | persName, |
| int | imageIndex = -1 |
||
| ) | [virtual] |
INICIALIZIRA (loada) osebo, default nalozi vse slike
Lahko podamo, katero sliko naj nalozi
| int FeretPerson::readPersonData | ( | ) | [virtual] |
| std::vector<std::string> FeretPerson::allImages |
Person file names
Every image has its own
- landmark
| std::vector<std::string> FeretPerson::contourImages |
Image names with contours (mostly frontal images)
std::string FeretPerson::dataFileExt = "txt" [static] |
std::string FeretPerson::dataPath = "data\\ground_truths\\name_value" [static] |
int FeretPerson::debugMode = 0 [static] |
Kaj bo pokazal.
| std::vector<std::string> FeretPerson::frontalImages |
Frontal images (as part of allImages)
std::string FeretPerson::imageFileExt = "ppm" [static] |
bool FeretPerson::imagePersonDir = true [static] |
std::string FeretPerson::imagesPath = "data\\smaller" [static] |
| std::string FeretPerson::persId |
Del poti do txt fajlov s podatki.
Podatki o osebi
| std::string FeretPerson::persRace |
float FeretPerson::sizeFactor = 2.0 [static] |