You are here: Start » Program Examples » User Filter Example - Database

User Filter Example - Database

Aim

This project is an example of using User Filters and Database connection.

Input

TODO

Output

TODO

Hints

Running this example with x64-bit Studio requires installing Microsoft Access Database Engine Redistributable x64

Note If Office 365 is already installed, side-by-side detection will prevent the installation from proceeding. To install the package, perform a quiet installation by running a command such as the following:

<File location>:\<File name> /quiet

For example: C:\AccessDatabaseEngine.exe /quiet

Solution (Studio)

  1. Step 1,
  2. Step 2...

Used Filters

Icon Name Description
CloseRegion Filling-in small gaps in a region without making it thicker.
MergeDefault Usually used to create a definite result for the special cases represented by the Nil value.
GetArrayElement Extracts a single element from an array at the specified index.
RegionArea Computes the number of pixels contained in a region.
Delay Suspends the program workflow for inTime milliseconds.
SplitRegionIntoBlobs Segmentation of a region into individual objects when the objects do not touch each other.
EnumerateImages Emulates image acquisition with images stored on disk.
Exit If the specified condition is true, exits the macrofilter loop.
CreateArray Creates an array from up to 8 individual objects.
ParseInteger Returns the integer number represented by a string.
GetMaximumRegion Use this filter when to you have an array of regions and you want to select one of them that best matches some criterion.
ThresholdToRegion Extraction of a region of objects that can be defined by a salient brightness.
FindAll Finds all locations of a given value in the input array.