Documentation of 'boofcv.alg.feature.detect.intensity.impl.FastHelper' Java class
FastHelper
boofcv.alg.feature.detect.intensity.impl

Interface FastHelper<T extends ImageGray>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean checkPixelLower(int index)
      Checks to see if the specified pixel is below the lower threshold
      boolean checkPixelUpper(int index)
      Checks to see if the specified pixel is above the upper threshold
      float scoreLower(int index)
      Scores the pixel as a corner with lower values
      float scoreUpper(int index)
      Scores the pixel as a corner with upper values
      void setImage(T image, int[] offsets) 
      void setThresholds(int index)
      Sets the lower and upper thresholds relative to the current pixel value
    • Method Detail

      • setImage

        void setImage(T image,
                      int[] offsets)
      • setThresholds

        void setThresholds(int index)
        Sets the lower and upper thresholds relative to the current pixel value
      • scoreLower

        float scoreLower(int index)
        Scores the pixel as a corner with lower values
      • scoreUpper

        float scoreUpper(int index)
        Scores the pixel as a corner with upper values
      • checkPixelLower

        boolean checkPixelLower(int index)
        Checks to see if the specified pixel is below the lower threshold
      • checkPixelUpper

        boolean checkPixelUpper(int index)
        Checks to see if the specified pixel is above the upper threshold

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.