Class InterpolatePixel_PL_using_SB<T extends ImageGray<T>>

java.lang.Object
boofcv.abst.filter.interpolate.InterpolatePixel_PL_using_SB<T>
All Implemented Interfaces:
InterpolatePixel<Planar<T>>, InterpolatePixelMB<Planar<T>>

public class InterpolatePixel_PL_using_SB<T extends ImageGray<T>> extends Object implements InterpolatePixelMB<Planar<T>>
Wrapper around InterpolatePixelS which allows it to interpolate Planar inside a InterpolatePixelMB. Performs the same calculations multiple times compared to a custom solution.
  • Constructor Details

    • InterpolatePixel_PL_using_SB

      public InterpolatePixel_PL_using_SB(InterpolatePixelS<T> alg)
  • Method Details