Package | Description |
---|---|
net.imagej.ops.morphology.thin |
Modifier and Type | Class and Description |
---|---|
class |
Abstract3x3NeighbourhoodThinning
This abstract class represents an rough framework for a Thinning algorithm
operating on a 3x3 neighbourhood by providing some often needed functions.
|
class |
GuoHallThinningStrategy
Represents the thinning algorithm proposed by Z.
|
class |
HilditchThinningStrategy
An implementation of the Algorithm proposed by C.
|
class |
MorphologicalThinningStrategy
A Class implementing a standard morphological thinning.
|
class |
ZhangSuenThinningStrategy
Implementation of the thinning algorithm proposed by T.
|
Modifier and Type | Field and Description |
---|---|
protected ThinningStrategy |
AbstractThin.m_strategy |
Modifier and Type | Method and Description |
---|---|
ThinningStrategy |
ZhangSuenThinningStrategy.copy() |
ThinningStrategy |
ThinningStrategy.copy()
Returns a seperate copy of this strategy.
|
ThinningStrategy |
MorphologicalThinningStrategy.copy() |
ThinningStrategy |
HilditchThinningStrategy.copy() |
ThinningStrategy |
GuoHallThinningStrategy.copy() |
Copyright © 2014–2022 ImageJ. All rights reserved.