VNUtils.GetNormalizedFaceBoundingBoxPoint 方法

定义

根据 faceBoundingBoxfaceLandmarkPoint获取在给定大小的图像中 [0..1, 0..1] 范围内规范化的点。

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

参数

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

返回

适用于