public class GeometricAttributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
headImageHeightRatio
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 |
headImageWidthRatio
Value indicating if the image width is conform to the (image width / head width) ratio of 7:5.
|
int |
horizontalPosition
Value indicating if the head is correctly centered horizontally.
|
int |
resolution
Value indicating if the image resolution is sufficient.
|
int |
verticalPosition
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.
|
| Constructor and Description |
|---|
GeometricAttributes()
Initializes an empty instance of the GeometricAttributes class.
|
GeometricAttributes(GeometricAttributes geometricAttributes)
Initializes a new instance of the GeometricAttributes class by copying another GeometricAttributes.
|
GeometricAttributes(int headImageHeightRatio,
int headImageWidthRatio,
int horizontalPosition,
int resolution,
int verticalPosition)
Initializes a new instance of the GeometricAttributes class from its members.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public int headImageHeightRatio
public int headImageWidthRatio
public int horizontalPosition
public int resolution
public int verticalPosition
public GeometricAttributes()
public GeometricAttributes(int headImageHeightRatio,
int headImageWidthRatio,
int horizontalPosition,
int resolution,
int verticalPosition)
headImageHeightRatio - 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.headImageWidthRatio - Value indicating if the image width is conform to the (image width / head width) ratio of 7:5.horizontalPosition - Value indicating if the head is correctly centered horizontally.resolution - Value indicating if the image resolution is sufficient.verticalPosition - 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.public GeometricAttributes(GeometricAttributes geometricAttributes)
geometricAttributes - The GeometricAttributes to copy.Copyright © id3 Technologies. All rights reserved. eu.id3.face