Edge-Vision-Toolkit
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Edge-Vision-Toolkit
Edge-Vision-Toolkit
/
com.nefrock.edgevision.yotsukad
/
DocScanOptions
/
TransformMode
/
FixedSize
Fixed
Size
data
class
FixedSize
(
val
width
:
Int
,
val
height
:
Int
)
:
DocScanOptions.TransformMode
固定サイズモード。 ドキュメントを指定した
width
×
height
のサイズにリサイズして台形補正します。
Parameters
width
出力画像の幅(ピクセル)
height
出力画像の高さ(ピクセル)
Members
Constructors
Fixed
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int