public interface OrientationGradient<D extends boofcv.struct.image.ImageGray> extends RegionOrientation
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<D> |
getImageType()
Returns the type of image it can process.
|
void |
setImage(D derivX,
D derivY)
Specifies input image data for estimating orientation.
|
compute, setObjectRadiusvoid setImage(D derivX, D derivY)
derivX - Image derivative along x-axis.derivY - Image derivative along y-axis.java.lang.Class<D> getImageType()