Newer
Older
CasicIrisIdentify / utils / TimeCounterUtil.cpp
#include "TimeCounterUtil.h"

TimeCounterUtil::TimeCounterUtil()
{
    faceCapCounter = new QTimer();
    irisCapCounter = new QTimer();
    clockCounter = new QTimer();
}