From 4a86efad44fc5824ea48e8b5260fe79f94809c46 Mon Sep 17 00:00:00 2001 From: mprinkezs <131883374+mprinkezs@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:39:50 +0200 Subject: [PATCH] Update Documentation.md --- AppExamples/misc/DisplayImage/doc/Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppExamples/misc/DisplayImage/doc/Documentation.md b/AppExamples/misc/DisplayImage/doc/Documentation.md index 7e2fa37..e19b788 100644 --- a/AppExamples/misc/DisplayImage/doc/Documentation.md +++ b/AppExamples/misc/DisplayImage/doc/Documentation.md @@ -8,9 +8,9 @@ This example demonstrates how to read a measurement image from a project and dis ## 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'). +* 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](https://pypi.org/project/opencv-python/) for the example to run. -* The example code must be part of an add-on, so that this python wheel can be added to that add-on's environment. +* The example code is part of an App, so OpenCV Python wheel must be added to this App's environment. ![](images/wheel1.png)