Commit Graph

76 Commits

Author SHA1 Message Date
412613c757 Improve resource handling 2021-01-08 22:11:00 +01:00
dea40fea84 Fix camera intrinsics ProjectTo3D 2021-01-07 00:29:30 +01:00
b447ad5e62 Fix pnm and pfm reader 2021-01-06 12:50:08 +01:00
f21a665903 Fix pfm and pnm reader 2021-01-05 01:25:33 +01:00
89ec52abf1 Add some more methods 2021-01-04 22:30:40 +01:00
55e72222ba Add MutexProtectedObject helper class 2021-01-01 09:11:22 +01:00
e2720057a6 Minor cleanup 2020-12-31 21:11:22 +01:00
c477d0d88f Fix OpenCV package detection 2020-12-30 15:55:11 +01:00
e33ecbe485 Fix handling end of archive 2020-12-29 15:52:36 +01:00
e9c87fe9d4 Add GetNextFileAsVector method 2020-12-28 10:52:11 +01:00
6d2d827f19 Add convenience Read methods 2020-12-27 11:00:33 +01:00
265003ebb9 Add nodiscard annotation 2020-12-26 00:26:11 +01:00
b14f691466 Add PfmImage and PnmImage classes 2020-12-25 00:24:25 +01:00
af8bd16e51 Add error handling 2020-12-24 10:11:22 +01:00
7ab0d0255a Add support for multipart archives 2020-12-23 22:39:07 +01:00
43129a2245 Extend ArchiveReader to allow opening the archive later 2020-12-22 22:04:06 +01:00
4505aed2f8 Handle endianness conversion when reading pfm files 2020-12-21 20:15:21 +01:00
b7230a8406 Add basic pfm support 2020-12-16 20:44:33 +01:00
f688471fa4 Add basic pnm support 2020-12-15 22:54:26 +01:00
85cc8abb7b Minor fixes and extensions 2020-12-14 21:21:21 +01:00
39ae50a2c4 Add CameraIntrinsic class 2020-12-13 13:15:04 +01:00
1c682f8783 Add ArchiveReader 2020-12-12 22:13:07 +01:00
fe92d3e431 Add error handling 2020-12-11 13:06:44 +01:00
d99eabafb0 Update build instructions 2020-12-10 22:21:20 +01:00
58da701354 Add ArchiveWriter 2020-12-09 21:20:19 +01:00
74165a4968 Add libarchive dependency 2020-12-06 15:01:11 +01:00
96602df23f Update logger 2020-12-05 14:13:12 +01:00
01fd1c7aaf Add util functions 2020-12-04 00:06:11 +01:00
8011c094c7 Mark invalid weakptr event handlers as invalid 2020-12-03 21:01:11 +01:00
37073bc9ae Improve event handling 2020-11-30 20:51:11 +01:00
097669bc44 Add dependencies 2020-11-29 19:26:21 +01:00
7dc90b3e83 Add IsLittleEndian check to Utils 2020-11-28 20:38:23 +01:00
946e159d2c Add missing include 2020-11-27 00:38:11 +01:00
4aa8802d41 Minor fixes 2020-11-26 21:21:21 +01:00
b76cbeb32f Add utils 2020-11-25 21:21:21 +01:00
6f00cedfbc Cleanup logger 2020-11-24 23:16:54 +01:00
8cf70e483b Fix typo 2020-11-23 22:48:11 +01:00
aec792fc65 Change dependency management 2020-11-22 11:12:13 +01:00
02232b17ef Stop gcc from complaining about unknown pragmas 2020-11-21 01:05:11 +01:00
7ed8f0134f Add option to name threads and name main thread 2020-11-20 21:37:12 +01:00
ef80e8918f Refactor platform enums 2020-11-19 21:25:19 +01:00
8dd9bbd75f Add constructor to create Pose from euler angles 2020-11-18 21:23:44 +01:00
5f53ebd4d5 Add Pose class 2020-11-17 23:57:11 +01:00
673e043950 Add more operators to Timestamp 2020-11-16 23:53:11 +01:00
d7f8efa5f4 Add operators 2020-11-02 20:59:11 +01:00
1d05f97216 Add Timestamp class 2020-10-30 20:47:11 +01:00
f84431d704 Add Array.hpp 2020-10-29 15:26:04 +01:00
876f25784e Cleanup includes 2020-10-28 01:13:11 +01:00
78d24fbe41 Introduce Math.hpp and use typedef to make replacing glm with something else in the future simpler 2020-10-27 23:25:26 +01:00
c219fc3778 Move GLFW error handling into PlatformGLFW 2020-10-26 23:23:23 +01:00