|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
Public Member Functions | |
| Image (int width, int height, com.visagetechnologies.CamIL.EFormat format) | |
| com.visagetechnologies.CamIL.Image | Clone () |
| int | GetSize () |
| int | GetPlaneCount () |
| Retrieve the plane count from the image. | |
| com.visagetechnologies.CamIL.Plane | GetPlane (int index) |
| com.visagetechnologies.CamIL.IFormat | GetFormat () |
| com.visagetechnologies.CamIL.Plane | GetPlane (String plane) |
Represents an image retrieved from camera.
|
inline |
Creates a new image.
| width | Image width. |
| height | Image height. |
| format | Image format. The only formats currently supported for both tracking and rendering are: BGRA, LUMINANCE, RGB, RGBA. |
|
inline |
Duplicates image and it's buffer.
|
inline |
Gets the format description object.
|
inline |
Gets the plane.
|
inline |
Gets the plane.
|
inline |
Retrieve the plane count from the image.
|
inline |
Returns the buffer size.