Package com.banuba.sdk.scene
Interface BeautyMorphing
-
- All Known Implementing Classes:
BeautyMorphing.CppProxy
public interface BeautyMorphing
class which is controller for beauty morphing update. Subclass of face_morphing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BeautyMorphing.CppProxy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getEyesWeight()
float
getFaceWeight()
float
getNoseWeight()
void
setEyesWeight(float value)
Sets nose morphing weight.void
setFaceWeight(float value)
Sets face morphing weight.void
setNoseWeight(float value)
Sets nose morphing weight.
-
-
-
Method Detail
-
setFaceWeight
void setFaceWeight(float value)
Sets face morphing weight.- Parameters:
value
- (float) morphing weight.
-
getFaceWeight
float getFaceWeight()
- Returns:
- morphing weight (float).
-
setNoseWeight
void setNoseWeight(float value)
Sets nose morphing weight.- Parameters:
value
- (float) morphing weight.
-
getNoseWeight
float getNoseWeight()
- Returns:
- morphing weight (float).
-
setEyesWeight
void setEyesWeight(float value)
Sets nose morphing weight.- Parameters:
value
- (float) morphing weight.
-
getEyesWeight
float getEyesWeight()
- Returns:
- morphing weight (float).
-
-