9 #ifndef __PBIO_API__PBIO__LIVENESS_ESTIMATOR_H_
10 #define __PBIO_API__PBIO__LIVENESS_ESTIMATOR_H_
16 #include "ComplexObject.h"
17 #include "RawSample.h"
20 #include "stl_wraps_impls/WrapOStreamImpl.h"
42 typedef LightSmartPtr<LivenessEstimator>::tPtr
Ptr;
113 const DHPtr &dll_handle,
133 LivenessEstimator::LivenessEstimator(
134 const DHPtr &dll_handle,
136 ComplexObject(dll_handle, impl)
145 void* exception = NULL;
147 const int result = _dll_handle->LivenessEstimator_estimateLiveness(
151 checkException(exception, *_dll_handle);
167 void* exception = NULL;
169 _dll_handle->LivenessEstimator_addSample(
171 (pbio::facerec::RawSampleImpl
const*) sample._impl,
174 checkException(exception, *_dll_handle);
180 #endif // __PBIO_API__PBIO__LIVENESS_ESTIMATOR_H_
Интерфейсный объект для создания других интерфейсных объектов.
Definition: FacerecService.h:64
Интерфейсный объект для определения принадлежности лица реальному человеку.
Definition: LivenessEstimator.h:33
Интерфейсный объект, хранящий образец лица.
Definition: RawSample.h:49
Недостаточно информации.
Definition: LivenessEstimator.h:56
Error - класс исключений, выбрасываемых при возникновении ошибок.
Лицо взято с фото.
Definition: LivenessEstimator.h:70
void addSample(const pbio::RawSample &)
Добавить образец наблюдаемого лица с нового кадра.
Definition: LivenessEstimator.h:165
Definition: FacerecService.mm:79
LightSmartPtr< LivenessEstimator >::tPtr Ptr
Псевдоним для типа умного указателя на LivenessEstimator.
Definition: LivenessEstimator.h:42
Liveness
Результат определения принадлежности лица живому человеку.
Definition: LivenessEstimator.h:49
Liveness estimateLiveness()
Определить принадлежность лица реальному человеку.
Definition: LivenessEstimator.h:143
Лицо принадлежит реальному человеку.
Definition: LivenessEstimator.h:63