Documentation of 'boofcv.struct.feature.TupleDesc_I8' Java class
TupleDesc_I8
boofcv.struct.feature

Class TupleDesc_I8<TD extends TupleDesc_I8>

  • 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() 
      void set(byte... value) 
      void setTo(TD source)
      Sets this tuple to be the same as the provided tuple
      void setValue(byte[] value) 
      int size()
      Number of elements in the tuple.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public byte[] value
    • Constructor Detail

      • TupleDesc_I8

        public TupleDesc_I8(int numFeatures)
    • 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: 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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.