Platforms to show: All Mac Windows Linux Cross-Platform
CIDetectorMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | CoreImage | MBS MacCI Plugin | 12.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
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 using this class:
- /AVFoundation/Live Barcode Detection
- /AVFoundation/Live Barcode Detection iOS/Live Barcode Detection iOS
- /MacCG/FaceDetection
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
Xojo Developer Magazine
Videos
- Presentation from Munich conference about MBS Plugins.
- Presentation from Xojo Developer Conference 2019 in Miami.
Release notes
- Version 18.4
- Added CIDetectorMBS support to AVCaptureVideoDataOutputMBS to detect barcodes, faces or text.
- Version 17.3
- Remove debug messages from CIDetectorMBS class.
The items on this page are in the following plugins: MBS MacCI Plugin.
CIDataMatrixCodeDescriptorMBS - CIFaceFeatureMBS
