boofcv.struct.feature
Class TupleDesc_U8
- java.lang.Object
-
- boofcv.struct.feature.TupleDesc_I8<TupleDesc_U8>
-
- boofcv.struct.feature.TupleDesc_U8
-
- All Implemented Interfaces:
- TupleDesc<TupleDesc_U8>
public class TupleDesc_U8 extends TupleDesc_I8<TupleDesc_U8>
Feature description storage in an array of unsigned bytes.
-
-
Field Summary
-
Fields inherited from class boofcv.struct.feature.TupleDesc_I8
value
-
-
Constructor Summary
Constructors Constructor and Description TupleDesc_U8(int numFeatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description TupleDesc_U8copy()Creates a copy of this descriptiondoublegetDouble(int index)Returns the value of a tuple's element as a double.
-
-
-
Method Detail
-
copy
public TupleDesc_U8 copy()
Description copied from interface:TupleDescCreates a copy of this description- Returns:
- Copy
-
getDouble
public double getDouble(int index)
Description copied from interface:TupleDescReturns 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
-
-
DataMelt 3.0 © DataMelt by jWork.ORG