Uses of Interface
boofcv.abst.feature.orientation.OrientationIntegral
Package
Description
-
Uses of OrientationIntegral in boofcv.abst.feature.describe
Modifier and TypeFieldDescriptionprotected OrientationIntegral<II>
DescribeSurf_Point.orientation
ModifierConstructorDescriptionDescribeSurf_Point
(DescribePointSurf<II> surf, OrientationIntegral<II> orientation, double regionRadius, Class<T> imageType) -
Uses of OrientationIntegral in boofcv.abst.feature.detdesc
Modifier and TypeFieldDescriptionprotected OrientationIntegral<II>
Surf_DetectDescribe.orientation
ModifierConstructorDescriptionSurf_DetectDescribe
(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurf<II> describe, Class<T> imageType) Surf_DetectDescribe_MT
(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurf<II> describe, Class<T> inputType) -
Uses of OrientationIntegral in boofcv.abst.feature.orientation
ModifierConstructorDescriptionOrientationIntegralToImage
(OrientationIntegral<II> alg, Class<T> inputType, Class<II> integralType) -
Uses of OrientationIntegral in boofcv.alg.feature.detdesc
Modifier and TypeFieldDescriptionprotected OrientationIntegral<II>
DetectDescribeSurfPlanar.orientation
ModifierConstructorDescriptionDetectDescribeSurfPlanar
(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describe) DetectDescribeSurfPlanar_MT
(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describe) -
Uses of OrientationIntegral in boofcv.alg.feature.orientation
Modifier and TypeClassDescriptionclass
OrientationIntegralBase<II extends ImageGray<II>,
G extends GradientValue> Common base class for integral image region orientation algorithms. -
Uses of OrientationIntegral in boofcv.alg.feature.orientation.impl
Modifier and TypeClassDescriptionclass
ImplOrientationAverageGradientIntegral<T extends ImageGray<T>,
G extends GradientValue> Estimates the orientation of a region by computing the image derivative from an integral image.class
ImplOrientationImageAverageIntegral<T extends ImageGray<T>,
G extends GradientValue> Estimates the orientation of a region using a "derivative free" method.class
ImplOrientationSlidingWindowIntegral<T extends ImageGray<T>,
G extends GradientValue> Implementation ofOrientationSlidingWindow
for integral images. -
Uses of OrientationIntegral in boofcv.factory.feature.detdesc
Modifier and TypeMethodDescriptionprotected static <II extends ImageGray<II>>
DetectDescribeSurfPlanar<II>FactoryDetectDescribe.createDescribeSurfPlanar
(FastHessianFeatureDetector<II> detector, OrientationIntegral<II> orientation, DescribePointSurfPlanar<II> describeMulti) -
Uses of OrientationIntegral in boofcv.factory.feature.orientation
Modifier and TypeMethodDescriptionstatic <II extends ImageGray<II>>
OrientationIntegral<II>FactoryOrientationAlgs.average_ii
(@Nullable ConfigAverageIntegral config, Class<II> integralType) Orientation using "average" approach on integral images.static <II extends ImageGray<II>>
OrientationIntegral<II>FactoryOrientation.genericIntegral
(ConfigOrientation2 config, Class<II> imageType) Creates integral image based orientation estimatorstatic <II extends ImageGray<II>>
OrientationIntegral<II>FactoryOrientationAlgs.image_ii
(double objectRadiusToScale, int sampleRadius, double samplePeriod, int sampleWidth, double weightSigma, Class<II> integralImage) Estimates the orientation without calculating the image derivative.static <II extends ImageGray<II>>
OrientationIntegral<II>FactoryOrientationAlgs.sliding_ii
(@Nullable ConfigSlidingIntegral config, Class<II> integralType) Estimates the orientation of a region by using a sliding window across the different potential angles.