Package com.banuba.sdk.scene
Class FaceMorphing.CppProxy
java.lang.Object
com.banuba.sdk.scene.FaceMorphing.CppProxy
- All Implemented Interfaces:
FaceMorphing
- Enclosing interface:
- FaceMorphing
public static final class FaceMorphing.CppProxy extends java.lang.Object implements FaceMorphing
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.banuba.sdk.scene.FaceMorphing
FaceMorphing.CppProxy
-
Method Summary
Modifier and Type Method Description void
_djinni_private_destroy()
protected void
finalize()
float
getEyesWeight()
float
getFaceWeight()
MorphingType
getMorphingType()
float
getNoseWeight()
Mesh
getWarpMesh()
void
setEyesWeight(float value)
void
setFaceWeight(float value)
void
setMorphingType(MorphingType type)
void
setNoseWeight(float value)
void
setWarpMesh(Mesh mesh)
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
_djinni_private_destroy
public void _djinni_private_destroy() -
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
setMorphingType
- Specified by:
setMorphingType
in interfaceFaceMorphing
-
getMorphingType
- Specified by:
getMorphingType
in interfaceFaceMorphing
-
setWarpMesh
- Specified by:
setWarpMesh
in interfaceFaceMorphing
-
getWarpMesh
- Specified by:
getWarpMesh
in interfaceFaceMorphing
-
setFaceWeight
public void setFaceWeight(float value)- Specified by:
setFaceWeight
in interfaceFaceMorphing
-
getFaceWeight
public float getFaceWeight()- Specified by:
getFaceWeight
in interfaceFaceMorphing
-
setNoseWeight
public void setNoseWeight(float value)- Specified by:
setNoseWeight
in interfaceFaceMorphing
-
getNoseWeight
public float getNoseWeight()- Specified by:
getNoseWeight
in interfaceFaceMorphing
-
setEyesWeight
public void setEyesWeight(float value)- Specified by:
setEyesWeight
in interfaceFaceMorphing
-
getEyesWeight
public float getEyesWeight()- Specified by:
getEyesWeight
in interfaceFaceMorphing
-