Package boofcv.struct

Class ScoreIndex

java.lang.Object
boofcv.struct.ScoreIndex
All Implemented Interfaces:
Comparable<ScoreIndex>

public class ScoreIndex extends Object implements 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