toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunacore.utils
/
ImageScaler
Image
Scaler
class
ImageScaler
Members
Constructors
Image
Scaler
Link copied to clipboard
constructor
(
)
Properties
cropped
Width
Link copied to clipboard
var
croppedWidth
:
Int
offset
Y
Link copied to clipboard
var
offsetY
:
Int
screen
To
Analysis
Height
Ratio
Link copied to clipboard
var
screenToAnalysisHeightRatio
:
Float
screen
To
Analysis
Width
Ratio
Link copied to clipboard
var
screenToAnalysisWidthRatio
:
Float
Functions
adopt
Detection
Link copied to clipboard
fun
adoptDetection
(
rect
:
Rect
)
:
Rect
calculate
Min
Face
Side
To
Min
Screen
Side
In
Px
Link copied to clipboard
fun
calculateMinFaceSideToMinScreenSideInPx
(
minFaceSideToMinScreenSide
:
Float
)
:
Int
set
Scaling
Params
Link copied to clipboard
fun
setScalingParams
(
previewImageWidth
:
Int
,
previewImageHeight
:
Int
,
analysisImageWidth
:
Int
,
analysisImageHeight
:
Int
,
previewRotation
:
Int
,
analysisRotation
:
Int
,
offsetY
:
Int
)