Package boofcv.abst.feature.orientation
Interface OrientationIntegral<II extends ImageGray<II>>
- All Superinterfaces:
RegionOrientation
- All Known Implementing Classes:
ImplOrientationAverageGradientIntegral
,ImplOrientationImageAverageIntegral
,ImplOrientationSlidingWindowIntegral
,OrientationIntegralBase
Estimate the orientation of an image from an
integral image
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of image it can process.void
Specifies input image data for estimating orientation.Methods inherited from interface boofcv.abst.feature.orientation.RegionOrientation
compute, copy, setObjectRadius
-
Method Details
-
setImage
Specifies input image data for estimating orientation.- Parameters:
integralImage
- Input image transformed into an integral image.
-
getImageType
Returns the type of image it can process.- Returns:
- Type of image which can be processed
-