Package gov.nih.mipav.model.file
Class MetadataExtractor.Face
java.lang.Object
gov.nih.mipav.model.file.MetadataExtractor.Face
- Enclosing class:
MetadataExtractor
Class to hold information about a detected or recognized face in a photo.
When a face is detected, the camera believes that a face is present at a given location in the image, but is not sure whose face it is. When a face is recognised, then the face is both detected and identified as belonging to a known person.
- Author:
- Philipp Sandhaus, Drew Noakes
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFace(int x, int y, int width, int height, String name, MetadataExtractor.Age age) -
Method Summary
-
Field Details
-
_x
private final int _x -
_y
private final int _y -
_width
private final int _width -
_height
private final int _height -
_name
-
_age
-
-
Constructor Details
-
Face
-
-
Method Details