makeup|SDK
makeup|SDK is a library based on visage|SDK face tracking used to configure and render virtual makeup.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
com.visagetechnologies.CamIL.IFormat Class Reference

Public Member Functions

int GetNumberOfPlanes ()
 
com.visagetechnologies.CamIL.PlaneDetails GetPlaneDetails (int index)
 
com.visagetechnologies.CamIL.Dimensions CalculateSizeForPlane (int planeIndex, int width, int height)
 

Detailed Description

Describes details about the plane.

Member Function Documentation

◆ CalculateSizeForPlane()

com.visagetechnologies.CamIL.Dimensions com.visagetechnologies.CamIL.IFormat.CalculateSizeForPlane ( int  planeIndex,
int  width,
int  height 
)
inline

Gets width and height of the specified plane for the given width and height of the image.

Parameters
indexSpecifies index of plane for the result.
widthImage width.
heightImage height.

◆ GetNumberOfPlanes()

int com.visagetechnologies.CamIL.IFormat.GetNumberOfPlanes ( )
inline

Gets number of planes the image of the specified format has. In case of interlaced formats (e.g. rgba) it's one.

◆ GetPlaneDetails()

com.visagetechnologies.CamIL.PlaneDetails com.visagetechnologies.CamIL.IFormat.GetPlaneDetails ( int  index)
inline

Gets details for the specified plane.

Parameters
indexSpecifies index of plane for the result.