|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
Public Member Functions | |
| JSONObject | ToJSON () |
Static Public Member Functions | |
| static PipeTemplate | FromJSON (JSONObject jsonObject) |
Public Attributes | |
| List< MaskTemplate > | masks = new ArrayList<>() |
| List< FilterQueueTemplate > | filters = new ArrayList<>() |
Stores a list of blending and filtering steps required to render a makeup feature. Contains of a list of MaskTemplate objects defining custom masks which can be used as inputs in filters. Contains a list of FilterQueueTemplate objects each of which define a single step in the rendering procedure.
|
inlinestatic |
Deserializes PipeTemplate object from JSON representation
| jsonObject | JSON object |
|
inline |
Returns JSON object out of this PipeTemplate object
| List<FilterQueueTemplate> com.visagetechnologies.makeupsdk.PipeTemplate.filters = new ArrayList<>() |
List storing blending and filtering steps of rendering procedure of a makeup feature.
| List<MaskTemplate> com.visagetechnologies.makeupsdk.PipeTemplate.masks = new ArrayList<>() |
List storing custom mask definitions.