Class ImplFastCorner11_U8
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplFastHelper_U8
boofcv.alg.feature.detect.intensity.impl.ImplFastCorner11_U8
- All Implemented Interfaces:
FastCornerInterface<GrayU8>
@Generated("boofcv.alg.feature.detect.intensity.impl.GenerateImplFastCorner")
public class ImplFastCorner11_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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intcheckPixel(int index) Sets the lower and upper thresholds relative to the current pixel valuefinal intfunction2(int index) final intfunction3(int index) final intfunction4(int index) final intfunction5(int index) final intfunction6(int index) final intfunction7(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
-
ImplFastCorner11_U8
public ImplFastCorner11_U8(int pixelTol)
-
-
Method Details
-
checkPixel
public final int checkPixel(int index) Description copied from interface:FastCornerInterfaceSets 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:FastCornerInterfaceCreate 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)
-