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

public abstract class TupleDesc_I8<TD extends TupleDesc_I8> extends Object implements TupleDesc<TD>
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

      public boolean isEquals(TD tuple)
      Description copied from interface: TupleDesc
      Returns true if the type data structure are identical
      Specified by:
      isEquals in interface TupleDesc<TD extends TupleDesc_I8>
    • setTo

      public void setTo(TD source)
      Description copied from interface: TupleDesc
      Sets this tuple to be the same as the provided tuple
      Specified by:
      setTo in interface TupleDesc<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 interface TupleDesc<TD extends TupleDesc_I8>
      Returns:
      Number of elements in the tuple