Package boofcv.struct
package boofcv.struct
-
ClassDescriptionThe start and length of segment inside a block of arraysConfigGenerator<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 patternConfigGeneratorRandom<Config extends Configuration>Implementation ofConfigGenerator
that randomly samples each parameter using a uniform distributionConfigGeneratorVector<Config extends Configuration>Implementation ofConfigGenerator
that samples the configuration space using along each degree of freedom (a parameter) independently.Configuration for uniformly sampling points inside an image using a grid.Specifies a length as a fixed length or relative to the total size of some other object.Complex algorithms with several parameters can specify their parameters using a separate class.List of connectivity rules.Coordinate in a 2D grid.Specifies the dimension of a 3D gridImageGrid<T>Breaks the image up into a grid.Axis aligned rectangle with integer values for use on images.Specifies an axis aligned rectangle inside an image using lower and upper extents.Specifies an axis aligned rectangle inside an image using lower and upper extents.The start and length of segment inside an arraySpecifies a size of a 2D kernel with a radius along each axis.Compact format for storing 2D points as a single integer in an array.PackedArray<T>Interface for objects which are stored in a dense array instead as individual elements.Compact storage for a set of points.3D point with RGB stored in a compressed int format3D point with RGB stored in a compressed int formatData structure for a point coordinate and the gradient at that locationCombination of a point and an index in an arrayA list that allows fast access to a queue of points that represents corners in an image.2D-Array where each row is it's own primitive array.A rectangle which can be rotated.A rectangle which can be rotated.Data structure consisting of a score and index.Wraps an array into a list and allows the size to be set.