Class PackedTupleBigArray_U8

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

public class PackedTupleBigArray_U8 extends Object implements PackedTupleArray<TupleDesc_U8>
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.