Browse Source

création du répertoire tests

master
Guillaume Courrier 6 years ago
parent
commit
f12a069959
  1. 0
      tests/examples/CMakeLists.txt
  2. 0
      tests/examples/cam-test.cpp
  3. 0
      tests/examples/detection.cpp
  4. 0
      tests/examples/edge-detection.cpp
  5. 0
      tests/examples/lireimage.cpp
  6. 0
      tests/examples/lpe_col.cpp
  7. 0
      tests/examples/test-fft.cpp
  8. 0
      tests/resources/exemplepython.jpg
  9. 0
      tests/src/CMakeLists.txt
  10. 0
      tests/src/math.hpp
  11. 0
      tests/src/test-fft.cpp
  12. 0
      tests/src/traitement.cpp

0
examples/CMakeLists.txt → tests/examples/CMakeLists.txt

0
examples/cam-test.cpp → tests/examples/cam-test.cpp

0
examples/detection.cpp → tests/examples/detection.cpp

0
examples/edge-detection.cpp → tests/examples/edge-detection.cpp

0
examples/lireimage.cpp → tests/examples/lireimage.cpp

0
examples/lpe_col.cpp → tests/examples/lpe_col.cpp

0
examples/test-fft.cpp → tests/examples/test-fft.cpp

0
resources/exemplepython.jpg → tests/resources/exemplepython.jpg

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

0
src/CMakeLists.txt → tests/src/CMakeLists.txt

0
src/math.hpp → tests/src/math.hpp

0
src/test-fft.cpp → tests/src/test-fft.cpp

0
src/traitement.cpp → tests/src/traitement.cpp

Loading…
Cancel
Save