Class | Description |
---|---|
ConnectedComponent |
This class represents a connected region within an image and provides methods
for accessing and manipulating that region.
|
FValuePixel |
Represents a pixel location.
|
FValuePixel.ReverseValueComparator |
Comparator for comparing FValuePixel s based on
the reversed natural order of their values. |
FValuePixel.ValueComparator |
Comparator for comparing FValuePixel s based on
the natural order of their values. |
GenericValuePixel<T> |
Represents a pixel location.
|
IntValuePixel |
Represents a pixel location.
|
Pixel |
Represents a pixel within an image, storing its coordinates.
|
PixelSet |
A set of (not-necessarily connected) pixels within an image.
|
ValuePixel<T> |
An abstract class for objects that represent a pixel and its value.
|
Enum | Description |
---|---|
ConnectedComponent.ConnectMode |
For boundary representations of
ConnectedComponent s, this enum
determines and specifies how the boundary is calculated; either using a
4-connected rule, or an 8-connected rule. |