Class FastCornerDetector_MT<T extends ImageGray<T>>
java.lang.Object
boofcv.alg.feature.detect.intensity.FastCornerDetector<T>
boofcv.alg.feature.detect.intensity.FastCornerDetector_MT<T>
- All Implemented Interfaces:
FeatureIntensity<T>
Concurrent version of
FastCornerDetector
-
Field Summary
Modifier and TypeFieldDescriptionprotected GrowArray<FastCornerDetector_MT<T>.boofcv.alg.feature.detect.intensity.FastCornerDetector_MT.ThreadHelper>
Fields inherited from class boofcv.alg.feature.detect.intensity.FastCornerDetector
helper, image, offsets, radius
-
Constructor Summary
-
Method Summary
Methods inherited from class boofcv.alg.feature.detect.intensity.FastCornerDetector
getIgnoreBorder, getImageType, getRadius
-
Field Details
-
threadWorkspace
protected GrowArray<FastCornerDetector_MT<T extends ImageGray<T>>.boofcv.alg.feature.detect.intensity.FastCornerDetector_MT.ThreadHelper> threadWorkspace
-
-
Constructor Details
-
FastCornerDetector_MT
Constructor- Parameters:
helper
- Provide the image type specific helper.
-
-
Method Details
-
process
Computes fast corner features and their intensity. The intensity is needed if non-max suppression is used- Overrides:
process
in classFastCornerDetector<T extends ImageGray<T>>
-
process
Computes fast corner features- Overrides:
process
in classFastCornerDetector<T extends ImageGray<T>>
-