Package boofcv.struct.feature
Interface PackedTupleArray<T>
- All Superinterfaces:
LArrayAccessor<T>,PackedArray<T>
- All Known Implementing Classes:
PackedTupleArray_B,PackedTupleArray_F32,PackedTupleArray_F64,PackedTupleArray_S8,PackedTupleArray_U8,PackedTupleBigArray_B,PackedTupleBigArray_F32,PackedTupleBigArray_F64,PackedTupleBigArray_S8,PackedTupleBigArray_U8
Interface for all Packed Tuple arrays
-
Method Summary
Methods inherited from interface org.ddogleg.struct.LArrayAccessor
copy, getCopy, getElementType, getTemp, size
-
Method Details
-
getDOF
int getDOF()Returns the Tuple's degree-of-freedom (DOF)
-