public class ImplFastHelper_F32 extends java.lang.Object implements FastHelper<boofcv.struct.image.GrayF32>
| Constructor and Description |
|---|
ImplFastHelper_F32(int pixelTol) |
| 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(boofcv.struct.image.GrayF32 image,
int[] offsets) |
void |
setThresholds(int index)
Sets the lower and upper thresholds relative to the current pixel value
|
public void setImage(boofcv.struct.image.GrayF32 image,
int[] offsets)
setImage in interface FastHelper<boofcv.struct.image.GrayF32>public void setThresholds(int index)
FastHelpersetThresholds in interface FastHelper<boofcv.struct.image.GrayF32>public float scoreLower(int index)
FastHelperscoreLower in interface FastHelper<boofcv.struct.image.GrayF32>public float scoreUpper(int index)
FastHelperscoreUpper in interface FastHelper<boofcv.struct.image.GrayF32>public boolean checkPixelLower(int index)
FastHelpercheckPixelLower in interface FastHelper<boofcv.struct.image.GrayF32>public boolean checkPixelUpper(int index)
FastHelpercheckPixelUpper in interface FastHelper<boofcv.struct.image.GrayF32>