boofcv.factory.feature.orientation
Class FactoryOrientation
- java.lang.Object
-
- boofcv.factory.feature.orientation.FactoryOrientation
-
public class FactoryOrientation extends java.lang.ObjectFactory for creating implementations ofRegionOrientationthat are used to estimate the orientation of a local pixel region..
-
-
Constructor Summary
Constructors Constructor and Description FactoryOrientation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static <T extends ImageGray>
OrientationImage<T>convertImage(RegionOrientation algorithm, java.lang.Class<T> imageType)Adds wrappers around implementations ofRegionOrientationsuch that they can be used as aOrientationImage.static <T extends ImageGray>
OrientationImage<T>sift(ConfigSiftScaleSpace configSS, ConfigSiftOrientation configOri, java.lang.Class<T> imageType)Creates an implementation of the SIFT orientation estimation algorithm
-
-
-
Method Detail
-
convertImage
public static <T extends ImageGray> OrientationImage<T> convertImage(RegionOrientation algorithm, java.lang.Class<T> imageType)
Adds wrappers around implementations ofRegionOrientationsuch that they can be used as aOrientationImage.- 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 ImageGray> OrientationImage<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 defaultconfigOri- Orientation configuration. null for defaultimageType- Type of input image- Returns:
- SIFT orientation image
-
-
DataMelt 3.0 © DataMelt by jWork.ORG