Class ImplFastCorner12_U8
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_U8
boofcv.alg.feature.detect.intensity.impl.ImplFastCorner12_U8
- All Implemented Interfaces:
FastCornerInterface<GrayU8>
@Generated("boofcv.alg.feature.detect.intensity.impl.GenerateImplFastCorner")
public class ImplFastCorner12_U8
extends ImplFastHelper_U8
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_U8
data, offsets, tol
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
checkPixel
(int index) Sets the lower and upper thresholds relative to the current pixel valuefinal int
function2
(int index) final int
function3
(int index) final int
function4
(int index) final int
function5
(int index) final int
function6
(int index) final int
function7
(int index) Create a new instance of this class for concurrencyMethods inherited from class boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_U8
getImageType, scoreLower, scoreUpper, setImage, setThreshold
-
Constructor Details
-
ImplFastCorner12_U8
public ImplFastCorner12_U8(int 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)
-