BlockIndexLength |
The start and length of segment inside a block of arrays
|
ConfigGenerator<Config extends Configuration> |
Generates configuration.
|
ConfigGeneratorGrid<Config extends Configuration> |
Implementation of ConfigGenerator that samples the configuration space using a grid pattern.
|
ConfigGeneratorPatternSearchBase<Config extends Configuration> |
Base class for searches which follow a repetable pattern
|
ConfigGeneratorRandom<Config extends Configuration> |
Implementation of ConfigGenerator that randomly samples each parameter using a uniform distribution
|
ConfigGeneratorVector<Config extends Configuration> |
Implementation of ConfigGenerator that samples the configuration space using along each degree of
freedom (a parameter) independently.
|
ConfigGridUniform |
Configuration for uniformly sampling points inside an image using a grid.
|
ConfigLength |
Specifies a length as a fixed length or relative to the total size of some other object.
|
GridCoordinate |
Coordinate in a 2D grid.
|
GridShape |
Specifies the dimension of a 3D grid
|
ImageGrid<T> |
Breaks the image up into a grid.
|
ImageRectangle |
Axis aligned rectangle with integer values for use on images.
|
ImageRectangle_F32 |
Specifies an axis aligned rectangle inside an image using lower and upper extents.
|
ImageRectangle_F64 |
Specifies an axis aligned rectangle inside an image using lower and upper extents.
|
IndexLength |
The start and length of segment inside an array
|
ListIntPoint2D |
Compact format for storing 2D points as a single integer in an array.
|
PackedSetsPoint2D_I32 |
Compact storage for a set of points.
|
Point3dRgbI_F32 |
3D point with RGB stored in a compressed int format
|
Point3dRgbI_F64 |
3D point with RGB stored in a compressed int format
|
PointGradient_F64 |
Data structure for a point coordinate and the gradient at that location
|
PointIndex_I32 |
Combination of a point and an index in an array
|
QueueCorner |
A list that allows fast access to a queue of points that represents corners in an image.
|
RArray2D_F32 |
2D-Array where each row is it's own primitive array.
|
RectangleRotate_F32 |
A rectangle which can be rotated.
|
RectangleRotate_F64 |
A rectangle which can be rotated.
|
ScoreIndex |
Data structure consisting of a score and index.
|
WrapArrayIntoList<T> |
Wraps an array into a list and allows the size to be set.
|