次の方法で共有


CIDetector.FeaturesInImage メソッド

定義

オーバーロード

FeaturesInImage(CIImage)

画像を分析し、画像で検出された特徴の一覧 (顔、QR コード、四角形) を返します。

FeaturesInImage(CIImage, CIImageOrientation)

画像を分析し、画像で検出された特徴の一覧 (顔、QR コード、四角形) を返します。

FeaturesInImage(CIImage, NSDictionary)

画像を分析し、画像で検出された特徴の一覧 (顔、QR コード、四角形) を返します。

FeaturesInImage(CIImage)

画像を分析し、画像で検出された特徴の一覧 (顔、QR コード、四角形) を返します。

[Foundation.Export("featuresInImage:")]
public virtual CoreImage.CIFeature[] FeaturesInImage (CoreImage.CIImage image);
abstract member FeaturesInImage : CoreImage.CIImage -> CoreImage.CIFeature[]
override this.FeaturesInImage : CoreImage.CIImage -> CoreImage.CIFeature[]

パラメーター

image
CIImage

分析する画像。

戻り値

検出された特徴の配列。

属性

適用対象

FeaturesInImage(CIImage, CIImageOrientation)

画像を分析し、画像で検出された特徴の一覧 (顔、QR コード、四角形) を返します。

public CoreImage.CIFeature[] FeaturesInImage (CoreImage.CIImage image, CoreImage.CIImageOrientation orientation);
member this.FeaturesInImage : CoreImage.CIImage * CoreImage.CIImageOrientation -> CoreImage.CIFeature[]

パラメーター

image
CIImage

分析する画像。

orientation
CIImageOrientation

画像の向き。

戻り値

検出された特徴の配列。

適用対象

FeaturesInImage(CIImage, NSDictionary)

画像を分析し、画像で検出された特徴の一覧 (顔、QR コード、四角形) を返します。

[Foundation.Export("featuresInImage:options:")]
public virtual CoreImage.CIFeature[] FeaturesInImage (CoreImage.CIImage image, Foundation.NSDictionary options);
abstract member FeaturesInImage : CoreImage.CIImage * Foundation.NSDictionary -> CoreImage.CIFeature[]
override this.FeaturesInImage : CoreImage.CIImage * Foundation.NSDictionary -> CoreImage.CIFeature[]

パラメーター

image
CIImage

分析する画像。

options
NSDictionary

イメージ内の機能の検索を構成するためのオプションのセット。

このパラメーターは、null に設定できます。

戻り値

検出された特徴の配列。

属性

適用対象