Modules

Find links below to the following Modules for image processing, displayed by category:

MODULES - RECOGNITION METHODS:

https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058407 - searches for anomalies in the image.

https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058476 - object classification.

https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058504 - searches for objects (and optionally classifies them).

https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058574 - surface recognition.

https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058634 - measuring dimensions of objects.

https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058696 - recognizing characters/words in the image.

MODULES - EDITING TOOLS:

https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058205 - tool for image editing before the next processing.

https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058764 - a tool designed to cover parts of the image that should be ignored.

https://pekatvision.atlassian.net/wiki/spaces/KB3131/pages/482182653 - unifies the position and rotation of the objects in the images for further processing.

MODULES - ENHANCEMENTS:

https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058796 - image processing by a custom code.

https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058816 - parallelism enables parallel processing between branches.

Artificial Intelligence modules are trained based on user-annotated models. The user then selects which model should be used for the module.

The principle of image processing is based on a one-way passage through the modules, where each module processes the image and sends new information to the next module.

In some cases, selecting a single module may be sufficient to achieve a successful result.

The order of modules is called Flow and the software runs through the flow in a top-to-bottom direction. You can see the flow of modules in the graph available under the Modules option. There you can also see which modules are active/inactive and their processing time.

 

 

 

By clicking on the 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:

 

 

You can also Remove, Rename or Add notes to existing modules in the Flow.

Modules communicate between them via https://pekatvision.atlassian.net/wiki/spaces/KB3/pages/698058893.

By clicking on the Show module flow button in the top right corner the Flow will be visible even after clicking on the specific module.