Package | Description |
---|---|
net.imglib2.algorithm.morphology.table2d |
Modifier and Type | Class and Description |
---|---|
class |
Branchpoints
Removes all pixels except those that are the branchpoints of a skeleton.
|
class |
Bridge
Sets a pixel to 1 if it has two non-zero neighbors that are on opposite sides
of this pixel.
|
class |
Clean
Removes isolated pixels.
|
class |
Endpoints
Removes all pixels except the ones that are at the end of a skeleton.
|
class |
Fill
Sets a pixel to 1 if all of its neighbors are 1.
|
class |
Hbreak
Removes pixels that form vertical bridges between horizontal lines.
|
class |
Life
Applies the interaction rules from the Game of Life, an example of a cellular
automaton.
|
class |
Majority
Each pixel takes on the value of the majority that surround it (keep pixel
value to break ties).
|
class |
Remove
Removes pixels that are otherwise surrounded by others (4 connected).
|
class |
Thicken
Dilates the exteriors of objects where that dilation does not 8-connect the
object with another.
|
class |
Thin1
Helper class for
Thin . |
class |
Thin2
Helper class for
Thin . |
class |
Vbreak
Removes pixels that form horizontal bridges between vertical lines.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.