Documentation of 'boofcv.factory.feature.orientation.FactoryOrientation' Java class
FactoryOrientation
boofcv.factory.feature.orientation

Class FactoryOrientation



  • public class FactoryOrientation
    extends java.lang.Object
    Factory for creating implementations of RegionOrientation that are used to estimate the orientation of a local pixel region..
    • Constructor Detail

      • FactoryOrientation

        public FactoryOrientation()
    • Method Detail

      • convertImage

        public static <T extends ImageGrayOrientationImage<T> convertImage(RegionOrientation algorithm,
                                                                             java.lang.Class<T> imageType)
        Adds wrappers around implementations of RegionOrientation such that they can be used as a OrientationImage.
        Parameters:
        algorithm - Algorithm which takes in a different type of input.
        imageType - Type of input image it will process
        Returns:
        Wrapped version which can process images as its raw input.
      • sift

        public static <T extends ImageGrayOrientationImage<T> sift(ConfigSiftScaleSpace configSS,
                                                                     ConfigSiftOrientation configOri,
                                                                     java.lang.Class<T> imageType)
        Creates an implementation of the SIFT orientation estimation algorithm
        Parameters:
        configSS - Configuration of the scale-space. null for default
        configOri - Orientation configuration. null for default
        imageType - Type of input image
        Returns:
        SIFT orientation image

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.