mirror of
https://github.com/AntoineHX/LivingMachine.git
synced 2025-05-04 05:40:46 +02:00
suivi moteur et presentation html
This commit is contained in:
parent
81ea78a32d
commit
166879222f
62 changed files with 3196 additions and 0 deletions
14
trash/code/CMakeFiles/DisplayImage.dir/C.includecache
Normal file
14
trash/code/CMakeFiles/DisplayImage.dir/C.includecache
Normal file
|
@ -0,0 +1,14 @@
|
|||
#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
/home/sasl/eleves/rob/3408017/projet_info/DisplayImage.c
|
||||
stdio.h
|
||||
-
|
||||
opencv2/opencv.h
|
||||
-
|
||||
|
56
trash/code/CMakeFiles/DisplayImage.dir/CXX.includecache
Normal file
56
trash/code/CMakeFiles/DisplayImage.dir/CXX.includecache
Normal file
|
@ -0,0 +1,56 @@
|
|||
#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
/home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code/DisplayImage.cpp
|
||||
cv.h
|
||||
-
|
||||
highgui.h
|
||||
-
|
||||
cxcore.h
|
||||
-
|
||||
|
||||
/usr/include/opencv/cv.h
|
||||
opencv2/core/core_c.h
|
||||
/usr/include/opencv/opencv2/core/core_c.h
|
||||
opencv2/core/core.hpp
|
||||
/usr/include/opencv/opencv2/core/core.hpp
|
||||
opencv2/imgproc/imgproc_c.h
|
||||
/usr/include/opencv/opencv2/imgproc/imgproc_c.h
|
||||
opencv2/imgproc/imgproc.hpp
|
||||
/usr/include/opencv/opencv2/imgproc/imgproc.hpp
|
||||
opencv2/video/tracking.hpp
|
||||
/usr/include/opencv/opencv2/video/tracking.hpp
|
||||
opencv2/features2d/features2d.hpp
|
||||
/usr/include/opencv/opencv2/features2d/features2d.hpp
|
||||
opencv2/flann/flann.hpp
|
||||
/usr/include/opencv/opencv2/flann/flann.hpp
|
||||
opencv2/calib3d/calib3d.hpp
|
||||
/usr/include/opencv/opencv2/calib3d/calib3d.hpp
|
||||
opencv2/objdetect/objdetect.hpp
|
||||
/usr/include/opencv/opencv2/objdetect/objdetect.hpp
|
||||
opencv2/legacy/compat.hpp
|
||||
/usr/include/opencv/opencv2/legacy/compat.hpp
|
||||
opencv2/core/internal.hpp
|
||||
/usr/include/opencv/opencv2/core/internal.hpp
|
||||
|
||||
/usr/include/opencv/cxcore.h
|
||||
opencv2/core/core_c.h
|
||||
/usr/include/opencv/opencv2/core/core_c.h
|
||||
opencv2/core/core.hpp
|
||||
/usr/include/opencv/opencv2/core/core.hpp
|
||||
|
||||
/usr/include/opencv/highgui.h
|
||||
opencv2/core/core_c.h
|
||||
/usr/include/opencv/opencv2/core/core_c.h
|
||||
opencv2/core/core.hpp
|
||||
/usr/include/opencv/opencv2/core/core.hpp
|
||||
opencv2/highgui/highgui_c.h
|
||||
/usr/include/opencv/opencv2/highgui/highgui_c.h
|
||||
opencv2/highgui/highgui.hpp
|
||||
/usr/include/opencv/opencv2/highgui/highgui.hpp
|
||||
|
21
trash/code/CMakeFiles/DisplayImage.dir/DependInfo.cmake
Normal file
21
trash/code/CMakeFiles/DisplayImage.dir/DependInfo.cmake
Normal file
|
@ -0,0 +1,21 @@
|
|||
# The set of languages for which implicit dependencies are needed:
|
||||
SET(CMAKE_DEPENDS_LANGUAGES
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
SET(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code/DisplayImage.cpp" "/home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code/CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o"
|
||||
)
|
||||
SET(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# Targets to which this target links.
|
||||
SET(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# The include file search paths:
|
||||
SET(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"/usr/include/opencv"
|
||||
)
|
||||
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
||||
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
||||
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
BIN
trash/code/CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o
Normal file
BIN
trash/code/CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o
Normal file
Binary file not shown.
131
trash/code/CMakeFiles/DisplayImage.dir/build.make
Normal file
131
trash/code/CMakeFiles/DisplayImage.dir/build.make
Normal file
|
@ -0,0 +1,131 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/DisplayImage.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/DisplayImage.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/DisplayImage.dir/flags.make
|
||||
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o: CMakeFiles/DisplayImage.dir/flags.make
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o: DisplayImage.cpp
|
||||
$(CMAKE_COMMAND) -E cmake_progress_report /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code/CMakeFiles $(CMAKE_PROGRESS_1)
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o -c /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code/DisplayImage.cpp
|
||||
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/DisplayImage.dir/DisplayImage.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -E /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code/DisplayImage.cpp > CMakeFiles/DisplayImage.dir/DisplayImage.cpp.i
|
||||
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/DisplayImage.dir/DisplayImage.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_FLAGS) -S /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code/DisplayImage.cpp -o CMakeFiles/DisplayImage.dir/DisplayImage.cpp.s
|
||||
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o.requires:
|
||||
.PHONY : CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o.requires
|
||||
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o.provides: CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o.requires
|
||||
$(MAKE) -f CMakeFiles/DisplayImage.dir/build.make CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o.provides.build
|
||||
.PHONY : CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o.provides
|
||||
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o.provides.build: CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o
|
||||
|
||||
# Object files for target DisplayImage
|
||||
DisplayImage_OBJECTS = \
|
||||
"CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o"
|
||||
|
||||
# External object files for target DisplayImage
|
||||
DisplayImage_EXTERNAL_OBJECTS =
|
||||
|
||||
DisplayImage: CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o
|
||||
DisplayImage: CMakeFiles/DisplayImage.dir/build.make
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_ts.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_superres.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_ocl.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_gpu.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_contrib.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8
|
||||
DisplayImage: /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8
|
||||
DisplayImage: CMakeFiles/DisplayImage.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable DisplayImage"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/DisplayImage.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/DisplayImage.dir/build: DisplayImage
|
||||
.PHONY : CMakeFiles/DisplayImage.dir/build
|
||||
|
||||
CMakeFiles/DisplayImage.dir/requires: CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o.requires
|
||||
.PHONY : CMakeFiles/DisplayImage.dir/requires
|
||||
|
||||
CMakeFiles/DisplayImage.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/DisplayImage.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/DisplayImage.dir/clean
|
||||
|
||||
CMakeFiles/DisplayImage.dir/depend:
|
||||
cd /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code /home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code/CMakeFiles/DisplayImage.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/DisplayImage.dir/depend
|
||||
|
10
trash/code/CMakeFiles/DisplayImage.dir/cmake_clean.cmake
Normal file
10
trash/code/CMakeFiles/DisplayImage.dir/cmake_clean.cmake
Normal file
|
@ -0,0 +1,10 @@
|
|||
FILE(REMOVE_RECURSE
|
||||
"CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o"
|
||||
"DisplayImage.pdb"
|
||||
"DisplayImage"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
FOREACH(lang CXX)
|
||||
INCLUDE(CMakeFiles/DisplayImage.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
ENDFOREACH(lang)
|
8
trash/code/CMakeFiles/DisplayImage.dir/depend.internal
Normal file
8
trash/code/CMakeFiles/DisplayImage.dir/depend.internal
Normal file
|
@ -0,0 +1,8 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
|
||||
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o
|
||||
/home/sasl/eleves/rob/3408212/rob3-projetsinfo-g15-2017/code/DisplayImage.cpp
|
||||
/usr/include/opencv/cv.h
|
||||
/usr/include/opencv/cxcore.h
|
||||
/usr/include/opencv/highgui.h
|
8
trash/code/CMakeFiles/DisplayImage.dir/depend.make
Normal file
8
trash/code/CMakeFiles/DisplayImage.dir/depend.make
Normal file
|
@ -0,0 +1,8 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
|
||||
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o: DisplayImage.cpp
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o: /usr/include/opencv/cv.h
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o: /usr/include/opencv/cxcore.h
|
||||
CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o: /usr/include/opencv/highgui.h
|
||||
|
8
trash/code/CMakeFiles/DisplayImage.dir/flags.make
Normal file
8
trash/code/CMakeFiles/DisplayImage.dir/flags.make
Normal file
|
@ -0,0 +1,8 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_FLAGS = -I/usr/include/opencv
|
||||
|
||||
CXX_DEFINES =
|
||||
|
1
trash/code/CMakeFiles/DisplayImage.dir/link.txt
Normal file
1
trash/code/CMakeFiles/DisplayImage.dir/link.txt
Normal file
|
@ -0,0 +1 @@
|
|||
/usr/bin/c++ CMakeFiles/DisplayImage.dir/DisplayImage.cpp.o -o DisplayImage -rdynamic /usr/lib/x86_64-linux-gnu/libopencv_videostab.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ts.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_superres.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_stitching.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ocl.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_gpu.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_contrib.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_photo.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_legacy.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_video.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_objdetect.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_ml.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_calib3d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_features2d.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_imgproc.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_flann.so.2.4.8 /usr/lib/x86_64-linux-gnu/libopencv_core.so.2.4.8
|
2
trash/code/CMakeFiles/DisplayImage.dir/progress.make
Normal file
2
trash/code/CMakeFiles/DisplayImage.dir/progress.make
Normal file
|
@ -0,0 +1,2 @@
|
|||
CMAKE_PROGRESS_1 = 1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue