boofcv.alg.feature.detect.intensity.impl
Class ImplFastIntensity9<T extends ImageGray>
- java.lang.Object
-
- boofcv.alg.feature.detect.intensity.FastCornerIntensity<T>
-
- boofcv.alg.feature.detect.intensity.impl.ImplFastIntensity9<T>
-
- All Implemented Interfaces:
- FeatureIntensity<T>
public class ImplFastIntensity9<T extends 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.
-
-
Constructor Summary
Constructors Constructor and Description ImplFastIntensity9(FastHelper<T> helper)
-
Method Summary
-
Methods inherited from class boofcv.alg.feature.detect.intensity.FastCornerIntensity
getCandidates, getIgnoreBorder, getRadius, process
-
-
-
-
Constructor Detail
-
ImplFastIntensity9
public ImplFastIntensity9(FastHelper<T> helper)
- Parameters:
helper- Provide the image type specific helper.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG