public interface OrientationIntegral<II extends boofcv.struct.image.ImageGray> extends RegionOrientation
integral image.| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<II> |
getImageType()
Returns the type of image it can process.
|
void |
setImage(II integralImage)
Specifies input image data for estimating orientation.
|
compute, setObjectRadiusvoid setImage(II integralImage)
integralImage - Input image transformed into an integral image.java.lang.Class<II> getImageType()