Package boofcv.struct.kmeans
Class ComputeMedianTuple_MT_B
java.lang.Object
boofcv.struct.kmeans.ComputeMedianTuple_B
boofcv.struct.kmeans.ComputeMedianTuple_MT_B
- All Implemented Interfaces:
ComputeMeanClusters<TupleDesc_B>
Concurrent implementation of
ComputeMedianTuple_B
-
Field Summary
Fields inherited from class boofcv.struct.kmeans.ComputeMedianTuple_B
assignmentCounts, bitCounts, dof
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
countBitsInEachCluster
(LArrayAccessor<TupleDesc_B> points, DogArray_I32 assignments) Goes through each point and counts the number of bits are true in each cluster its assigned toMethods inherited from class boofcv.struct.kmeans.ComputeMedianTuple_B
countsToBits, newInstanceThread, process
-
Constructor Details
-
ComputeMedianTuple_MT_B
public ComputeMedianTuple_MT_B(int DOF)
-
-
Method Details
-
countBitsInEachCluster
Description copied from class:ComputeMedianTuple_B
Goes through each point and counts the number of bits are true in each cluster its assigned to- Overrides:
countBitsInEachCluster
in classComputeMedianTuple_B
-