Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning
/
RawDepthData
Raw
Depth
Data
data
class
RawDepthData
(
val
buffer
:
ShortBuffer
,
val
width
:
Int
,
val
height
:
Int
)
Holds safe, copied 16-bit raw depth data.
Members
Constructors
Raw
Depth
Data
Link copied to clipboard
constructor
(
buffer
:
ShortBuffer
,
width
:
Int
,
height
:
Int
)
Types
Shape
Link copied to clipboard
data
class
Shape
(
val
width
:
Int
,
val
height
:
Int
)
Properties
buffer
Link copied to clipboard
val
buffer
:
ShortBuffer
height
Link copied to clipboard
val
height
:
Int
shape
Link copied to clipboard
val
shape
:
RawDepthData.Shape
width
Link copied to clipboard
val
width
:
Int