Class ImplSsdCornerNaive<T extends ImageGray<T>>

java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerNaive<T>
All Implemented Interfaces:
FeatureIntensity<T>, GradientCornerIntensity<T>

public class ImplSsdCornerNaive<T extends ImageGray<T>> extends Object implements GradientCornerIntensity<T>
Naive implementation of ShiTomasiCornerIntensity which performs computations in a straight forward but inefficient manor. This class is used to validate the correctness of more complex but efficient implementations.
  • Constructor Details

    • ImplSsdCornerNaive

      public ImplSsdCornerNaive(int imageWidth, int imageHeight, int windowRadius, boolean weighted)
  • Method Details