Uses of Class
boofcv.abst.feature.orientation.ConfigOrientation2
Packages that use ConfigOrientation2
Package
Description
-
Uses of ConfigOrientation2 in boofcv.abst.feature.orientation
Methods in boofcv.abst.feature.orientation that return ConfigOrientation2Methods in boofcv.abst.feature.orientation with parameters of type ConfigOrientation2 -
Uses of ConfigOrientation2 in boofcv.factory.feature.describe
Fields in boofcv.factory.feature.describe declared as ConfigOrientation2Modifier and TypeFieldDescriptionfinal ConfigOrientation2ConfigDescribePoint.orientationSpecifies how the orientation is found for orientation invariant descriptorsMethods in boofcv.factory.feature.describe with parameters of type ConfigOrientation2Modifier 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
Fields in boofcv.factory.feature.detdesc declared as ConfigOrientation2Modifier and TypeFieldDescriptionConfigDetectDescribe.orientationConfiguration for estimating the region's orientation -
Uses of ConfigOrientation2 in boofcv.factory.feature.orientation
Methods in boofcv.factory.feature.orientation with parameters of type ConfigOrientation2Modifier and TypeMethodDescriptionstatic <II extends ImageGray<II>>
OrientationIntegral<II>FactoryOrientation.genericIntegral(ConfigOrientation2 config, Class<II> imageType) Creates integral image based orientation estimator