- 06 Feb, 2020 2 commits
- 30 Jan, 2020 1 commit
-
-
kulvait authored
-
- 29 Jan, 2020 2 commits
- 28 Jan, 2020 2 commits
- 27 Jan, 2020 1 commit
-
-
kulvait authored
-
- 23 Jan, 2020 3 commits
- 22 Jan, 2020 1 commit
-
-
kulvait authored
Added an extension to a DEN format, where the sizes of dimensions might be uint32_t instead of uint16_t File is in a DEN extended format if the first 6 bytes are zero Next four bytes are uint32_t dimy Next four bytes are uint32_t dimx Next four bytes are uint32_t dimz
-
- 21 Jan, 2020 3 commits
- 17 Jan, 2020 2 commits
- 12 Dec, 2019 1 commit
-
-
kulvait authored
Improvement of construction and destruction of some objects
-
- 12 Nov, 2019 1 commit
-
-
kulvait authored
-
- 01 Oct, 2019 1 commit
-
-
kulvait authored
This class uses #include <mutex>
-
- 08 Aug, 2019 4 commits
-
-
kulvait authored
-
kulvait authored
-
kulvait authored
Added #include <experimental/filesystem> that is part of C++ 17 spec. In C++ 13 it is however possible to link against libstdc++fs.a library using directive link_libraries(stdc++fs)
-
kulvait authored
void concatenateTextFiles(const std::string& outputFile, bool overwrite, std::initializer_list<std::string> inputFiles); This function concatenates the files from the inputFiles to the outputFile.
-
- 11 Jul, 2019 1 commit
-
-
kulvait authored
-
- 09 Apr, 2019 1 commit
-
-
kulvait authored
-
- 29 Mar, 2019 1 commit
-
-
kulvait authored
-
- 26 Mar, 2019 1 commit
-
-
kulvait authored
-
- 28 Feb, 2019 1 commit
-
-
kulvait authored
*include/DEN/DenFileInfo.hpp ... added functions to effectively work with l2 norm of file *include/frameop.h ... added function to compute square of l2 norm for frame *formating
-
- 26 Feb, 2019 1 commit
-
-
kulvait authored
Fixing error when including two files that includes DenProjectionMatrixReader so that I split the class into header and source file.
-
- 21 Feb, 2019 1 commit
-
-
kulvait authored
Checking for file existence in fileToString function.
-
- 24 Jan, 2019 2 commits
- 23 Jan, 2019 1 commit
-
-
kulvait authored
-
- 18 Jan, 2019 2 commits
- 15 Jan, 2019 3 commits
- 10 Dec, 2018 1 commit
-
-
kulvait authored
-