public class ImplFastIntensity10<T extends boofcv.struct.image.ImageGray> extends FastCornerIntensity<T>
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. Generated by GenerateImplFastIntensity.
helper, image, offsets, radius| Constructor and Description |
|---|
ImplFastIntensity10(FastHelper<T> helper) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkLower(int index)
Checks to see if the specified pixel qualifies as a corner with lower values
|
protected boolean |
checkUpper(int index)
Checks to see if the specified pixel qualifies as a corner with upper values
|
getCandidates, getIgnoreBorder, getRadius, processpublic ImplFastIntensity10(FastHelper<T> helper)
helper - Provide the image type specific helper.protected boolean checkLower(int index)
FastCornerIntensitycheckLower in class FastCornerIntensity<T extends boofcv.struct.image.ImageGray>protected boolean checkUpper(int index)
FastCornerIntensitycheckUpper in class FastCornerIntensity<T extends boofcv.struct.image.ImageGray>