Interface OrientationImage<T extends ImageGray<T>>

All Superinterfaces:
RegionOrientation
All Known Implementing Classes:
ImplOrientationImageAverage_F32, ImplOrientationImageAverage_U8, OrientationGradientToImage, OrientationImageAverage, OrientationIntegralToImage, OrientationSiftToImage

public interface OrientationImage<T extends ImageGray<T>> extends RegionOrientation
Estimates the orientation of a region directly from the image's pixels.
  • Method Summary

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

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

    compute, copy, setObjectRadius
  • Method Details

    • setImage

      void setImage(T image)
      Specifies input image data for estimating orientation.
      Parameters:
      image - Input image..
    • getImageType

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