![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Classes | |
class | Native |
Public Member Functions | |
Tracker (TrackerConfig config) throws FaceSDKException | |
VideoStream | makeStream (long streamId) throws FaceSDKException |
void | commitFrames () |
int | getVersion () |
boolean | equals (Object o) |
int | hashCode () |
void | close () throws Exception |
Protected Member Functions | |
void | finalize () throws Throwable |
Tracker tracks persons in the video stream and collects faces of the same person in one track.
Trackes uses FaceDetector, so make sure that your license allows to use face detector.
|
inline |
Creates Tracker with specified config object.
config | the config object. |
IllegalArgumentException | if config is null |
FaceSDKException | in case of an error in native code. |
|
inline |
Processes all frames pushed to binded video stream.
|
inline |
Makes VideoStream binded to this tracker.
streamId | id of stream |
FaceSDKException | in case of an error in native code. |