MorphologyMethod class abstract
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
Constants
- BottomHatMorphology → const int
- Open difference from Original
- CloseIntensityMorphology → const int
- Pixel Pick using GreyScale Close
- CloseMorphology → const int
- Erode then Dilate
- ConvolveMorphology → const int
- Weighted Sum with reflected kernel
- CorrelateMorphology → const int
- Weighted Sum using a sliding window
- DilateIntensityMorphology → const int
- Pixel Pick using GreyScale Dialate
- DilateMorphology → const int
- Maximum Value in Neighbourhood
- DistanceMorphology → const int
- Add Kernel Value, take Minimum
- EdgeInMorphology → const int
- Dilate difference from Original
- EdgeMorphology → const int
- Dilate difference with Erode
- EdgeOutMorphology → const int
- Erode difference from Original
- ErodeIntensityMorphology → const int
- Pixel Pick using GreyScale Erode
- ErodeMorphology → const int
- Minimum Value in Neighbourhood
- HitAndMissMorphology → const int
- Foreground/Background pattern matching
- IterativeDistanceMorphology → const int
- Add Kernel Value, take Minimum
- OpenIntensityMorphology → const int
- Pixel Pick using GreyScale Open
- OpenMorphology → const int
- Dilate then Erode
- SmoothMorphology → const int
- Open then Close
- ThickenMorphology → const int
- Add matching pixels from image
- ThinningMorphology → const int
- Remove matching pixels from image
- TopHatMorphology → const int
- Close difference from Original
- UndefinedMorphology → const int
- VoronoiMorphology → const int
- Distance matte channel copy nearest color