Package boofcv.abst.feature.orientation
Interface OrientationImage<T extends ImageGray<T>>
- All Superinterfaces:
RegionOrientation
- All Known Implementing Classes:
ImplOrientationImageAverage_F32
,ImplOrientationImageAverage_U8
,OrientationGradientToImage
,OrientationImageAverage
,OrientationIntegralToImage
,OrientationSiftToImage
Estimates the orientation of a region directly from the image's pixels.
-
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:
image
- Input image..
-
getImageType
Returns the type of image it can process.- Returns:
- Type of image which can be processed
-