CoreImage.CIDetector: Method Members

The methods of CoreImage.CIDetector are listed below. For a list of all members, see the CIDetector Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

static
CreateFaceDetector(CIContext, CIDetectorOptions) : CIDetector
Create a new face detector using the specified parameters.
static
CreateFaceDetector(CIContext, bool) : CIDetector
Create a new face detector using the specified parameters.
static
CreateFaceDetector(CIContext, bool, float) : CIDetector
Create a new face detector using the specified parameters.
static
CreateFaceDetector(CIContext, Nullable<FaceDetectorAccuracy>, Nullable<float>, Nullable<bool>) : CIDetector
Create a new face detector using the specified parameters.
static
CreateQRDetector(CIContext, CIDetectorOptions) : CIDetector
Documentation for this section has not yet been entered.
static
CreateRectangleDetector(CIContext, CIDetectorOptions) : CIDetector
Documentation for this section has not yet been entered.
FeaturesInImage(CIImage) : CIFeature[]
Analyzes the image and returns a list of features discovered in the image (faces, QR codes, rectangles).
FeaturesInImage(CIImage, CIImageOrientation) : CIFeature[]
Analyzes the image and returns a list of features discovered in the image (faces, QR codes, rectangles).
FeaturesInImage(CIImage, Foundation.NSDictionary) : CIFeature[]
Analyzes the image and returns a list of features discovered in the image (faces, QR codes, rectangles).