- 19 May, 2020 1 commit
-
-
Clément Guedez authored
OpenCV v3 minimum requirement now
-
- 16 May, 2020 1 commit
-
-
Wieland Morgenstern authored
-
- 14 May, 2020 1 commit
-
-
Wieland Morgenstern authored
CUDA_LOCAL_ARCH_ONLY CMake fix
-
- 13 May, 2020 1 commit
-
-
Wieland Morgenstern authored
-
- 04 May, 2020 4 commits
- 03 May, 2020 6 commits
-
-
Wieland Morgenstern authored
-
Clement Guedez authored
OpenCV4 support : change old C definition to standard c++ one in use the old definition still exist in imgproc.c_types.h
-
jeremad authored
-
jeremad authored
-
Wieland Morgenstern authored
add camorah info and download link to README
-
Wieland Morgenstern authored
-
- 02 May, 2020 4 commits
-
-
Jeremy Tellaa authored
-
Jeremy Tellaa authored
-
Jeremy Tellaa authored
-
Jeremy Tellaa authored
-
- 20 Apr, 2020 1 commit
-
-
Wieland Morgenstern authored
Fixes for Mac Package
-
- 19 Apr, 2020 6 commits
-
-
Wieland Morgenstern authored
-
Wieland Morgenstern authored
-
Jeremy Tellaa authored
-
Jeremy Tellaa authored
-
Jeremy Tellaa authored
-
Jeremy Tellaa authored
-
- 11 Apr, 2020 1 commit
-
-
keven-ma authored
-
- 27 Feb, 2020 1 commit
-
-
jerem authored
-
- 07 Feb, 2020 2 commits
- 02 Feb, 2020 2 commits
-
-
Clement Guedez authored
-
Clement Guedez authored
-
- 05 Dec, 2019 9 commits
-
-
jerem authored
-
Jeremy Tellaa authored
-
Jeremy Tellaa authored
-
Jeremy Tellaa authored
-
jerem authored
-
Wieland Morgenstern authored
-
Wieland Morgenstern authored
The change is needed as MSVC doesn't allow for a vector of a map of a non-copyable object. We can't use a list, as apparently several calls to loadAudio need to write the blocks of different audio groups into the same position in the output vector. std::list doesn't have random access. Using a map now, so we can keep the previous behavior. The int64_t key is only used in construction, and can be disregarded by the loading code.
-
Wieland Morgenstern authored
-
Jeremy Tellaa authored
-