Versions Compared

Key

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

...

Code Block
languagejs
themeEclipse
titleFacesInfo Sample JSON Document
//Input CSV Data: fsa1997018503,723.0,1024.0,F,1,"1,185,210,113,113;",P,0,-1,Y,1,"1,55,31,26,26;",C,0,0,0,0
{
	"id": "fsa1997018503",
	"imght": 723.0,
	"imgwd": 1024.0,
	"num_faces": 1,
	"face_segs": 
		[
			{
				"x": 185,
				"y": 210,
				"width": 113,
				"height": 113
			}
		],
	"num_profiles": 0,
	"prof_segs": [],
	"num_eyes": 1,
	"eye_segs": 
		[
			{
				"x": 55,
				"y": 31,
				"width": 26,
				"height": 26
			}
		],
	"num_fullcls": 0,
	"num_midcls": 0,
	"num_fullprof": 0,
	"num_midprof": 0
}

ImageProperties

Sl. No.Database Column NameField DescriptionRemarks
1idLOC IndexString;
2holePresence of Stryker holeBoolean;
3borderPresence of borderBoolean;
4meangrayMean of grayscale values (not including hole and border)Float;
5stdgrayStandard deviation of grayscale values (not including hole and border)Float;

...