SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-data-media
/
sk.ainet.data.media
/
ImageDimensions
Image
Dimensions
data
class
ImageDimensions
(
val
width
:
Int
,
val
height
:
Int
,
val
channels
:
Int
,
val
batchSize
:
Int
=
1
)
(
source
)
Image dimension information.
Members
Constructors
Image
Dimensions
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
channels
:
Int
,
batchSize
:
Int
=
1
)
Properties
batch
Size
Link copied to clipboard
val
batchSize
:
Int
channels
Link copied to clipboard
val
channels
:
Int
height
Link copied to clipboard
val
height
:
Int
pixel
Count
Link copied to clipboard
val
pixelCount
:
Int
total
Elements
Link copied to clipboard
val
totalElements
:
Int
width
Link copied to clipboard
val
width
:
Int