Class ImplFastHelper_F32
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_F32
- All Implemented Interfaces:
FastCornerInterface<GrayF32>
- Direct Known Subclasses:
ImplFastCorner10_F32,ImplFastCorner11_F32,ImplFastCorner12_F32,ImplFastCorner9_F32
Helper functions for
FastCornerDetector with GrayF32 images.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatscoreLower(int index) floatscoreUpper(int index) voidvoidsetThreshold(int index) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.alg.feature.detect.intensity.impl.FastCornerInterface
checkPixel, newInstance
-
Field Details
-
tol
protected float tol -
offsets
protected int[] offsets -
data
protected float[] data
-
-
Constructor Details
-
ImplFastHelper_F32
protected ImplFastHelper_F32(float pixelTol)
-
-
Method Details
-
setImage
- Specified by:
setImagein interfaceFastCornerInterface<GrayF32>
-
scoreLower
public float scoreLower(int index) - Specified by:
scoreLowerin interfaceFastCornerInterface<GrayF32>
-
scoreUpper
public float scoreUpper(int index) - Specified by:
scoreUpperin interfaceFastCornerInterface<GrayF32>
-
setThreshold
public void setThreshold(int index) - Specified by:
setThresholdin interfaceFastCornerInterface<GrayF32>
-
getImageType
- Specified by:
getImageTypein interfaceFastCornerInterface<GrayF32>
-