Namespace FellowOakDicom.Imaging.Mathematics
Classes
- Histogram
Representation of a histogram.
The Histogram can be seen as an integer array of value counts divided into bins from a specified minimum to maximum value. Bins are accessed via their absolute position, regardless of specified minimum bin.
- IntervalD
Represents an interval of double values
- Point2
Coordinate in 2D space with integer values
- Point2D
Coordinate in 2D space with floating point values
Structs
- RectF
Representation of a floating-point rectangle.