Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
CoreImage.Detect
Detects core image features.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
CoreImage | 7.4 | Yes | No | Yes, macOS only | No | Yes |
MBS( "CoreImage.Detect"; Image; Type { ; Options } ) More
Parameters
Parameter | Description | Example value |
---|---|---|
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 | Optional 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" |
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
Example Databases
Blog Entries
Created 21st July 2017, last changed 29th July 2017
Container.WriteFile - CoreLocation.ClearFailHandler
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos