boofcv.struct.feature
Class TupleDesc_I8<TD extends TupleDesc_I8>
- java.lang.Object
-
- boofcv.struct.feature.TupleDesc_I8<TD>
-
- All Implemented Interfaces:
- TupleDesc<TD>
- Direct Known Subclasses:
- TupleDesc_S8, TupleDesc_U8
public abstract class TupleDesc_I8<TD extends TupleDesc_I8> extends java.lang.Object implements TupleDesc<TD>
Feature description storage in an array of bytes.
-
-
Field Summary
Fields Modifier and Type Field and Description byte[]value
-
Constructor Summary
Constructors Constructor and Description TupleDesc_I8(int numFeatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description byte[]getValue()voidset(byte... value)voidsetTo(TD source)Sets this tuple to be the same as the provided tuplevoidsetValue(byte[] value)intsize()Number of elements in the tuple.
-
-
-
Method Detail
-
set
public void set(byte... value)
-
getValue
public byte[] getValue()
-
setValue
public void setValue(byte[] value)
-
setTo
public void setTo(TD source)
Description copied from interface:TupleDescSets this tuple to be the same as the provided tuple- Specified by:
setToin interfaceTupleDesc<TD extends TupleDesc_I8>- Parameters:
source- The tuple which this one is to become a copy of.
-
size
public int size()
Description copied from interface:TupleDescNumber of elements in the tuple.- Specified by:
sizein interfaceTupleDesc<TD extends TupleDesc_I8>- Returns:
- Number of elements in the tuple
-
-
DataMelt 3.0 © DataMelt by jWork.ORG