boofcv.alg.feature.detect.intensity.impl
Class ImplFastHelper_F32
- java.lang.Object
-
- boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_F32
-
- All Implemented Interfaces:
- FastHelper<GrayF32>
public class ImplFastHelper_F32 extends java.lang.Object implements FastHelper<GrayF32>
-
-
Constructor Summary
Constructors Constructor and Description ImplFastHelper_F32(int pixelTol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleancheckPixelLower(int index)Checks to see if the specified pixel is below the lower thresholdbooleancheckPixelUpper(int index)Checks to see if the specified pixel is above the upper thresholdfloatscoreLower(int index)Scores the pixel as a corner with lower valuesfloatscoreUpper(int index)Scores the pixel as a corner with upper valuesvoidsetImage(GrayF32 image, int[] offsets)voidsetThresholds(int index)Sets the lower and upper thresholds relative to the current pixel value
-
-
-
Method Detail
-
setImage
public void setImage(GrayF32 image, int[] offsets)
- Specified by:
setImagein interfaceFastHelper<GrayF32>
-
setThresholds
public void setThresholds(int index)
Description copied from interface:FastHelperSets the lower and upper thresholds relative to the current pixel value- Specified by:
setThresholdsin interfaceFastHelper<GrayF32>
-
scoreLower
public float scoreLower(int index)
Description copied from interface:FastHelperScores the pixel as a corner with lower values- Specified by:
scoreLowerin interfaceFastHelper<GrayF32>
-
scoreUpper
public float scoreUpper(int index)
Description copied from interface:FastHelperScores the pixel as a corner with upper values- Specified by:
scoreUpperin interfaceFastHelper<GrayF32>
-
checkPixelLower
public boolean checkPixelLower(int index)
Description copied from interface:FastHelperChecks to see if the specified pixel is below the lower threshold- Specified by:
checkPixelLowerin interfaceFastHelper<GrayF32>
-
checkPixelUpper
public boolean checkPixelUpper(int index)
Description copied from interface:FastHelperChecks to see if the specified pixel is above the upper threshold- Specified by:
checkPixelUpperin interfaceFastHelper<GrayF32>
-
-
DataMelt 3.0 © DataMelt by jWork.ORG