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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleintlength()doublevalueAt(TupleDesc_F64 point, int index)
-
Constructor Details
-
KdTreeTuple_F64
public KdTreeTuple_F64(int n)
-
-
Method Details
-
distance
- Specified by:
distancein interfaceKdTreeDistance<TupleDesc_F64>
-
valueAt
- Specified by:
valueAtin interfaceKdTreeDistance<TupleDesc_F64>
-
length
public int length()- Specified by:
lengthin interfaceKdTreeDistance<TupleDesc_F64>
-