Function: scalePoint()
scalePoint(
point,options):Point
Defined in: extensions/cv/ops/point.ts:64
Helper function to scale a 2D point based on resize mode and resolution changes.
Parameters
point
The original coordinate point to scale.
options
Options detailing the scaling factors and resize mode. See ScalePointOptions.
Returns
The scaled coordinate point.