Package boofcv.alg.descriptor
Class KdTreeTuple_F64
java.lang.Object
boofcv.alg.descriptor.KdTreeTuple_F64
- All Implemented Interfaces:
KdTreeDistance<TupleDesc_F64>
Distance using
TupleDesc_F64
for a KdTree
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
int
length()
double
valueAt
(TupleDesc_F64 point, int index)
-
Constructor Details
-
KdTreeTuple_F64
public KdTreeTuple_F64(int n)
-
-
Method Details
-
distance
- Specified by:
distance
in interfaceKdTreeDistance<TupleDesc_F64>
-
valueAt
- Specified by:
valueAt
in interfaceKdTreeDistance<TupleDesc_F64>
-
length
public int length()- Specified by:
length
in interfaceKdTreeDistance<TupleDesc_F64>
-