public class FactoryOrientation
extends java.lang.Object
RegionOrientation that are used to estimate
the orientation of a local pixel region..| Constructor and Description |
|---|
FactoryOrientation() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends boofcv.struct.image.ImageGray> |
convertImage(RegionOrientation algorithm,
java.lang.Class<T> imageType)
Adds wrappers around implementations of
RegionOrientation such that they can be used
as a OrientationImage. |
static <T extends boofcv.struct.image.ImageGray> |
sift(ConfigSiftScaleSpace configSS,
ConfigSiftOrientation configOri,
java.lang.Class<T> imageType)
Creates an implementation of the SIFT orientation estimation algorithm
|
public static <T extends boofcv.struct.image.ImageGray> OrientationImage<T> convertImage(RegionOrientation algorithm, java.lang.Class<T> imageType)
RegionOrientation such that they can be used
as a OrientationImage.algorithm - Algorithm which takes in a different type of input.imageType - Type of input image it will processpublic static <T extends boofcv.struct.image.ImageGray> OrientationImage<T> sift(ConfigSiftScaleSpace configSS, ConfigSiftOrientation configOri, java.lang.Class<T> imageType)
configSS - Configuration of the scale-space. null for defaultconfigOri - Orientation configuration. null for defaultimageType - Type of input image