|
makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
|
#import <CamIL_Plane.h>
Inherits NSObject.
Instance Methods | |
| (int) | - GetSize |
| (int) | - GetWidth |
| (int) | - GetHeight |
| (float) | - GetBytesPerPixel |
| (char) | - GetByteAtIndex: |
| (void const *) | - GetBuffer |
Represents an image retrieved from camera.
| - (void const *) GetBuffer |
Returns a pointer to the buffer with the image data.
| - (char) GetByteAtIndex: | (int) | index |
Reads byte on the given index.
| index | Buffer index to write to. Must be a valid index smaller than the plane buffer size. |
| - (float) GetBytesPerPixel |
Returns bytes per pixel of image.
| - (int) GetHeight |
Returns the image height.
| - (int) GetSize |
Returns the buffer size.
| - (int) GetWidth |
Returns the image width.