Commit eaee613a authored by Pavel Rojtberg's avatar Pavel Rojtberg

drop superficial demo_ prefix from sample filenames

parent 94552d96
......@@ -38,7 +38,7 @@ if(TARGET opencv_test_cnn_3dobj)
target_link_libraries(opencv_test_cnn_3dobj boost_system)
endif()
foreach(exe_TGT demo_classify demo_video demo_sphereview_data demo_model_analysis)
foreach(exe_TGT classify video sphereview_data model_analysis)
if(TARGET example_cnn_3dobj_${exe_TGT})
target_link_libraries(example_cnn_3dobj_${exe_TGT} boost_system)
endif()
......
......@@ -12,7 +12,7 @@ In this tutorial you will learn how to
Code
----
@include cnn_3dobj/samples/demo_sphereview_data.cpp
@include cnn_3dobj/samples/sphereview_data.cpp
Explanation
-----------
......
......@@ -13,7 +13,7 @@ In this tutorial you will learn how to
Code
----
@include cnn_3dobj/samples/demo_classify.cpp
@include cnn_3dobj/samples/classify.cpp
Explanation
-----------
......
......@@ -12,7 +12,7 @@ In this tutorial you will learn how to
Code
----
@include cnn_3dobj/samples/demo_model_analysis.cpp
@include cnn_3dobj/samples/model_analysis.cpp
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