VNUtils.GetImagePoint Method

Definition

Overloads

GetImagePoint(CGPoint, nuint, nuint)

Calculates the non-normalized point in an image of the specified size for the normalizedPoint.

GetImagePoint(Vector2, CGRect, nuint, nuint)

Calculates the non-normalized point in an image of the specified size, given the normalized faceBoundingBox and faceLandmarkPoint.

GetImagePoint(CGPoint, nuint, nuint)

Calculates the non-normalized point in an image of the specified size for the normalizedPoint.

public static CoreGraphics.CGPoint GetImagePoint (CoreGraphics.CGPoint normalizedPoint, nuint imageWidth, nuint imageHeight);
static member GetImagePoint : CoreGraphics.CGPoint * nuint * nuint -> CoreGraphics.CGPoint

Parameters

normalizedPoint
CGPoint
imageWidth
System.System.UIntPtr System.unativeint
imageHeight
System.System.UIntPtr System.unativeint

Returns

Applies to

GetImagePoint(Vector2, CGRect, nuint, nuint)

Calculates the non-normalized point in an image of the specified size, given the normalized faceBoundingBox and faceLandmarkPoint.

public static CoreGraphics.CGPoint GetImagePoint (OpenTK.Vector2 faceLandmarkPoint, CoreGraphics.CGRect faceBoundingBox, nuint imageWidth, nuint imageHeight);
static member GetImagePoint : OpenTK.Vector2 * CoreGraphics.CGRect * nuint * nuint -> CoreGraphics.CGPoint

Parameters

faceLandmarkPoint
Vector2
faceBoundingBox
CGRect
imageWidth
System.System.UIntPtr System.unativeint
imageHeight
System.System.UIntPtr System.unativeint

Returns

Applies to