1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

OpenCV Manager documentation updated.

Diagram rendering script updated.
This commit is contained in:
Alexander Smorkalov
2012-10-09 10:33:26 +04:00
parent 4b808b1199
commit 9ab19691d4
12 changed files with 30 additions and 24 deletions
@@ -29,3 +29,10 @@ void cancel()
.. method:: void cancel()
Installation if package has been canceled.
void wait_install()
-------------------
.. method:: void wait_install()
Wait for package installation.
+1 -1
View File
@@ -24,7 +24,7 @@ First OpenCV app\:
#. Any OpenCV-dependent app is installed from Google Play marketplace or manually;
#. At the first launch, it suggests installing OpenCV Manager;
#. Then OpenCV Manager is downloaded and installed, using Google Play marketplace service.
#. When started, the application suggests installing OpenCV library for the target device trough Google Play marketplace;
#. When Manager has ben started, the application suggests installing OpenCV library for the target device trough Google Play marketplace if it is necessary;
#. After installation is finished, the app may be launched to perform common tasks.
Next OpenCV app\:
Binary file not shown.
@@ -30,11 +30,7 @@ Initialization status constants
.. data:: SUCCESS
OpenCV initialization finished successfully.
.. data:: RESTART_REQUIRED
OpenCV library installation via Google Play service was initialized. Application restart is required
OpenCV initialization finished successfully
.. data:: MARKET_ERROR
Binary file not shown.
+4 -4
View File
@@ -1,5 +1,5 @@
*******************************************
Engine use Cases
Manager Workflow
*******************************************
First application start
@@ -9,10 +9,10 @@ There is no OpenCV Manager or OpenCV libraries:
.. image:: img/NoService.png
Second application start
------------------------
Aditional library package installation
--------------------------------------
There is an OpenCV Manager service, but there is no OpenCV library.
There is an OpenCV Manager service, but there is no apropriate OpenCV library.
If OpenCV library installation has been approved\:
.. image:: img/LibInstallAproved.png
Regular → Executable
+1 -1
View File
@@ -20,4 +20,4 @@ if (not os.path.exists(TARGET_PATH)):
for filename in os.listdir("."):
if ("dia" == filename[-3:]):
os.system("%s --export %s %s" % (DiaPath, os.path.join(TARGET_PATH, filename + ".png"), filename))
os.system("%s --export %s %s" % (DiaPath, os.path.join(TARGET_PATH, filename[0:len(filename)-4] + ".png"), filename))
Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 29 KiB