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.ImageSingleBand> |
convertImage(RegionOrientation algorithm,
java.lang.Class<T> imageType)
Adds wrappers around implementations of
RegionOrientation such that they can be used
as a OrientationImage. |
public static <T extends boofcv.struct.image.ImageSingleBand> 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 process