Vuo  2.3.2
Classes | Functions
VuoFace.h File Reference

Description

VuoFace C type definition.

Definition in file VuoFace.h.

Go to the source code of this file.

Classes

struct  VuoFace
 Coordinates of a face and its landmarks. More...
 

Functions

VuoFace VuoFace_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoFace_getJson (const VuoFace f)
 Encodes f as a JSON object. More...
 
char * VuoFace_getSummary (const VuoFace f)
 Returns a compact string representation of f. More...
 
VuoFace VuoFace_make (VuoRectangle face, VuoPoint2d leftEye, VuoPoint2d rightEye, VuoPoint2d nose, VuoPoint2d mouthLeftEdge, VuoPoint2d mouthRightEdge)
 Creates a new face structure from the specified values. More...
 
VuoFace VuoFace_makeFromString (const char *initializer)
 Automatically generated function. More...
 
char * VuoFace_getString (const VuoFace value)
 Automatically generated function. More...