public static class ImageTransformerCL.InputData extends Object
Modifier and Type | Field and Description |
---|---|
double |
outlierThreshold |
int |
pyramidLevel |
int |
roiHeight |
int |
roiWidth |
int |
roiX |
int |
roiY |
double |
zeroThreshold |
Constructor and Description |
---|
InputData() |
InputData(boolean autoWrite) |
Modifier and Type | Method and Description |
---|---|
CLBuffer<ByteBuffer> |
writeBuffer(JavaCVCL context) |
public int pyramidLevel
public int roiX
public int roiY
public int roiWidth
public int roiHeight
public double zeroThreshold
public double outlierThreshold
public CLBuffer<ByteBuffer> writeBuffer(JavaCVCL context)
Copyright © 2024. All rights reserved.