Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MODULES by RECOGNITION METHODS:

11.1 Anomaly of Surface - searches for anomalies in the image.

11.2 Classifier - object classification.

11.3Detector - searches for objects (and optionally classifies them).

11.4 Surface Detection - surface recognition.

11.5 Measure - measuring dimensions of objects.

11.6 OCR - recognizing characters/words in the image.

MODULES by EDDITING TOOLS:

11.7 PreProcess - tool for image editing before the next processing.

11.8 Mask - tool designed to cover parts of the image which should be ignored.

11.9 Unifier - unifies the position and rotation of the objects in the images for further processing.

MODULES by ENHANCEMENTS:

11.10 Code - image processing by a custom code

11.11 Parallelism - parallelism enables parallel processing between branches.

...

The order of modules is called Flow and the software runs through the flow with a top to bottom direction.

...

Image Added

By clicking in Edit button, the flow can be configured, you can add modules by using + button on a desired position, which shows the following pop up window, containing brief information about each module:

...

Modules communicate between them via Context Context.