GeometricAttributes Structure¶
Namespace: id3.Face
Definition¶
Represents the geometric attributes of a portrait image.
class GeometricAttributes
class GeometricAttributes
public partial struct GeometricAttributes
public class GeometricAttributes
public typealias GeometricAttributes = id3FaceGeometricAttributes
typedef struct id3FaceGeometricAttributes
Properties¶
Name |
Type |
Description |
---|---|---|
int |
Value indicating if the distance between the base of the chin and the crown is less than 80% of the total height of the image. |
|
int |
Value indicating if the image width is conform to the (image width / head width) ratio of 7:5. |
|
int |
Value indicating if the head is correctly centered horizontally. |
|
int |
Value indicating if the image resolution is sufficient. |
|
int |
Value indicating if the distance from the bottom edge of the image to the imaginary line passing through the center of the eyes is between 50% - 70% of the total vertical length of the image. |