Commit graph

18 commits

Author SHA1 Message Date
4c65fc95b5 remove vscode from repo 2024-02-28 16:59:15 +01:00
6ded85a2c8 Fixed missing int 2023-05-08 22:22:33 +02:00
03f635cae4 Version 1.0 : output folder is created automatically, everything is logged properly. 2023-05-07 12:20:40 +02:00
d550bc7f83 Added actual image processing and logger. 2023-05-06 11:51:51 +02:00
3fff8ce15b Parallelized Image + main program skeleton. 2023-05-06 10:01:28 +02:00
71a78e12e4 Added CSV parser and Camera loading from decoded CSV. 2023-05-03 22:58:34 +02:00
e20c153f1e added external argument parser and euler angles conversion for camera alignment. 2023-05-03 22:11:30 +02:00
4c6de81a5f Robustified frame transformations. Fixed image projection. Added quick performance test comparing multithreading with single thread projection. 2023-05-01 18:16:13 +02:00
bd6948ecdc Added projection to perspective and OpenMP support. 2023-05-01 13:41:51 +02:00
80c4a9c0a1 Coverage analysis implemented. 2023-05-01 00:31:24 +02:00
eed449ddd1 Added colormap application to single channel images. 2023-04-30 23:40:07 +02:00
1b93bcc4e3 Downsampling, grayscale, and histogram normalization added. 2023-04-30 23:12:09 +02:00
1e5ffeb4b4 Added Bilinear interpolation. 2023-04-30 21:43:28 +02:00
d3082cb5f4 Image manipulation almost OK in C++. 2023-04-30 14:42:10 +02:00
14dd949f10 Working Camera class in C++. 2023-04-30 11:47:40 +02:00
f1a2c4860f Initial C++ version. Camera partially implemented. 2023-04-30 10:52:23 +02:00
269d3c2fe6 Added bilinear interpolation (broken) to python version. 2023-04-30 10:51:36 +02:00
09a32e4b0b Python camera projection and coverage analysis done in pure python. 2023-04-29 23:17:19 +02:00