BasicImageLoadOptions

data class BasicImageLoadOptions(var roi: Rect = Rect()) : Parcelable

Basic options for loading image.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(roi: Rect = Rect())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var roi: Rect

Region of interest.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject