Package boofcv.struct.feature
Class TupleDesc_S8
- All Implemented Interfaces:
TupleDesc<TupleDesc_S8>
,Serializable
Feature description storage in an array of signed bytes.
- See Also:
-
Field Summary
Fields inherited from class boofcv.struct.feature.TupleDesc_I8
data
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TupleDesc_S8
public TupleDesc_S8(int numFeatures) -
TupleDesc_S8
public TupleDesc_S8(byte... values)
-
-
Method Details
-
get
public int get(int index) -
getDouble
public double getDouble(int index) Description copied from interface:TupleDesc
Returns the value of a tuple's element as a double. In general this function should not be used because of how inefficient it is.- Parameters:
index
- Which element- Returns:
- Element's value as a double
-
newInstance
-