| Interface | Description |
|---|---|
| ThinningStrategy |
An interface for a simple thinning strategy employed by the thinningOp.
|
| Class | Description |
|---|---|
| Abstract3x3NeighbourhoodThinning |
This abstract class represents an rough framework for a Thinning algorithm
operating on a 3x3 neighbourhood by providing some often needed functions.
|
| AbstractThin |
Thinning Operation
|
| GuoHallThinningStrategy |
Represents the thinning algorithm proposed by Z.
|
| HilditchThinningStrategy |
An implementation of the Algorithm proposed by C.
|
| MorphologicalThinningStrategy |
A Class implementing a standard morphological thinning.
|
| ThinGuoHall |
Thinning Operation
|
| ThinHilditch |
Thinning Operation
|
| ThinMorphological |
Thinning Operation
|
| ThinZhangSuen |
Thinning Operation
|
| ZhangSuenThinningStrategy |
Implementation of the thinning algorithm proposed by T.
|
Copyright © 2014–2022 ImageJ. All rights reserved.