Interface OrientationIntegral<II extends ImageGray<II>>

All Superinterfaces:
RegionOrientation
All Known Implementing Classes:
ImplOrientationAverageGradientIntegral, ImplOrientationImageAverageIntegral, ImplOrientationSlidingWindowIntegral, OrientationIntegralBase

public interface OrientationIntegral<II extends ImageGray<II>> extends RegionOrientation
Estimate the orientation of an image from an integral image.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type of image it can process.
    void
    setImage(II integralImage)
    Specifies input image data for estimating orientation.

    Methods inherited from interface boofcv.abst.feature.orientation.RegionOrientation

    compute, copy, setObjectRadius
  • Method Details

    • setImage

      void setImage(II integralImage)
      Specifies input image data for estimating orientation.
      Parameters:
      integralImage - Input image transformed into an integral image.
    • getImageType

      Class<II> getImageType()
      Returns the type of image it can process.
      Returns:
      Type of image which can be processed