Commit 5222155c authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #869 from paroj:cnn_3dobj_doc

parents cfe8155d 84ec6341
...@@ -24,7 +24,9 @@ else() ...@@ -24,7 +24,9 @@ else()
message(STATUS "Glog: NO") message(STATUS "Glog: NO")
endif() 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 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cnn_3dobj_config.hpp.in
${CMAKE_CURRENT_SOURCE_DIR}/include/opencv2/cnn_3dobj_config.hpp @ONLY) ${CMAKE_CURRENT_SOURCE_DIR}/include/opencv2/cnn_3dobj_config.hpp @ONLY)
......
...@@ -12,7 +12,6 @@ In this tutorial you will learn how to ...@@ -12,7 +12,6 @@ In this tutorial you will learn how to
Code 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 @include cnn_3dobj/samples/demo_sphereview_data.cpp
Explanation Explanation
......
Classify {#tutorial_classify} Classify {#tutorial_feature_classification}
=============== ===============
Goal Goal
...@@ -13,7 +13,6 @@ In this tutorial you will learn how to ...@@ -13,7 +13,6 @@ In this tutorial you will learn how to
Code 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 @include cnn_3dobj/samples/demo_classify.cpp
Explanation Explanation
......
Training data generation using Icosphere {#tutorial_model_analysis} Training Model Analysis {#tutorial_model_analysis}
============= =============
Goal Goal
...@@ -12,7 +12,6 @@ In this tutorial you will learn how to ...@@ -12,7 +12,6 @@ In this tutorial you will learn how to
Code 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 @include cnn_3dobj/samples/demo_model_analysis.cpp
Explanation Explanation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment