Versions Compared

Key

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

Context is an application variable that passes through each active module during image processing.

InĀ Code

...

module, it is possible to develop custom solutions for your project using Python and context data.

The user can add or modify custom attributes in order to provide different ouputs.

If you wish to learn how to trigger an action after image processing, please visit our article Output - How to trigger an action after image processing

Info

Do not to change their structure when modifying.

...

A series of context data examples displayed in PEKAT VISION projects (JSON Format), is available at in our Inspection module article, as shown on in the example below:

...

Context Data Glossary

Image [Numpy Array]

Image in numpy NumPy array.

DetectedRectangles [Array]

...

Early termination, for details, read the article Code.

It is not returned in response to an HTTP request, nor does it appear in the inspection.

Heatmaps [Array of Numpy Array]

A field containing numpy NumPy images that represent heatmaps.

...