KernelInfo class

Represents an image kernel matrix.

Constructors

KernelInfo({KernelInfoType? type, int? width, int? height, int? x, int? y, Float64List? values, double? minimum, double? maximum, double? negativeRange, double? positiveRange, double? angle, KernelInfo? next, int? signature})

Properties

angle double?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
height int?
getter/setter pair
maximum double?
getter/setter pair
minimum double?
getter/setter pair
negativeRange double?
getter/setter pair
next KernelInfo?
getter/setter pair
positiveRange double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature int?
getter/setter pair
type KernelInfoType?
getter/setter pair
values Float64List?
getter/setter pair
width int?
getter/setter pair
x int?
getter/setter pair
y int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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