InputImageSelectionStrategy

Represents the strategy used to select the best input image from a pool of stable input images.

Before selecting the best quality image, a sequence of stable input images must be available. From this pool of input images, the one with the highest quality is selected. An input image is considered stable if the image analysis results are consistent across consecutive stream of input images.

A larger pool size increases the likelihood of capturing a high-quality image but may introduce a slight delay, as more stable input images need to be collected.

Entries

Link copied to clipboard

Selects first acceptable stable input image.

Link copied to clipboard

Processing is faster, but it is possible to select input image with lower quality because smaller pool of stable input images is considered.

Link copied to clipboard

Trade-off for quality and speed.

Link copied to clipboard

Processing is slower in order to select high quality input image because larger pool of stable input images is considered.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.