Documentation of 'boofcv.alg.feature.disparity.impl.ImplSelectSparseBasicWta_S32' Java class
ImplSelectSparseBasicWta_S32
boofcv.alg.feature.disparity.impl

Class ImplSelectSparseBasicWta_S32

  • All Implemented Interfaces:
    DisparitySparseSelect<int[]>


    public class ImplSelectSparseBasicWta_S32
    extends java.lang.Object
    implements DisparitySparseSelect<int[]>

    Selects the disparity with the lowest score with no additional validation. Lack of validation speeds up the code at the cost of reduced signal to noise ratio. This strategy of selecting the lowest score is also known as Winner Take All (WTA).

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getDisparity()
      Returns the found disparity
      boolean select(int[] scores, int maxDisparity)
      Examines disparity scores and looks for the best correspondence.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImplSelectSparseBasicWta_S32

        public ImplSelectSparseBasicWta_S32()
    • Method Detail

      • select

        public boolean select(int[] scores,
                              int maxDisparity)
        Description copied from interface: DisparitySparseSelect
        Examines disparity scores and looks for the best correspondence. If no correspondence can be found then false is returned.
        Specified by:
        select in interface DisparitySparseSelect<int[]>
        Parameters:
        scores - Set of disparity scores.
        maxDisparity - Maximum allowed disparity.
        Returns:
        true if a valid correspondence was found

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.