SuperResolution class

Constructors

SuperResolution()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
upscale(PType? ptype, bool? enhanceface, Model? model, bool? enhancequality) TransformationData
Method for Super Resolution Module @param Type Type? (Default: 2x) @param Enhance Face bool (Default: false) @param Model Model? (Default: Picasso) @param Enhance Quality bool (Default: false) @return TransformationData.

Operators

operator ==(Object other) bool
The equality operator.
inherited