public class DataManipulationOps
extends java.lang.Object
| Constructor and Description |
|---|
DataManipulationOps() |
| Modifier and Type | Method and Description |
|---|---|
static void |
imageToTensor(boofcv.struct.image.Planar<boofcv.struct.image.GrayF32> input,
Tensor_F32 output,
int miniBatch)
Converts an image into a spatial tensor
|
static void |
normalize(boofcv.struct.image.GrayF32 image,
float mean,
float stdev) |
public static void normalize(boofcv.struct.image.GrayF32 image,
float mean,
float stdev)
public static void imageToTensor(boofcv.struct.image.Planar<boofcv.struct.image.GrayF32> input,
Tensor_F32 output,
int miniBatch)
input - BoofCV planar imageoutput - TensorminiBatch - Which mini-batch in the tensor should the image be written to