KernelInfoType enum

Represents a kernel type.

Inheritance

Constructors

KernelInfoType()
const

Values

UndefinedKernel → const KernelInfoType
UnityKernel → const KernelInfoType
GaussianKernel → const KernelInfoType
DoGKernel → const KernelInfoType
LoGKernel → const KernelInfoType
BlurKernel → const KernelInfoType
CometKernel → const KernelInfoType
BinomialKernel → const KernelInfoType
LaplacianKernel → const KernelInfoType
SobelKernel → const KernelInfoType
FreiChenKernel → const KernelInfoType
RobertsKernel → const KernelInfoType
PrewittKernel → const KernelInfoType
CompassKernel → const KernelInfoType
KirschKernel → const KernelInfoType
DiamondKernel → const KernelInfoType
SquareKernel → const KernelInfoType
RectangleKernel → const KernelInfoType
OctagonKernel → const KernelInfoType
DiskKernel → const KernelInfoType
PlusKernel → const KernelInfoType
CrossKernel → const KernelInfoType
RingKernel → const KernelInfoType
PeaksKernel → const KernelInfoType
EdgesKernel → const KernelInfoType
CornersKernel → const KernelInfoType
DiagonalsKernel → const KernelInfoType
LineEndsKernel → const KernelInfoType
LineJunctionsKernel → const KernelInfoType
RidgesKernel → const KernelInfoType
ConvexHullKernel → const KernelInfoType
ThinSEKernel → const KernelInfoType
SkeletonKernel → const KernelInfoType
ChebyshevKernel → const KernelInfoType
ManhattanKernel → const KernelInfoType
OctagonalKernel → const KernelInfoType
EuclideanKernel → const KernelInfoType
UserDefinedKernel → const KernelInfoType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<KernelInfoType>
A constant List of the values in this enum, in order of their declaration.