Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
be2457c2
Commit
be2457c2
authored
Jul 13, 2012
by
Andrey Pavlenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing 'module' directive to eliminate "PYTHON MODULE INDEX" page in PDF
parent
722df6a9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
14 deletions
+1
-14
BaseLoaderCallback.rst
android/service/doc/BaseLoaderCallback.rst
+0
-3
InstallCallbackInterface.rst
android/service/doc/InstallCallbackInterface.rst
+0
-4
JavaHelper.rst
android/service/doc/JavaHelper.rst
+0
-3
LoaderCallbackInterface.rst
android/service/doc/LoaderCallbackInterface.rst
+1
-4
No files found.
android/service/doc/BaseLoaderCallback.rst
View file @
be2457c2
...
...
@@ -3,9 +3,6 @@ Base Loader Callback Interface implementation
*********************************************
.. highlight:: java
.. module:: org.opencv.android
:platform: Android
:synopsis: Implements OpenCV initialization callback interface.
.. class:: BaseLoaderCallback
Basic implementation of LoaderCallbackInterface. Implementation logic is described by diagram.
...
...
android/service/doc/InstallCallbackInterface.rst
View file @
be2457c2
...
...
@@ -2,10 +2,6 @@
Install Callback Interface
**************************
.. highlight:: java
.. module:: org.opencv.android
:platform: Android
:synopsis: Defines callback interface for package management.
.. class:: InstallCallbackInterface
Callback interface for package installation or update.
...
...
android/service/doc/JavaHelper.rst
View file @
be2457c2
...
...
@@ -3,9 +3,6 @@ Java OpenCV Loader
******************
.. highlight:: java
.. module:: org.opencv.android
:platform: Android
:synopsis: Implements Android dependent Java classes.
.. Class:: OpenCVLoader
Helper class provides common initialization methods for OpenCV library
...
...
android/service/doc/LoaderCallbackInterface.rst
View file @
be2457c2
...
...
@@ -3,9 +3,6 @@ Loader Callback Interface
*************************
.. highlight:: java
.. module:: org.opencv.android
:platform: Android
:synopsis: Defines OpenCV initialization callback interface.
.. class:: LoaderCallbackInterface
Interface for callback object in case of asynchronous initialization of OpenCV
...
...
@@ -26,7 +23,7 @@ void onPackageInstall()
Callback method that is called in case when package installation is needed
@param callback
Answer object with approve and cancel methods and package description
:param callback:
Answer object with approve and cancel methods and package description
Initialization status constants
-------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment