public class ImplAverageResample extends Object
| Constructor and Description |
|---|
ImplAverageResample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
horizontal(ImageUInt8 src,
float srcX0,
int srcY0,
float srcWidth,
int height,
ImageFloat32 dst,
int dstX0,
int dstY0,
int dstWidth) |
static void |
vertical(ImageFloat32 src,
int srcX0,
float srcY0,
int width,
float srcHeight,
ImageUInt8 dst,
int dstX0,
int dstY0,
int dstHeight) |
public static void horizontal(ImageUInt8 src, float srcX0, int srcY0, float srcWidth, int height, ImageFloat32 dst, int dstX0, int dstY0, int dstWidth)
public static void vertical(ImageFloat32 src, int srcX0, float srcY0, int width, float srcHeight, ImageUInt8 dst, int dstX0, int dstY0, int dstHeight)
Copyright © 2013. All Rights Reserved.