Documentation of 'boofcv.alg.feature.orientation.impl.ImplOrientationImageAverageIntegral' Java class
ImplOrientationImageAverageIntegral
boofcv.alg.feature.orientation.impl

Class ImplOrientationImageAverageIntegral<T extends ImageGray,G extends GradientValue>

    • Constructor Summary

      Constructors 
      Constructor and Description
      ImplOrientationImageAverageIntegral(double radiusToScale, int sampleRadius, double period, int sampleWidth, double weightSigma, java.lang.Class<T> imageType) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double compute(double c_x, double c_y)
      Computes the orientation of a region about its center.
      void setImage(T integralImage)
      Specifies input image data for estimating orientation.
      void setObjectRadius(double radius)
      Specifies the circle's radius that the orientation should be
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImplOrientationImageAverageIntegral

        public ImplOrientationImageAverageIntegral(double radiusToScale,
                                                   int sampleRadius,
                                                   double period,
                                                   int sampleWidth,
                                                   double weightSigma,
                                                   java.lang.Class<T> imageType)
        Parameters:
        sampleRadius - Radius of the region being considered in terms of Wavelet samples. Typically 6.
        weightSigma - Sigma for weighting distribution. Zero for unweighted.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.