Uses of Class
boofcv.abst.feature.orientation.ConfigSiftOrientation
Package
Description
-
Uses of ConfigSiftOrientation in boofcv.abst.feature.detdesc
-
Uses of ConfigSiftOrientation in boofcv.abst.feature.orientation
Modifier and TypeMethodDescriptionstatic ConfigSiftOrientation
ConfigSiftOrientation.createPaper()
Creates a configuration similar to how it was originally described in the paperConfigSiftOrientation.setTo
(ConfigSiftOrientation src) -
Uses of ConfigSiftOrientation in boofcv.factory.feature.orientation
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
OrientationImage<T>FactoryOrientation.sift
(ConfigSiftScaleSpace configSS, ConfigSiftOrientation configOri, Class<T> imageType) Creates an implementation of the SIFT orientation estimation algorithmstatic <D extends ImageGray<D>>
OrientationHistogramSift<D>FactoryOrientationAlgs.sift
(@Nullable ConfigSiftOrientation config, Class<D> derivType) Estimates multiple orientations as specified in SIFT paper.