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