public interface FastHelper<T extends boofcv.struct.image.ImageGray>
| 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
|
void setImage(T image, int[] offsets)
void setThresholds(int index)
float scoreLower(int index)
float scoreUpper(int index)
boolean checkPixelLower(int index)
boolean checkPixelUpper(int index)