| Class | Description |
|---|---|
| BilinearRectangle_F32 |
Performs bilinear interpolation to extract values between pixels in an image.
|
| BilinearRectangle_S16 |
Performs bilinear interpolation to extract values between pixels in an image.
|
| BilinearRectangle_U8 |
Performs bilinear interpolation to extract values between pixels in an image.
|
| ImplBilinearPixel_F32 |
Implementation of
BilinearPixelS for a specific image type. |
| ImplBilinearPixel_F64 |
Implementation of
BilinearPixelS for a specific image type. |
| ImplBilinearPixel_IL_F32 |
Implementation of
BilinearPixelMB for a specific image type. |
| ImplBilinearPixel_IL_F64 |
Implementation of
BilinearPixelMB for a specific image type. |
| ImplBilinearPixel_IL_S16 |
Implementation of
BilinearPixelMB for a specific image type. |
| ImplBilinearPixel_IL_S32 |
Implementation of
BilinearPixelMB for a specific image type. |
| ImplBilinearPixel_IL_U8 |
Implementation of
BilinearPixelMB for a specific image type. |
| ImplBilinearPixel_S16 |
Implementation of
BilinearPixelS for a specific image type. |
| ImplBilinearPixel_S32 |
Implementation of
BilinearPixelS for a specific image type. |
| ImplBilinearPixel_U8 |
Implementation of
BilinearPixelS for a specific image type. |
| ImplInterpolatePixelConvolution_F32 |
Performs interpolation by convolving a continuous-discrete function across the image.
|
| ImplInterpolatePixelConvolution_S16 |
Performs interpolation by convolving a continuous-discrete function across the image.
|
| ImplInterpolatePixelConvolution_U8 |
Performs interpolation by convolving a continuous-discrete function across the image.
|
| ImplPolynomialPixel_F32 |
Implementation of
PolynomialPixel. |
| ImplPolynomialPixel_I |
Implementation of
PolynomialPixel. |
| NearestNeighborPixel_F32 |
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
| NearestNeighborPixel_IL_F32 |
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
| NearestNeighborPixel_IL_S16 |
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
| NearestNeighborPixel_IL_S32 |
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
| NearestNeighborPixel_IL_U16 |
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
| NearestNeighborPixel_IL_U8 |
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
| NearestNeighborPixel_S16 |
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
| NearestNeighborPixel_S32 |
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
| NearestNeighborPixel_U16 |
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
| NearestNeighborPixel_U8 |
Performs nearest neighbor interpolation to extract values between pixels in an image.
|
| NearestNeighborRectangle_F32 |
Nearest Neighbor interpolation for a rectangular region
|