| Package | Description |
|---|---|
| boofcv.abst.filter.interpolate | |
| boofcv.alg.interpolate | |
| boofcv.alg.interpolate.impl |
| 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 | Interface and Description |
|---|---|
interface |
InterpolatePixelMB<T extends ImageBase>
Interface for interpolation between pixels on a per-pixel basis for a multi-band image.
|
interface |
InterpolatePixelS<T extends ImageSingleBand>
Interface for interpolation between pixels on a per-pixel basis for a single band image.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BilinearPixel<T extends ImageSingleBand>
Performs bilinear interpolation to extract values between pixels in an image.
|
class |
NearestNeighborPixel<T extends ImageSingleBand>
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
class |
PolynomialPixel<T extends ImageSingleBand>
Polynomial interpolation using
Neville's algorithm. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImplBilinearPixel_F32
Implementation of
BilinearPixel for a specific image type. |
class |
ImplBilinearPixel_F64
Implementation of
BilinearPixel for a specific image type. |
class |
ImplBilinearPixel_S16
Implementation of
BilinearPixel for a specific image type. |
class |
ImplBilinearPixel_S32
Implementation of
BilinearPixel for a specific image type. |
class |
ImplBilinearPixel_U8
Implementation of
BilinearPixel for a specific image type. |
class |
ImplInterpolatePixelConvolution_F32
Performs interpolation by convolving a continuous-discrete function across the image.
|
class |
ImplInterpolatePixelConvolution_S16
Performs interpolation by convolving a continuous-discrete function across the image.
|
class |
ImplInterpolatePixelConvolution_U8
Performs interpolation by convolving a continuous-discrete function across the image.
|
class |
ImplPolynomialPixel_F32
Implementation of
PolynomialPixel. |
class |
ImplPolynomialPixel_I
Implementation of
PolynomialPixel. |
class |
NearestNeighborPixel_F32
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
class |
NearestNeighborPixel_S16
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
class |
NearestNeighborPixel_S32
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
class |
NearestNeighborPixel_U16
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
class |
NearestNeighborPixel_U8
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
Copyright © 2013. All Rights Reserved.