public class OpenCvFaceRecognitionModule extends AFaceRecognitionModule
| Constructor and Description |
|---|
OpenCvFaceRecognitionModule() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModuleInfo() |
java.lang.String |
getModuleVersion() |
void |
identify(Frame frame) |
void |
shutdown() |
void |
startup(com.mytechia.robobo.framework.RoboboManager manager) |
void |
train(Frame frame,
int label) |
public void startup(com.mytechia.robobo.framework.RoboboManager manager)
throws com.mytechia.commons.framework.exception.InternalErrorException
com.mytechia.commons.framework.exception.InternalErrorExceptionpublic void shutdown()
throws com.mytechia.commons.framework.exception.InternalErrorException
com.mytechia.commons.framework.exception.InternalErrorExceptionpublic java.lang.String getModuleInfo()
public java.lang.String getModuleVersion()
public void train(Frame frame, int label)
public void identify(Frame frame)