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 Details

  • Constructor Details

    • FastCornerDetector_MT

      public FastCornerDetector_MT(FastCornerInterface<T> helper)
      Constructor
      Parameters:
      helper - Provide the image type specific helper.
  • Method Details