Uses of Class
boofcv.abst.feature.orientation.ConfigOrientation2
Package
Description
-
Uses of ConfigOrientation2 in boofcv.abst.feature.orientation
-
Uses of ConfigOrientation2 in boofcv.factory.feature.describe
Modifier and TypeFieldDescriptionfinal ConfigOrientation2
ConfigDescribePoint.orientation
Specifies how the orientation is found for orientation invariant descriptorsModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
II extends ImageGray<II>>
DescribeSurf_Point<T,II> FactoryDescribePoint.surfFast
(ConfigSurfDescribe.Fast configSurf, ConfigOrientation2 configOrientation, double regionRadius, Class<T> imageType) static <T extends ImageGray<T>,
II extends ImageGray<II>>
DescribeSurf_Point<T,II> FactoryDescribePoint.surfStable
(ConfigSurfDescribe.Stability config, ConfigOrientation2 configOrientation, double regionRadius, Class<T> imageType) -
Uses of ConfigOrientation2 in boofcv.factory.feature.detdesc
Modifier and TypeFieldDescriptionConfigDetectDescribe.orientation
Configuration for estimating the region's orientation -
Uses of ConfigOrientation2 in boofcv.factory.feature.orientation
Modifier and TypeMethodDescriptionstatic <II extends ImageGray<II>>
OrientationIntegral<II>FactoryOrientation.genericIntegral
(ConfigOrientation2 config, Class<II> imageType) Creates integral image based orientation estimator