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