Package boofcv.struct.kmeans
Class TuplePointDistanceEuclideanSq<T extends TupleDesc<T>>
java.lang.Object
boofcv.struct.kmeans.TuplePointDistanceEuclideanSq<T>
- All Implemented Interfaces:
PointDistance<T>
- Direct Known Subclasses:
TuplePointDistanceEuclideanSq.F32
,TuplePointDistanceEuclideanSq.F64
,TuplePointDistanceEuclideanSq.S8
,TuplePointDistanceEuclideanSq.U8
public abstract class TuplePointDistanceEuclideanSq<T extends TupleDesc<T>>
extends Object
implements PointDistance<T>
Euclidean squared distance between Tuple descriptors for
PointDistance
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ddogleg.clustering.PointDistance
distance
-
Constructor Details
-
TuplePointDistanceEuclideanSq
public TuplePointDistanceEuclideanSq()
-
-
Method Details
-
newInstanceThread
- Specified by:
newInstanceThread
in interfacePointDistance<T extends TupleDesc<T>>
-