protected static class VisualizeCamera2Activity.BoofImage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boofcv.alg.color.ColorFormat |
colorFormat |
protected byte[] |
convertWork |
protected java.lang.Object |
imageLock |
protected boofcv.struct.image.ImageType |
imageType |
protected java.util.Stack<boofcv.struct.image.ImageBase> |
stackImages
Images available for use, When inside the stack they must not be referenced anywhere else.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BoofImage() |
protected final java.lang.Object imageLock
protected boofcv.struct.image.ImageType imageType
protected boofcv.alg.color.ColorFormat colorFormat
protected java.util.Stack<boofcv.struct.image.ImageBase> stackImages
protected byte[] convertWork