Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 11.5   12.0   12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2    Statistic    FMM    Blog  

CoreImage.Detect

Detects core image features.

Component Version macOS Windows Linux Server iOS SDK
CoreML 7.4 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "CoreImage.Detect"; Image; Type { ; Options } )   More

Parameters

Parameter Description Example Flags
Image The image to check.
Pass container here with image.
Type The type of recognizer to use.
Can be Face, Rectangle, Text or QRCode.
"Face"
Options List of options.
If EyeBlink is included, facial expressions, such as blinking and closed eyes are extracted.
If Smile is included, facial expressions, such as smile are extracted.
"EyeBlink¶Smile" Optional

Result

Returns JSON or error.

Description

Detects core image features.
This function can do face recognition, find text or rectangle areas and read barcodes.
Result is a JSON structure with all the results.

TypemacOS VersionsiOS VersionsDescription
FacemacOS 10.7 or neweriOS 5.0 and newerDetects faces and eyes
RectanglemacOS 10.10 or neweriOS 8.0 and newerDetects rectangles
QRCodemacOS 10.10 or neweriOS 8.0 and newerDetects barcodes
TextmacOS 10.11 or newer, 64-bit onlyiOS 9.0 and newerDetects text areas

See also Vision.RecognizeText, Vision.DetectBarcode and Vision.ClassifyImage.

For FileMaker Go, please use PSoS and do the scan server side. Or build your own app based on the FileMaker iOS SDK with Xcode and embed the MBS Plugin for on device detection.

See also

Release notes

Example Databases

Blog Entries

This function checks for a paid license.

Created 21st July 2017, last changed 20th June 2021


ContinuityCamera.SetScriptTrigger - CoreLocation.ClearFailHandler

💬 Ask a question or report a problem


Start Chat