Class PackedTupleArray_B

java.lang.Object
boofcv.struct.feature.PackedTupleArray_B
All Implemented Interfaces:
PackedTupleArray<TupleDesc_B>, PackedArray<TupleDesc_B>, LArrayAccessor<TupleDesc_B>

public class PackedTupleArray_B extends Object implements PackedTupleArray<TupleDesc_B>
Stores a set of tuples in a single continuous array. This is intended to make storage of a large number of tuples more memory efficient by removing all the packaging that Java adds to a class. The memory is also continuous, opening the possibility of further optimizations.