From 6293d14eb6b21366f57beccfa3c74652a3ae2dd2 Mon Sep 17 00:00:00 2001 From: Endre Simo Date: Wed, 18 Jan 2023 16:06:29 +0200 Subject: [PATCH] Link to GioUI page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e2c238..c3ba164 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The image below illustrates the application capabilities for human face detectio

GUI preview

-A GUI preview mode is also incorporated into the library for in time process visualization. The Gio GUI library has been used because of its robustness and modern architecture. Prior running it please make sure that you have installed all the required dependencies noted in the installation section (https://gioui.org/#installation) . +A GUI preview mode is also incorporated into the library for in time process visualization. The [Gio](http://gioui.org/) GUI library has been used because of its robustness and modern architecture. Prior running it please make sure that you have installed all the required dependencies noted in the installation section (https://gioui.org/#installation) . The preview window is activated by default but you can deactivate it any time by setting the `-preview` flag to false. When the images are processed concurrently from a directory the preview mode is deactivated.