Uses of Class
boofcv.alg.feature.orientation.OrientationAverage
Packages that use OrientationAverage
-
Uses of OrientationAverage in boofcv.alg.feature.orientation.impl
Subclasses of OrientationAverage in boofcv.alg.feature.orientation.implModifier and TypeClassDescriptionclass
Implementation ofOrientationAverage
for a specific image type.class
Implementation ofOrientationAverage
for a specific image type.class
Implementation ofOrientationAverage
for a specific image type. -
Uses of OrientationAverage in boofcv.factory.feature.orientation
Methods in boofcv.factory.feature.orientation that return OrientationAverageModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
OrientationAverage<T>FactoryOrientationAlgs.average
(double objectToSample, int radius, boolean weighted, Class<T> derivType)