Class PackedTupleBigArray_S8

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

public class PackedTupleBigArray_S8 extends Object implements PackedTupleArray<TupleDesc_S8>
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.