Class ImplFastHelper_U8
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_U8
- All Implemented Interfaces:
FastCornerInterface<GrayU8>
- Direct Known Subclasses:
ImplFastCorner10_U8,ImplFastCorner11_U8,ImplFastCorner12_U8,ImplFastCorner9_U8
Helper functions for
FastCornerDetector with GrayU8 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 int tol -
offsets
protected int[] offsets -
data
protected byte[] data
-
-
Constructor Details
-
ImplFastHelper_U8
protected ImplFastHelper_U8(int pixelTol)
-
-
Method Details
-
setImage
- Specified by:
setImagein interfaceFastCornerInterface<GrayU8>
-
scoreLower
public float scoreLower(int index) - Specified by:
scoreLowerin interfaceFastCornerInterface<GrayU8>
-
scoreUpper
public float scoreUpper(int index) - Specified by:
scoreUpperin interfaceFastCornerInterface<GrayU8>
-
setThreshold
public void setThreshold(int index) - Specified by:
setThresholdin interfaceFastCornerInterface<GrayU8>
-
getImageType
- Specified by:
getImageTypein interfaceFastCornerInterface<GrayU8>
-