Package boofcv.struct
Class ScoreIndex
java.lang.Object
boofcv.struct.ScoreIndex
- All Implemented Interfaces:
Comparable<ScoreIndex>
Data structure consisting of a score and index. Designed so that you can easily sort
-
Field Details
-
score
public double score -
index
public int index
-
-
Constructor Details
-
ScoreIndex
public ScoreIndex(double score, int index) -
ScoreIndex
public ScoreIndex()
-
-
Method Details
-
set
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ScoreIndex>
-
hashCode
public int hashCode()
-