Class BeautyMorphing.CppProxy

java.lang.Object
com.banuba.sdk.scene.BeautyMorphing.CppProxy
All Implemented Interfaces:
BeautyMorphing
Enclosing interface:
BeautyMorphing

public static final class BeautyMorphing.CppProxy extends Object implements BeautyMorphing
  • Method Details

    • _djinni_private_destroy

      public void _djinni_private_destroy()
    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • setFaceWeight

      public void setFaceWeight(float value)
      Description copied from interface: BeautyMorphing
      Sets face morphing weight.
      Specified by:
      setFaceWeight in interface BeautyMorphing
      Parameters:
      value - (float) morphing weight.
    • getFaceWeight

      public float getFaceWeight()
      Specified by:
      getFaceWeight in interface BeautyMorphing
      Returns:
      morphing weight (float).
    • setNoseWeight

      public void setNoseWeight(float value)
      Description copied from interface: BeautyMorphing
      Sets nose morphing weight.
      Specified by:
      setNoseWeight in interface BeautyMorphing
      Parameters:
      value - (float) morphing weight.
    • getNoseWeight

      public float getNoseWeight()
      Specified by:
      getNoseWeight in interface BeautyMorphing
      Returns:
      morphing weight (float).
    • setEyesWeight

      public void setEyesWeight(float value)
      Description copied from interface: BeautyMorphing
      Sets nose morphing weight.
      Specified by:
      setEyesWeight in interface BeautyMorphing
      Parameters:
      value - (float) morphing weight.
    • getEyesWeight

      public float getEyesWeight()
      Specified by:
      getEyesWeight in interface BeautyMorphing
      Returns:
      morphing weight (float).