| Package | Description |
|---|---|
| boofcv.alg.interpolate.impl | |
| boofcv.factory.interpolate |
| Modifier and Type | Class and Description |
|---|---|
class |
BilinearRectangle_F32
Performs bilinear interpolation to extract values between pixels in an image.
|
class |
BilinearRectangle_S16
Performs bilinear interpolation to extract values between pixels in an image.
|
class |
BilinearRectangle_U8
Performs bilinear interpolation to extract values between pixels in an image.
|
class |
NearestNeighborRectangle_F32
Nearest Neighbor interpolation for a rectangular region
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryInterpolation.bilinearRectangle(Class<T> type) |
static <T extends ImageSingleBand> |
FactoryInterpolation.bilinearRectangle(T image) |
static <T extends ImageSingleBand> |
FactoryInterpolation.nearestNeighborRectangle(Class<?> type) |
Copyright © 2013. All Rights Reserved.