次の方法で共有


VNUtils.GetNormalizedFaceBoundingBoxPoint メソッド

定義

faceLandmarkPointに基づいて、指定されたサイズの画像内の範囲 [0..1, 0..1] で正規化されたポイントをfaceBoundingBox取得します。

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

戻り値

適用対象