VNUtils 类

定义

一组用于处理图像的实用工具函数。

[ObjCRuntime.TV(11, 0)]
public static class VNUtils
type VNUtils = class
继承
VNUtils
属性

属性

NormalizedIdentityRect

获取规范化标识 CGRect [0, 0, 1, 1]。

方法

GetImagePoint(CGPoint, nuint, nuint)

计算指定大小的 normalizedPoint图像中的非规范化点。

GetImagePoint(Vector2, CGRect, nuint, nuint)

给定规范化和 faceLandmarkPoint,计算指定大小的图像中的非规范化faceBoundingBox点。

GetImageRect(CGRect, nuint, nuint)

normalizedRect计算指定大小的图像中的非规范化矩形。

GetNormalizedFaceBoundingBoxPoint(Vector2, CGRect, nuint, nuint)

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

GetNormalizedRect(CGRect, nuint, nuint)

获取指定大小的图像中对应于 imageRect 的规范化矩形。

IsIdentityRect(CGRect)

true如果 rect 为 [0, 0, 1, 1] ,则返回 。

适用于