Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
611c82c3
Commit
611c82c3
authored
Sep 25, 2014
by
ahb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake -DCVV_DEBUG_MODE= only belongs into tutorial
parent
d4a6bc01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.rst
modules/cvv/doc/cvv_api/index.rst
+2
-2
No files found.
modules/cvv/doc/cvv_api/index.rst
View file @
611c82c3
...
...
@@ -11,8 +11,8 @@ Namespace for all functions is **cvv**, i.e. *cvv::showImage()*.
Compilation:
* For development, i.e. for cvv GUI to show up, compile your code using cvv with *
cmake -DCVV_DEBUG_MODE=ON* (or *g++ -DCVVISUAL_DEBUGMODE*).
* For release, i.e. cvv calls doing nothing, compile your code with
*cmake -DCVV_DEBUG_MODE=OFF* (or *g++* without above flag)
.
* For development, i.e. for cvv GUI to show up, compile your code using cvv with *
g++ -DCVVISUAL_DEBUGMODE*.
* For release, i.e. cvv calls doing nothing, compile your code with
out above flag
.
See cvv tutorial for a commented example application using cvv.
...
...
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