public class ImageNormalization extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageNormalization.Type |
| Modifier and Type | Field and Description |
|---|---|
protected static double[] |
IMAGE_NET_MEAN_RGB |
protected static double[] |
IMAGE_NET_STD_RGB |
ImageNormalization.Type |
type |
protected static double[] |
VGG_MEAN_RGB |
| Constructor and Description |
|---|
ImageNormalization() |
ImageNormalization(ImageNormalization.Type type) |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
getImagenetMeanRgb() |
static double[] |
getImageNetStdRgb() |
static double[] |
getVggMeanRgb() |
protected static final double[] VGG_MEAN_RGB
protected static final double[] IMAGE_NET_MEAN_RGB
protected static final double[] IMAGE_NET_STD_RGB
public ImageNormalization.Type type
public ImageNormalization()
public ImageNormalization(ImageNormalization.Type type)
Copyright © 2022. All rights reserved.