Platforms to show: All Mac Windows Linux Cross-Platform
CIDetectorMBS.CIDetectorAccuracy as string
shared method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: The key in the options dictionary used to specify a accuracy / performance tradeoff to be used.
shared method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: The key in the options dictionary used to specify a accuracy / performance tradeoff to be used.
CIDetectorMBS.CIDetectorAccuracyHigh as string
shared method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: One of the values for use with the CIDetectorAccuracy key.
Notes: Lower performance, higher accuracy
shared method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: One of the values for use with the CIDetectorAccuracy key.
Notes: Lower performance, higher accuracy
CIDetectorMBS.CIDetectorAccuracyLow as string
shared method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: One of the values for use with the CIDetectorAccuracy key.
Notes: Lower accuracy, higher performance
shared method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: One of the values for use with the CIDetectorAccuracy key.
Notes: Lower accuracy, higher performance
CIDetectorMBS.CIDetectorTypeFace as string
shared method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Specifies a detector type for face recognition.
shared method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Specifies a detector type for face recognition.
CIDetectorMBS.Constructor(Handle as Integer)
method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Creates a new CIDetectorMBS object for the given handle.
method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Creates a new CIDetectorMBS object for the given handle.
See also:
CIDetectorMBS.Constructor(type as string, context as CIContextMBS, options as dictionary)
method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Returns a new detector instance of the given type.
Notes:
The type is used to specify the usage intent.
The context argument specifies the CIContext to be used to operate on the image. May be nil.
If the input image to featuresInImage is the output of a CoreImage operation, it may improve performance to specify the same context that was used to operate on that image.
The detector may do image processing in this context and if the image is on the GPU and the specified context is a GPU context this may avoid additional upload to / download from the GPU. If the input image is on the CPU (or the output from a CPU based context) specifying a GPU based context (or vice versa) may reduce performance.
The options parameter lets you optinally specify a accuracy / performance tradeoff. Can be nil or an empty dictionary.
method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Returns a new detector instance of the given type.
Notes:
The type is used to specify the usage intent.
The context argument specifies the CIContext to be used to operate on the image. May be nil.
If the input image to featuresInImage is the output of a CoreImage operation, it may improve performance to specify the same context that was used to operate on that image.
The detector may do image processing in this context and if the image is on the GPU and the specified context is a GPU context this may avoid additional upload to / download from the GPU. If the input image is on the CPU (or the output from a CPU based context) specifying a GPU based context (or vice versa) may reduce performance.
The options parameter lets you optinally specify a accuracy / performance tradeoff. Can be nil or an empty dictionary.
See also:
CIDetectorMBS.featuresInImage(image as CIImageMBS) as CIFeatureMBS()
method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Returns an array of CIFeature instances in the given image.
Notes: The array is sorted by confidence, highest confidence first.
method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Returns an array of CIFeature instances in the given image.
Notes: The array is sorted by confidence, highest confidence first.
See also:
CIDetectorMBS.featuresInImage(image as CIImageMBS, options as dictionary) as CIFeatureMBS()
method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Returns an array of CIFeature instances in the given image.
Notes:
The array is sorted by confidence, highest confidence first.
The options dictionary can contain a CIDetectorImageOrientation key value.
method, CoreImage, MBS Real Studio MacOSXCG Plugin (QuartzCore), class CIDetectorMBS,
Plugin version: 12.4, Mac: Yes, Win: No, Linux: No, Console & Web: Yes, Feedback.
Function: Returns an array of CIFeature instances in the given image.
Notes:
The array is sorted by confidence, highest confidence first.
The options dictionary can contain a CIDetectorImageOrientation key value.
See also:
The items on this page are in the following plugins: MBS Real Studio MacOSXCG Plugin.
Links
Christians Software aus Nickenich