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>
public class FastCornerDetector_MT<T extends ImageGray<T>> extends FastCornerDetector<T>
Concurrent version of
FastCornerDetector
-
Field Summary
Fields Modifier and Type Field Description protected GrowArray<boofcv.alg.feature.detect.intensity.FastCornerDetector_MT.ThreadHelper>
threadWorkspace
Fields inherited from class boofcv.alg.feature.detect.intensity.FastCornerDetector
helper, image, offsets, radius
-
Constructor Summary
Constructors Constructor Description FastCornerDetector_MT(FastCornerInterface<T> helper)
Constructor -
Method Summary
Methods inherited from class boofcv.alg.feature.detect.intensity.FastCornerDetector
getIgnoreBorder, getImageType, getRadius
-
Field Details
-
threadWorkspace
protected GrowArray<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>>
-