Class LandmarksChangedEvent
java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
cz.fidentis.analyst.engines.face.events.LandmarksChangedEvent
Some landmarks were added, removed, or shifted.
-
Constructor Summary
ConstructorsConstructorDescriptionLandmarksChangedEvent
(HumanFace face, String name, Object issuer) Constructor. -
Method Summary
Methods inherited from class cz.fidentis.analyst.data.face.HumanFaceEvent
getFace, getIssuer, getName
-
Constructor Details
-
LandmarksChangedEvent
Constructor.- Parameters:
face
- Human face related to the eventname
- Event name provided by issuerissuer
- The issuer
-