|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
Public Member Functions | |
| int | GetSize () |
| int | GetWidth () |
| int | GetHeight () |
| float | GetBytesPerPixel () |
| char | GetByte (int index) |
| void | SetByte (int index, char _byte) |
| com.visagetechnologies.CamIL.PlaneDetails | GetDetails () |
| java.nio.ByteBuffer | GetBuffer () |
| void | SetBuffer (java.nio.ByteBuffer data) |
Represents an image retrieved from camera.
|
inline |
Returns a pointer to the buffer with the image data.
|
inline |
Reads byte on the given index.
| index | Buffer index to write to. Must be a valid index smaller than the plane buffer size. |
|
inline |
Returns bytes per pixel of image.
|
inline |
Gets the detaiols of the plane.
|
inline |
Returns the image height.
|
inline |
Returns the buffer size.
|
inline |
Returns the image width.
|
inline |
Copies data into buffer
| data | pointer to the data to copy. It must be same size of this plane's buffer. |
|
inline |
Writes byte to a given index.
| index | Buffer index to write to. Must be a valid index smaller than the plane buffer size. |
| byte | Value to write. |