|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
#import <FeatureTemplate.h>
Inherits NSObject.
Instance Methods | |
| (id) | - init |
| (NSMutableDictionary *) | - ToJSON |
Class Methods | |
| (PipeTemplate *) | + FromJSON: |
Properties | |
| NSMutableArray< FilterQueueTemplate * > * | filters |
| NSMutableArray< MaskTemplate * > * | masks |
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.
| + (PipeTemplate *) FromJSON: | (NSDictionary *) | jsonDictionary |
Returns PipeTemplate object out of JSON dictionary.
| jsonDictionary | JSON dictionary |
| - (id) init |
Initializes new PipeTemplate.
| - (NSMutableDictionary *) ToJSON |
Returns JSON dictionary out of this PipeTemplate object.
|
readwritenonatomicstrong |
List storing custom mask definitions.
|
readwritenonatomicstrong |
List storing blending and filtering steps of rendering procedure of a makeup feature.