Library with common objects for multiple projects
OpenCV 3.x+
Boost 1.69+
Windows
Run batch file in the configuration folder: configure\win\configure.bat
The batch file is used to configures the location of the third party libraries.
Run batch files from folder configure\win.
If new third party libraries are installed (i.e. new version of boost), run "configure\900. clear cache.bat". Please, note that all the files in build folders are deleted.
1. create_and_build_slns.bat<br/>
It creates the projects solution, and it builds the solutions and creates the binary files.<br/>
-
enum
Classes to convert enumerators in string. -
io
Naive I/O classes for various objects.
RGBDRecorder requires the library StoreData. -
random
Random number generator -
sanity
Class to check the sanity of a file/directory structure -
shm_common
Classes with structures for shared memory.
SharedPCClient.hpp, SharedPCServer.hpp use shared_data_v2
SharedDataBase.hpp, SharedDataDerivedSample.hpp use shared_data_base (former SharedDataStructure.hpp and shared_data_v3).
The latest version of the shared memory is SharedDataBase and derived. -
string_common
Classes for common string operations.
Windows Platform
Inside the sample folder there are examples for all the projects.
TODO
TODO
All contributions are welcome :).
TODO
- Khoronus - Initial work - Khoronus
This project is licensed under (see the LICENSE.md file for details).
- TODO