Class HoughTransformBinary_MT

java.lang.Object
boofcv.alg.feature.detect.line.HoughTransformBinary
boofcv.alg.feature.detect.line.HoughTransformBinary_MT

public class HoughTransformBinary_MT extends HoughTransformBinary
Concurrent version of HoughTransformBinary
  • Constructor Details

    • HoughTransformBinary_MT

      public HoughTransformBinary_MT(NonMaxSuppression extractor, HoughTransformParameters parameters)
      Specifies parameters of transform. The minimum number of points specified in the extractor is an important tuning parameter.
      Parameters:
      extractor - Extracts local maxima from transform space.