Versions Compared

Key

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

...

MODULES by RECOGNITION METHODS:

11.1 /wiki/spaces/CONFLUENCE/pages/2982052 Anomaly of Surface - searches for anomalies in the image.11.2 /wiki/spaces/CONFLUENCE/pages/7602237

Classifier - object classification.

11.3 /wiki/spaces/CONFLUENCE/pages/7602198 Detector - searches for objects (and optionally classifies them).11.4 /wiki/spaces/CONFLUENCE/pages/7634958

Surface Detection - surface recognition.

11.5 /wiki/spaces/CONFLUENCE/pages/7569464 Measure - measuring dimensions of objects.

11.6 /wiki/spaces/CONFLUENCE/pages/7569478 OCR - recognizing characters/words in the image.

MODULES by EDDITING TOOLS:

11.7 /wiki/spaces/CONFLUENCE/pages/7569489 PreProcess - tool for image editing before the next processing.

11.8 /wiki/spaces/CONFLUENCE/pages/7569541 Mask - tool designed to cover parts of the image which should be ignored.

11.9 /wiki/spaces/CONFLUENCE/pages/7602310 Unifier - unifies the position and rotation of the objects in the images for further processing.

MODULES by ENHANCEMENTS:

11.10 /wiki/spaces/CONFLUENCE/pages/7602319 Code - image processing by a custom code

11.11 /wiki/spaces/CONFLUENCE/pages/7602608Parallelism - 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 /wiki/spaces/CONFLUENCE/pages/7569551 Context.