ImageProcessConfig class
- Inheritance
-
- Object
- NativeObject
- ImageProcessConfig
Constructors
-
ImageProcessConfig.create({ImageFormat sourceFormat = ImageFormat.RGBA, ImageFormat destFormat = ImageFormat.RGBA, Filter filterType = Filter.NEAREST, Wrap wrap = Wrap.CLAMP_TO_EDGE, List<
double> ? mean, List<double> ? normal}) -
factory
-
ImageProcessConfig.fromPointer(Pointer<
mnn_image_process_config_t> ptr, {bool attach = true, int? externalSize})
Properties
- attach → bool
-
finalinherited
- destFormat ↔ ImageFormat
-
getter/setter pair
- filterType ↔ Filter
-
getter/setter pair
- finalizer → NativeFinalizer
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setterinherited
-
mean
→ List<
double> -
no setter
-
normal
→ List<
double> -
no setter
-
props
→ List<
Object?> -
no setteroverride
-
ptr
→ Pointer<
Void> -
Gets the pointer to the underlying C++ object
no setterinherited
- ref → mnn_image_process_config_t
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceFormat ↔ ImageFormat
-
getter/setter pair
- wrap ↔ Wrap
-
getter/setter pair
Methods
-
dispose(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reattach(
Pointer< Void> ptr) → void -
inherited
-
release(
) → void -
Releases the underlying C++ object
Subclasses must implement specific release logic
override
-
setMean(
List< double> value) → void -
setNormal(
List< double> value) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited