Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
scanning.images
Package-level
declarations
Types
Types
Blur
Detector
Link copied to clipboard
class
BlurDetector
A reusable, high-performance, pure Kotlin blur detector.
Yuv
Data
Link copied to clipboard
data
class
YuvData
(
val
yBuffer
:
ByteArray
,
val
uBuffer
:
ByteArray
,
val
vBuffer
:
ByteArray
,
val
width
:
Int
,
val
height
:
Int
,
val
yRowStride
:
Int
,
val
uvPixelStride
:
Int
,
val
uvRowStride
:
Int
)
Holds safe, copied YUV (camera) image data.