CIDetector.FeaturesInImage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
要分析的图像。
返回
已发现特征的数组。
- 属性