boofcv.abst.feature.orientation
Interface OrientationGradient<D extends ImageGray>
-
- All Superinterfaces:
- RegionOrientation
- All Known Implementing Classes:
- ImplOrientationAverage_F32, ImplOrientationAverage_S16, ImplOrientationAverage_S32, ImplOrientationHistogram_F32, ImplOrientationHistogram_S16, ImplOrientationHistogram_S32, ImplOrientationSlidingWindow_F32, ImplOrientationSlidingWindow_S16, ImplOrientationSlidingWindow_S32, OrientationAverage, OrientationHistogram, OrientationSlidingWindow
public interface OrientationGradient<D extends ImageGray> extends RegionOrientation
Estimates the orientation of a region from the image gradient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Class<D>getImageType()Returns the type of image it can process.voidsetImage(D derivX, D derivY)Specifies input image data for estimating orientation.-
Methods inherited from interface boofcv.abst.feature.orientation.RegionOrientation
compute, setObjectRadius
-
-
-
-
Method Detail
-
setImage
void setImage(D derivX, D derivY)
Specifies input image data for estimating orientation.- Parameters:
derivX- Image derivative along x-axis.derivY- Image derivative along y-axis.
-
getImageType
java.lang.Class<D> getImageType()
Returns the type of image it can process.- Returns:
- Type of image which can be processed
-
-
DataMelt 3.0 © DataMelt by jWork.ORG