Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sl. No.Database Column NameField DescriptionRemarks
1idLOC IndexString;
2imghtImage heightFloat;
3imgwidImage widthFloat;
4dumb1

The letter F, it's only there to help browse raw data

String;
5num_facesNumber of faces foundInteger;
6face_segsBounding box location of faces

String; this is a text string that has the ith face, x, y, width, height of face segment
-- each . Each face segment is separated by a semi colonsemicolon.

7dumb2The letter P, it's only there to help browse raw dataString;
8num_profilesNumber of profiles foundInteger;
9prof_segsBounding box location of profilesString;
10dumb3The letter Y, it's only there to help browse raw dataString;
11num_eyesNumber of eyes foundInteger;
12eye_segsBounding box location of eyesString;
13dumb4The letter C , it's only there to help browse raw dataString;
14num_fullclsNumber of face full closeupsInteger; 'FULL' is relative to image size
15num_midclsNumber of face mid closeupsInteger; 'MID' is relative to image size
16num_fullprofNumber of profile full closeupsInteger; 'FULL' is relative to image size
17num_midprofNumber of profile mid closeupsInteger; 'MID' is relative to image size

...