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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
scoreLower
(int index) float
scoreUpper
(int index) void
void
setThreshold
(int index) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
setImage
in interfaceFastCornerInterface<GrayU8>
-
scoreLower
public float scoreLower(int index) - Specified by:
scoreLower
in interfaceFastCornerInterface<GrayU8>
-
scoreUpper
public float scoreUpper(int index) - Specified by:
scoreUpper
in interfaceFastCornerInterface<GrayU8>
-
setThreshold
public void setThreshold(int index) - Specified by:
setThreshold
in interfaceFastCornerInterface<GrayU8>
-
getImageType
- Specified by:
getImageType
in interfaceFastCornerInterface<GrayU8>
-