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
5222155c
Commit
5222155c
authored
Nov 23, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #869 from paroj:cnn_3dobj_doc
parents
cfe8155d
84ec6341
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
CMakeLists.txt
modules/cnn_3dobj/CMakeLists.txt
+3
-1
data_generation.markdown
..._3dobj/tutorials/data_generation/data_generation.markdown
+0
-1
classify.markdown
..._3dobj/tutorials/feature_classification/classify.markdown
+1
-2
model_analysis.markdown
...nn_3dobj/tutorials/model_analysis/model_analysis.markdown
+1
-2
No files found.
modules/cnn_3dobj/CMakeLists.txt
View file @
5222155c
...
...
@@ -24,7 +24,9 @@ else()
message
(
STATUS
"Glog: NO"
)
endif
()
if
(
HAVE_CAFFE
)
if
(
NOT HAVE_CAFFE
)
ocv_module_disable
(
cnn_3dobj
)
else
()
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cnn_3dobj_config.hpp.in
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/opencv2/cnn_3dobj_config.hpp @ONLY
)
...
...
modules/cnn_3dobj/tutorials/data_generation/data_generation.markdown
View file @
5222155c
...
...
@@ -12,7 +12,6 @@ In this tutorial you will learn how to
Code
----
You can download the code from
[
here
](
https://github.com/Wangyida/opencv_contrib/blob/cnn_3dobj/samples/demo_sphereview_data.cpp
)
.
@include cnn_3dobj/samples/demo_sphereview_data.cpp
Explanation
...
...
modules/cnn_3dobj/tutorials/feature_classification/classify.markdown
View file @
5222155c
Classify {#tutorial_
classify
}
Classify {#tutorial_
feature_classification
}
===============
Goal
...
...
@@ -13,7 +13,6 @@ In this tutorial you will learn how to
Code
----
You can download the code from
[
here
](
https://github.com/Wangyida/opencv_contrib/blob/cnn_3dobj/samples/demo_classify.cpp
)
.
@include cnn_3dobj/samples/demo_classify.cpp
Explanation
...
...
modules/cnn_3dobj/tutorials/model_analysis/model_analysis.markdown
View file @
5222155c
Training
data generation using Icosphere
{#tutorial_model_analysis}
Training
Model Analysis
{#tutorial_model_analysis}
=============
Goal
...
...
@@ -12,7 +12,6 @@ In this tutorial you will learn how to
Code
----
You can download the code from
[
here
](
https://github.com/Wangyida/opencv_contrib/blob/cnn_3dobj/samples/demo_model_analysis.cpp
)
.
@include cnn_3dobj/samples/demo_model_analysis.cpp
Explanation
...
...
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