Skip to content
Lukas Mueller edited this page Sep 30, 2021 · 9 revisions

Automated Image Analysis

Introduction

Images stored in Breedbase can be subjected to automated analyses using a standardized protocol and store the results, usually keyed to a trait, into the database.

User interface

The user interface to submit images to analysis is available on Breedbase at the URL /tools/image_analysis.

Querying of images and submission to an analysis of choice is available.

The analysis services are currently defined in mason/tools/image_analysis.mas. This should be refactored into an entry in sgn_local.conf.

Backend implementation

The JSON structure of the call is defined as follows:

{{{ ...add here... }}}

Clone this wiki locally