Package boofcv.struct.feature
Class TupleDesc_I8<TD extends TupleDesc_I8>
java.lang.Object
boofcv.struct.feature.TupleDesc_I8<TD>
- All Implemented Interfaces:
TupleDesc<TD>
,Serializable
- Direct Known Subclasses:
TupleDesc_S8
,TupleDesc_U8
Feature description storage in an array of bytes.
- See Also:
-
Field Details
-
data
public byte[] data
-
-
Constructor Details
-
TupleDesc_I8
protected TupleDesc_I8(int numFeatures)
-
-
Method Details
-
setTo
public void setTo(byte... value) -
fill
public void fill(byte value) -
isEquals
Description copied from interface:TupleDesc
Returns true if the type data structure are identical- Specified by:
isEquals
in interfaceTupleDesc<TD extends TupleDesc_I8>
-
setTo
Description copied from interface:TupleDesc
Sets this tuple to be the same as the provided tuple- Specified by:
setTo
in 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:TupleDesc
Number of elements in the tuple.- Specified by:
size
in interfaceTupleDesc<TD extends TupleDesc_I8>
- Returns:
- Number of elements in the tuple
-