1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00

drop superficial demo_ prefix from sample filenames

This commit is contained in:
Pavel Rojtberg
2016-11-28 13:46:03 +01:00
parent 94552d9601
commit eaee613af2
8 changed files with 4 additions and 4 deletions

View File

@@ -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()

View File

@@ -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
-----------

View File

@@ -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
-----------

View File

@@ -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
-----------