|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
Public Member Functions | |
| int | GetNumberOfPlanes () |
| com.visagetechnologies.CamIL.PlaneDetails | GetPlaneDetails (int index) |
| com.visagetechnologies.CamIL.Dimensions | CalculateSizeForPlane (int planeIndex, int width, int height) |
Describes details about the plane.
|
inline |
Gets width and height of the specified plane for the given width and height of the image.
| index | Specifies index of plane for the result. |
| width | Image width. |
| height | Image height. |
|
inline |
Gets number of planes the image of the specified format has. In case of interlaced formats (e.g. rgba) it's one.
|
inline |
Gets details for the specified plane.
| index | Specifies index of plane for the result. |