Loading...

//scanning/com.pixelnetica.scanning/FrameObserver/Average

Average

[androidJvm]
data class Average(val cutout: ScanCutout, val fullness: Float)

Get cutout average with fullness

Constructors

  
Average[androidJvm]
constructor(cutout: ScanCutout, fullness: Float)

Properties

NameSummary
cutout[androidJvm]
val cutout: ScanCutout
average result
fullness[androidJvm]
val fullness: Float
rate to average length
Top