Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 637 Bytes

File metadata and controls

19 lines (11 loc) · 637 Bytes

DisplayImage

This example demonstrates how to read a measurement image from a project and display it in PNG format using an image widget in a user defined script dialog.

Example

Preliminaries

  • For the sake of simplicity, it is assumed that the measurement list from which the image is read has a fixed name ('Scan 1').
  • You have to install OpenCV python for the example to run.
  • The example code is part of an App, so the OpenCV Python wheel must be added to this App's environment.