PanoramaIsolate class
A utility class for stitching panoramas in an isolate. Provides keys for parameters and return values.
Constructors
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
stitchInIsolate(
Map< String, dynamic> params) → Map<String, dynamic> - Runs the panorama stitching in an isolate. Takes a map of parameters including image paths, return type, and file path. Returns a map with success status, error message, bytes of the stitched image, or file path.
Constants
- kBytes → const String
- Parameters key for bytes of the stitched image
- kError → const String
- Parameters key for error messages
- kFilePath → const String
- Parameters key for file path where the stitched image will be saved
- kImagePaths → const String
- Parameters key for image paths
- kReturnType → const String
- Parameters key for return type of the stitched image
- kReturnTypeBytes → const String
- Possible return type for bytes of the stitched image
- kReturnTypeFilePath → const String
- Possible return type for file path of the stitched image
- kSuccess → const String
- Parameters key to return success status