_LBPHFaceRecognizer

Undocumented in source.

Members

Functions

getNeighbors
int getNeighbors()
Undocumented in source. Be warned that the author may not have intended to support it.
loadFile
void loadFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
predict
int predict(Mat sample)
Undocumented in source. Be warned that the author may not have intended to support it.
predictExtended
PredictResponse predictExtended(Mat sample)
Undocumented in source. Be warned that the author may not have intended to support it.
saveFile
void saveFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
setNeighbors
void setNeighbors(int neighbors)
Undocumented in source. Be warned that the author may not have intended to support it.
setRadius
void setRadius(int radius)
Undocumented in source. Be warned that the author may not have intended to support it.
setThreshold
void setThreshold(double threshold)
Undocumented in source. Be warned that the author may not have intended to support it.
train
void train(Mats images, IntVector labels)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(Mats images, IntVector labels)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

p
void* p;
Undocumented in source.

Meta