Option

sealed class Option

Defines possible Input usage options that ImageProcessor should consider when interacting with it.

Since

1.7.0

Types

Link copied to clipboard

ImageProcessor should crop each Input.Frame before processing. Only a single Crop option can be passed while calling ImageProcessor.connectInput.

Link copied to clipboard

ImageProcessor should mirror each Input.Frame horizontally before processing.

Link copied to clipboard

ImageProcessor should mirror each Input.Frame vertically before processing.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard