Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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.
Type | macOS Versions | iOS Versions | Description |
Face | macOS 10.7 or newer | iOS 5.0 and newer | Detects faces and eyes |
Rectangle | macOS 10.10 or newer | iOS 8.0 and newer | Detects rectangles |
QRCode | macOS 10.10 or newer | iOS 8.0 and newer | Detects barcodes |
Text | macOS 10.11 or newer, 64-bit only | iOS 9.0 and newer | Detects 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
- Version 7.4
- Added CoreImage.Detect.
Example Databases
Blog Entries
This function checks for a license.
Created 21st July 2017, last changed 20th June 2021
ContinuityCamera.SetScriptTrigger - CoreLocation.ClearFailHandler