Versions Compared

Key

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

...

At the time of writing this document, there are about 171,000 images from the Library of Congress Farm Security Administration/Office of War Information Photograph Collection that were processed for extracting various features like faces, eyes, facial profile, closeups, printed text, presence of Stryker hole, presence of border, mean and standard deviation of grayscale values, subject details, photographer details, and category details. These were computed on XSEDE Comet by using stripped down version of Clowder Extractors or in certain cases, by creating new standalone programs. Integrating this information with Clowder is important to use its features like RESTful API, authentication and authorization, available visualizations, etc.

Database

...

Table Descriptions and Converted Sample JSON Documents

The following set of tables contain description about the database tables that contain extracted metadata. Following each database table description is an example JSON document that will be generated by the Extractor Integration Script for that particular table.

...

Sl. No.Database Column NameField DescriptionRemarks
1idLOC IndexString;
2categoryLOC Category number (other_number field in the image JSON document)String;

...

Code Block
languagejs
themeEclipse
titleCategoryInfo
{
	"id": "fsa1997018591",
	"category": "F 665"
}

...