Video Processing Framework
FeretPerson Class Reference

#include <Face_FeretDbData.h>

Inheritance diagram for FeretPerson:
FGPerson TemplateData< FGFaceImgPoints * > TemplateData< FGFaceImgPoints * > AbstractData AbstractData

List of all members.

Public Member Functions

 FeretPerson (int allocateNumElements=0, std::string name="PUTPerson")
virtual ~FeretPerson ()
 VIRTUAL Destructor

virtual FeretPersonduplicate ()
 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.

Constructor & Destructor Documentation

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


Member Function Documentation

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]

Member Data Documentation

std::vector<std::string> FeretPerson::allImages

Person file names
Every image has its own
- landmark

  • region
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]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines