Class SymmetryPlaneChangedEvent
java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
cz.fidentis.analyst.engines.face.events.SymmetryPlaneChangedEvent
A new symmetry plane has been added or the previous one has been recomputed.
If the plane is transformed separately (without the transformation of mesh or
other parts of the human face), use this event as well.
On the contrary, if symmetry plane is transformed together with
the mesh transformation, use the
HausdorffDistanceComputed
event instead.-
Constructor Summary
ConstructorsConstructorDescriptionSymmetryPlaneChangedEvent
(HumanFace face, String name, Object issuer) Constructor. -
Method Summary
Methods inherited from class cz.fidentis.analyst.data.face.HumanFaceEvent
getFace, getIssuer, getName
-
Constructor Details
-
SymmetryPlaneChangedEvent
Constructor.- Parameters:
face
- Human face related to the eventname
- Event name provided by issuerissuer
- The issuer
-