Class ImplFastCorner9_F32
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_F32
boofcv.alg.feature.detect.intensity.impl.ImplFastCorner9_F32
- All Implemented Interfaces:
FastCornerInterface<GrayF32>
@Generated("boofcv.alg.feature.detect.intensity.impl.GenerateImplFastCorner") public class ImplFastCorner9_F32 extends ImplFastHelper_F32
Contains logic for detecting fast corners. Pixels are sampled such that they can eliminate the most number of possible corners, reducing the number of samples required.
DO NOT MODIFY. Automatically generated code created by GenerateImplFastCorner
-
Field Summary
Fields inherited from class boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_F32
data, offsets, tol
-
Constructor Summary
Constructors Constructor Description ImplFastCorner9_F32(float pixelTol)
-
Method Summary
Modifier and Type Method Description int
checkPixel(int index)
Sets the lower and upper thresholds relative to the current pixel valueint
function2(int index)
int
function3(int index)
int
function4(int index)
int
function5(int index)
int
function6(int index)
int
function7(int index)
FastCornerInterface<GrayF32>
newInstance()
Create a new instance of this class for concurrencyMethods inherited from class boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_F32
getImageType, scoreLower, scoreUpper, setImage, setThreshold
-
Constructor Details
-
ImplFastCorner9_F32
public ImplFastCorner9_F32(float pixelTol)
-
-
Method Details
-
checkPixel
public final int checkPixel(int index)Description copied from interface:FastCornerInterface
Sets the lower and upper thresholds relative to the current pixel value- Returns:
- 1 = positive corner, 0 = no corner, -1 = negative corner
-
newInstance
Description copied from interface:FastCornerInterface
Create a new instance of this class for concurrency -
function2
public final int function2(int index) -
function3
public final int function3(int index) -
function4
public final int function4(int index) -
function5
public final int function5(int index) -
function6
public final int function6(int index) -
function7
public final int function7(int index)
-