Uses of Interface
boofcv.alg.filter.kernel.SteerableCoefficients
Packages that use SteerableCoefficients
Package
Description
-
Uses of SteerableCoefficients in boofcv.alg.filter.kernel
Methods in boofcv.alg.filter.kernel with parameters of type SteerableCoefficientsModifier and TypeMethodDescriptionvoid
SteerableKernel.setBasis
(SteerableCoefficients coef, Kernel2D... basis) Compute the steerable filter. -
Uses of SteerableCoefficients in boofcv.alg.filter.kernel.impl
Methods in boofcv.alg.filter.kernel.impl with parameters of type SteerableCoefficientsModifier and TypeMethodDescriptionvoid
SteerableKernel_F32.setBasis
(SteerableCoefficients coef, Kernel2D... basis) void
SteerableKernel_I32.setBasis
(SteerableCoefficients coef, Kernel2D... basis) -
Uses of SteerableCoefficients in boofcv.factory.filter.kernel
Classes in boofcv.factory.filter.kernel that implement SteerableCoefficientsModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
Methods in boofcv.factory.filter.kernel that return SteerableCoefficientsModifier and TypeMethodDescriptionstatic SteerableCoefficients
FactorySteerCoefficients.polynomial
(int order) Coefficients for even or odd parity polynomials.static SteerableCoefficients
FactorySteerCoefficients.separable
(int order) Coefficients for even or odd parity separable polynomials.