Table of Contents

Class AthenaConstants

Namespace
Resolver.Athena
Assembly
Resolver.Athena.dll
public static class AthenaConstants
Inheritance
AthenaConstants
Inherited Members

Fields

ExpectedImageChannels

The expected number of color channels in raw input images for the Athena API.

public const int ExpectedImageChannels = 3

Field Value

int

ExpectedImageHeight

The expected height of the input image in pixels for the Athena API.

public const int ExpectedImageHeight = 448

Field Value

int

ExpectedImageWidth

The expected width of the input image in pixels for the Athena API.

public const int ExpectedImageWidth = 448

Field Value

int