Class DrawableFpSkeleton

java.lang.Object
cz.fidentis.analyst.drawables.Drawable
cz.fidentis.analyst.drawables.DrawableFpSkeleton

public class DrawableFpSkeleton extends Drawable
A drawable feature point skeleton consisting of drawable lines.
  • Constructor Details

    • DrawableFpSkeleton

      public DrawableFpSkeleton(List<Landmark> featurePoints)
      Constructor
      Parameters:
      featurePoints - A list of feature points
  • Method Details

    • loadSkeleton

      public void loadSkeleton(List<Landmark> featurePoints)
      Loads the correct lines into the skeleton based on available feature points
      Parameters:
      featurePoints - feature points that are currently in the face
    • getSkeleton

      public List<DrawableLine> getSkeleton()
      Gets the list of lines in the skeleton
      Returns:
      list of DrawableLine
    • renderObject

      protected void renderObject(com.jogamp.opengl.GL2 gl)
      Specified by:
      renderObject in class Drawable