NativeLibrary class

Bindings to headers/example.h.

Constructors

NativeLibrary(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
NativeLibrary.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

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

image_model_inference(int index, Pointer<UnsignedChar> data, int height, int width, int objectDetectionFlag, Pointer<Float> output_data) OutputData
load_ml_model(Pointer<Utf8> model_path) ModelLoadResult
modelInference(int index, Pointer<Float> input_data_ptr) OutputData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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