added the first T-API example - CamShift tracking

This commit is contained in:
Ilya Lavrenov
2013-12-29 02:28:43 +04:00
parent 4a6c2ce378
commit 63e4af8536
7 changed files with 269 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ if(BUILD_EXAMPLES AND OCV_DEPENDENCIES_FOUND)
endforeach()
endif()
if (INSTALL_C_EXAMPLES AND NOT WIN32)
if(INSTALL_C_EXAMPLES AND NOT WIN32)
file(GLOB C_SAMPLES *.c *.cpp *.jpg *.png *.data makefile.* build_all.sh *.dsp *.cmd )
install(FILES ${C_SAMPLES}
DESTINATION share/OpenCV/samples/cpp