1#ifndef TGBOT_MARKPOSITION_H
2#define TGBOT_MARKPOSITION_H
16 typedef std::shared_ptr<MaskPosition>
Ptr;
This object describes the position on faces where a mask should be placed by default.
std::shared_ptr< MaskPosition > Ptr
float yShift
Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom....
std::string point
The part of the face relative to which the mask should be placed. One of “forehead”,...
float scale
Mask scaling coefficient. For example, 2.0 means double size.
float xShift
Shift by X-axis measured in widths of the mask scaled to the face size, from left to right....