| Package | Description |
|---|---|
| boofcv.alg.interpolate.impl | |
| boofcv.alg.interpolate.kernel |
| Constructor and Description |
|---|
ImplInterpolatePixelConvolution_F32(KernelContinuous1D_F32 kernel,
float min,
float max) |
ImplInterpolatePixelConvolution_S16(KernelContinuous1D_F32 kernel,
float min,
float max) |
ImplInterpolatePixelConvolution_U8(KernelContinuous1D_F32 kernel,
float min,
float max) |
| Modifier and Type | Class and Description |
|---|---|
class |
BicubicKernel_F32
A kernel can be used to approximate bicubic interpolation.
|
Copyright © 2013. All Rights Reserved.