Package cz.fidentis.analyst.drawables
Class DrawableFpSkeleton
java.lang.Object
cz.fidentis.analyst.drawables.Drawable
cz.fidentis.analyst.drawables.DrawableFpSkeleton
A drawable feature point skeleton consisting of drawable lines.
-
Nested Class Summary
Nested classes/interfaces inherited from class cz.fidentis.analyst.drawables.Drawable
Drawable.TransparencyComparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the list of lines in the skeletonvoid
loadSkeleton
(List<Landmark> featurePoints) Loads the correct lines into the skeleton based on available feature pointsMethods inherited from class cz.fidentis.analyst.drawables.Drawable
getColor, getHighlights, getRenderMode, getTransparency, isShown, setColor, setHighlights, setRenderMode, setTransparency, show
-
Constructor Details
-
DrawableFpSkeleton
Constructor- Parameters:
featurePoints
- A list of feature points
-
-
Method Details
-
loadSkeleton
Loads the correct lines into the skeleton based on available feature points- Parameters:
featurePoints
- feature points that are currently in the face
-
getSkeleton
Gets the list of lines in the skeleton- Returns:
- list of DrawableLine
-