30aa25a09e
Implement a simple loading animation.
...
Loading currently doesn't happen, because loading tries to do some GL
actions which cannot happen in a background thread (in GLUT anyway).
TODO: move all GL options to the main thread, and leave the rest of the
loading to the background.
2018-04-12 14:25:01 +02:00
2bd84abe94
Require proper opencv version.
2018-04-11 14:03:22 +02:00
e54082c96a
Update targets for complete installation.
2018-04-06 13:20:22 +02:00
9dc4f1546d
Remove dependency on png++, use openCV instead.
2018-04-06 12:25:08 +02:00
2bc3d5ae95
Properly search for OpenCV.
2018-04-05 17:35:46 +02:00
68be06f378
Replace getopt with Boost::program_options.
2018-04-05 14:22:23 +02:00
8015b84311
Restructure project sources.
2018-03-26 12:17:52 +02:00
6390a9ba1f
Reimplement launcher without glade.
2018-03-24 17:32:08 +01:00
13015657ab
Include GLADE file as literal data.
2018-03-24 16:25:33 +01:00
0851f624db
Implement a simple GTK3 launcher.
2018-03-24 15:43:11 +01:00
a0a39c82c7
Simpler build for deinplace tool.
2018-03-24 12:48:56 +01:00
f8be25adb9
Rewrite the deinplace tool in C++.
...
More consistency for a better build process.
2018-03-23 16:49:37 +01:00
4a20e55041
Update minimum CMake version needed (for C++17).
2018-03-19 15:10:29 +01:00
c6d83568ee
Find Caffe as its own target.
2018-03-19 14:52:45 +01:00
a1d7b4cd5d
Find Glog as a target.
2018-03-19 13:57:46 +01:00
01d22211b9
Improve CMakeLists: png++ now as a target.
2018-03-19 13:42:20 +01:00
c0cf5e6ff0
Improve CMake structure.
2018-03-18 21:26:55 +01:00
40a60c02bb
Improve CMakeLists.txt
2018-03-16 14:31:48 +01:00
5bf126d9a7
Allow the package to be installed.
2018-03-05 16:58:23 +01:00
bc96bb3d76
Clean up CMakeLists.
2018-03-05 16:23:28 +01:00
1c0235db4d
Enable more warnings.
2018-01-22 14:37:44 +01:00
501a59d00b
Work on OpenGL rendering environment.
2017-10-19 15:39:15 +02:00
a151f0f5e3
Use PIMPL idiom to reduce compile times.
2017-10-18 12:12:01 +02:00
492d84fab0
Dump intermediate results to PNG images.
2017-10-12 17:09:43 +02:00
f7ed8ad71d
Require PNG++ for building.
2017-10-12 14:35:22 +02:00
96b3b695ab
Improve caffe detection function.
2017-10-09 14:42:30 +02:00
7571fab20d
Properly detect glog and Caffe using CMake.
2017-10-09 13:48:55 +02:00
ff94a1d3da
Bugfix: Fix OpenCV dependencies.
2017-10-07 20:11:36 +02:00
ba945d62e7
Replace build system with CMake.
2017-10-07 19:50:43 +02:00