Platforms to show: All Mac Windows Linux Cross-Platform
CIDetectorMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
class | CoreImage | MBS MacCG Plugin | 12.4 | Yes | No | No | Yes, macOS only | No |
Notes: This class potentially holds onto a lot of state. Hence it may be beneficial from a performance perspective to re-use the same CIDetector instance. Specifying a CIContext when creating a detector may have an impact on performance since this context may be used when analyzing an image.
- property Handle as Integer
- 4 methods
- method Constructor(Handle as Integer)
- method Constructor(type as string, context as CIContextMBS = nil, options as dictionary = nil)
- method featuresInImage(image as CIImageMBS) as CIFeatureMBS()
- method featuresInImage(image as CIImageMBS, options as dictionary) as CIFeatureMBS()
- 18 shared methods
- shared method CIDetectorAccuracy as string
- shared method CIDetectorAccuracyHigh as string
- shared method CIDetectorAccuracyLow as string
- shared method CIDetectorAspectRatio as string
- shared method CIDetectorEyeBlink as string
- shared method CIDetectorFocalLength as string
- shared method CIDetectorImageOrientation as string
- shared method CIDetectorMaxFeatureCount as string
- shared method CIDetectorMinFeatureSize as string
- shared method CIDetectorNumberOfAngles as string
- shared method CIDetectorReturnSubFeatures as string
- shared method CIDetectorSmile as string
- shared method CIDetectorTracking as string
- shared method CIDetectorTypeFace as string
- shared method CIDetectorTypeQRCode as string
- shared method CIDetectorTypeRectangle as string
- shared method CIDetectorTypeText as string
- shared method detectorOfType(type as string, context as CIContextMBS = nil, options as dictionary = nil) as CIDetectorMBS
This class has no sub classes.
Some examples which use this class:
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 18.4
- MBS Xojo Plugins, version 18.4pr6
- Live barcode detection with Xojo for MacOS
- MBS Xojo Plugins, version 17.3pr1
- MBS Xojo / Real Studio Plugins, version 16.0pr5
- MonkeyBread Software Releases the MBS Real Studio plug-ins in version 12.4
- MBS Real Studio Plugins, version 12.4pr7
- New plugin class for CIDetector
The items on this page are in the following plugins: MBS MacCG Plugin.
Links
MBS Xojo PDF Plugins