共用方式為


CIDetectorOptions 類別

定義

public class CIDetectorOptions
type CIDetectorOptions = class
繼承
CIDetectorOptions

建構函式

CIDetectorOptions()

使用預設值建立新的 CIDetectorOptions。

屬性

Accuracy

取得或設定值,這個值表示要使用高或低偵測精確度。

AspectRatio

取得或設定要偵測的功能外觀比例。 大於一的值比高度還要寬。

EyeBlink

取得是否要偵測封閉眼球。

FocalLength

取得或設定值,這個值表示用來擷取偵測器將處理之影像的裝置焦點長度。

ImageOrientation

來源影像的方向,或 null

MaxFeatureCount

用於臉部偵測的選項。 與 CreateFaceDetector(CIContext, Nullable<FaceDetectorAccuracy>, Nullable<Single>, Nullable<Boolean>) 搭配使用。

MinFeatureSize

取得或設定要偵測的最小功能大小。

NumberOfAngles

取得或設定偵測臉部時要從中取樣視訊的角度數目。 可以是 1、3、5、7、9 或 11。

ReturnSubFeatures

取得或設定值,這個值控制是否除了功能資訊之外傳回子功能資訊。

Smile

取得或設定是否要偵測笑臉。

TrackingEnabled

取得或設定是否在畫面格之間追蹤臉部。

適用於