public class OrientationSiftToImage extends java.lang.Object implements OrientationImage<boofcv.struct.image.ImageFloat32>
OrientationHistogramSift for OrientationImage. Selects
the best solution from the multiple solutions.| Constructor and Description |
|---|
OrientationSiftToImage(OrientationHistogramSift alg,
SiftImageScaleSpace ss) |
| Modifier and Type | Method and Description |
|---|---|
double |
compute(double c_x,
double c_y)
Computes the orientation of a region about its center.
|
java.lang.Class<boofcv.struct.image.ImageFloat32> |
getImageType()
Returns the type of image it can process.
|
void |
setImage(boofcv.struct.image.ImageFloat32 image)
Specifies input image data for estimating orientation.
|
void |
setScale(double scale)
Specifies scale at which the orientation is estimated.
|
public OrientationSiftToImage(OrientationHistogramSift alg, SiftImageScaleSpace ss)
public void setImage(boofcv.struct.image.ImageFloat32 image)
OrientationImagesetImage in interface OrientationImage<boofcv.struct.image.ImageFloat32>image - Input image..public java.lang.Class<boofcv.struct.image.ImageFloat32> getImageType()
OrientationImagegetImageType in interface OrientationImage<boofcv.struct.image.ImageFloat32>public void setScale(double scale)
RegionOrientationsetScale in interface RegionOrientationscale - Scale of the orientation region.public double compute(double c_x,
double c_y)
RegionOrientationcompute in interface RegionOrientationc_x - Center of the region in image pixels.c_y - Center of the region in image pixels.