| Package | Description |
|---|---|
| boofcv.abst.filter.interpolate | |
| boofcv.factory.interpolate |
| Modifier and Type | Class and Description |
|---|---|
class |
InterpolatePixel_S_to_MB_MultiSpectral<T extends ImageSingleBand>
Wrapper around
InterpolatePixelS which allows it to interpolate MultiSpectral inside
a InterpolatePixelMB. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageMultiBand> |
FactoryInterpolation.createPixelMB(double min,
double max,
TypeInterpolate type,
ImageType<T> imageType) |
static <T extends ImageSingleBand> |
FactoryInterpolation.createPixelMB(InterpolatePixelS<T> singleBand)
Converts a single band interpolation algorithm into a mult-band interpolation for
MultiSpectral images. |
Copyright © 2013. All Rights Reserved.