mirror of
https://github.com/opencv/opencv.git
synced 2024-12-05 01:39:13 +08:00
29 lines
660 B
ReStructuredText
29 lines
660 B
ReStructuredText
*******************************************
|
|
Engine use Cases
|
|
*******************************************
|
|
|
|
First application start
|
|
-----------------------
|
|
|
|
There is no OpenCV Manager and OpenCV libraries.
|
|
|
|
.. image:: img/NoService.png
|
|
|
|
Second application start
|
|
------------------------
|
|
|
|
There is OpenCV Manager service, but there is no OpenCV library.
|
|
If OpenCV library installation approved\:
|
|
|
|
.. image:: img/LibInstallAproved.png
|
|
|
|
If OpenCV library installation canceled\:
|
|
|
|
.. image:: img/LibInstallCanceled.png
|
|
|
|
Regular application start
|
|
-------------------------
|
|
|
|
OpenCV Manager and OpenCV library has bee already installed.
|
|
|
|
.. image:: img/LibInstalled.png |