Class HumanFaceTransformedEvent
java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
cz.fidentis.analyst.engines.face.events.HumanFaceTransformedEvent
A human face all its components (mesh, symmetry plane, feature points, etc.)
have been transformed in scape.
-
Constructor Summary
ConstructorsConstructorDescriptionHumanFaceTransformedEvent
(HumanFace face, String name, Object issuer) Constructor of finished transformation.HumanFaceTransformedEvent
(HumanFace face, String name, Object issuer, boolean isFinished) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
it the transformation is finished (is not under progress)Methods inherited from class cz.fidentis.analyst.data.face.HumanFaceEvent
getFace, getIssuer, getName
-
Constructor Details
-
HumanFaceTransformedEvent
Constructor of finished transformation.- Parameters:
face
- Human face related to the eventname
- Event name provided by issuerissuer
- The issuer
-
HumanFaceTransformedEvent
Constructor.- Parameters:
face
- Human face related to the eventname
- Event name provided by issuerissuer
- The issuerisFinished
- iftrue
, then it is supposed that the transformation will continue (is in the progress).
-
-
Method Details
-
isFinished
public boolean isFinished()Returnstrue
it the transformation is finished (is not under progress)- Returns:
true
it the transformation is finished
-