Uses of Interface
boofcv.alg.distort.AssignPixelValue_SB
Packages that use AssignPixelValue_SB
-
Uses of AssignPixelValue_SB in boofcv.alg.distort
Classes in boofcv.alg.distort that implement AssignPixelValue_SBModifier and TypeClassDescriptionstatic class
static class
AssignPixelValue_SB.I16<T extends GrayI16<T>>
static class
AssignPixelValue_SB.I8<T extends GrayI8<T>>
static class
Fields in boofcv.alg.distort declared as AssignPixelValue_SBModifier and TypeFieldDescriptionprotected AssignPixelValue_SB<Output>
ImageDistortBasic_SB.assigner
protected AssignPixelValue_SB<Output>
ImageDistortCache_SB.assigner
Constructors in boofcv.alg.distort with parameters of type AssignPixelValue_SBModifierConstructorDescriptionImageDistortBasic_SB
(AssignPixelValue_SB<Output> assigner, InterpolatePixelS<Input> interp) Specifies configuration parametersImageDistortBasic_SB_MT
(AssignPixelValue_SB<Output> assigner, InterpolatePixelS<Input> interp) Specifies configuration parametersImageDistortCache_SB
(AssignPixelValue_SB<Output> assigner, InterpolatePixelS<Input> interp) Specifies configuration parametersImageDistortCache_SB_MT
(AssignPixelValue_SB<Output> assigner, InterpolatePixelS<Input> interp) Specifies configuration parameters