boofcv.alg.feature.detect.intensity.impl
Interface FastHelper<T extends ImageGray>
-
- All Known Implementing Classes:
- ImplFastHelper_F32, ImplFastHelper_U8
public interface FastHelper<T extends ImageGray>
-
-
Method Summary
All Methods Instance Methods Abstract 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(T image, int[] offsets)voidsetThresholds(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