Commit Graph

48 Commits

Author SHA1 Message Date
Phuntsok Drak-pa
e4eeeb6ac2 optimized difference computing 2019-05-16 23:46:56 +02:00
Phuntsok Drak-pa
ea4072482e probably the last commit, university project is done 2019-04-29 23:56:47 +02:00
Phuntsok Drak-pa
bb3c9fb0d9 bug moved to other line 2019-04-28 19:34:11 +02:00
Phuntsok Drak-pa
451a55a6df attempt to fix division by zero 2019-04-28 19:30:23 +02:00
Phuntsok Drak-pa
93ae4693ff removed deprecated functions 2019-04-28 17:34:46 +02:00
Phuntsok Drak-pa
c75e6a92ea some bugs fixed 2019-04-27 18:04:32 +02:00
Phuntsok Drak-pa
b962d50996 clang format update 2019-04-27 16:27:22 +02:00
Phuntsok Drak-pa
012508e523 Beginning refactoring, adding triangles to the list of possible shapes 2019-04-27 15:45:39 +02:00
Phuntsok Drak-pa
326eb7c9e8 removed unused headers 2019-04-25 03:28:22 +02:00
Phuntsok Drak-pa
cf1eb02507 less raw for-loops 2019-04-25 02:53:53 +02:00
Phuntsok Drak-pa
0aa81fdec0 fixed some functions' arguments, inlined some other simple functions 2019-04-25 02:53:30 +02:00
Phuntsok Drak-pa
8ec3db2450 Doc update, better member initialization, removed unused lines 2019-04-25 01:37:35 +02:00
Phuntsok Drak-pa
d7d02cc73d removed commented out code 2019-04-14 04:00:24 +02:00
Phuntsok Drak-pa
8a34a40600 method 5 DONE 2019-04-14 03:58:49 +02:00
Phuntsok Drak-pa
caf4c42169 changed program options, individual tiles load 2019-04-13 19:46:04 +02:00
Phuntsok Drak-pa
87beb6fe8b modified options for fifth method 2019-04-13 15:09:07 +02:00
Phuntsok Drak-pa
d2393561d6 I'm an idiot 2019-04-13 14:50:45 +02:00
Phuntsok Drak-pa
bc94bb76c6 fixed return value when invoking software with help flag 2019-04-13 14:48:21 +02:00
Phuntsok Drak-pa
cbad530d4a Big code refactor, now the interface is easier to use 2019-04-13 14:26:01 +02:00
Phuntsok Drak-pa
4201e5476e updated benchmark script and beginning method 5 2019-04-09 02:20:33 +02:00
Phuntsok Drak-pa
41cbb90213 METHOD 4 FAST!! 2019-04-08 02:48:25 +02:00
Phuntsok Drak-pa
629c2e52c1 oops, wrong order 2019-04-08 00:57:54 +02:00
Phuntsok Drak-pa
3bd03afd1d even less duplicate code 2019-04-02 10:54:01 +02:00
Phuntsok Drak-pa
72b91ab1b1 less duplicate code 2019-04-02 10:37:14 +02:00
Phuntsok Drak-pa
801e74d752 trailing types instead of return types 2019-04-01 16:55:02 +02:00
Phuntsok Drak-pa
7fa70b35e4 updated style 2019-03-28 12:39:33 +01:00
Phuntsok Drak-pa
912eafb9dd New coding style 2019-03-28 12:26:05 +01:00
Phuntsok Drak-pa
99c815a561 changed function signature (best practices) 2019-03-27 14:31:07 +01:00
Phuntsok Drak-pa
fe530235a2 edited some functions' signature (best practices) 2019-03-27 13:33:22 +01:00
Phuntsok Drak-pa
517eb2bb91 added third method 2019-03-25 17:14:57 +01:00
Phuntsok Drak-pa
b2361e1974 Euclidian distance fixed, C random now 2019-03-25 12:24:19 +01:00
Phuntsok Drak-pa
d9f2a2267c removed video option, began benchmarking 2019-03-24 21:34:04 +01:00
Phuntsok Drak-pa
eb1046603d code cleanup, started report, new verbose option 2019-03-24 19:43:25 +01:00
Phuntsok Drak-pa
13e59c2dc4 added method 2 2019-03-21 02:49:00 +01:00
Phuntsok Drak-pa
bad4cc702c removed output file, and commented lines 2019-03-21 00:52:28 +01:00
Phuntsok Drak-pa
f6387a241b forgot to include these files 2019-03-20 20:15:53 +01:00
Phuntsok Drak-pa
32d6d42585 first naive method implemented 2019-03-20 20:14:55 +01:00
Phuntsok Drak-pa
5f198555f0 better handling of filenames 2019-03-20 12:34:46 +01:00
Phuntsok Drak-pa
0295de096d added helper functions and fixed inverted width and height 2019-03-20 11:40:17 +01:00
Phuntsok Drak-pa
12dead2d26 added euclidian distance calculation between two images 2019-03-19 17:20:04 +01:00
Phuntsok Drak-pa
c96b772e89 added helper function for drawing squares 2019-03-19 15:26:03 +01:00
Phuntsok Drak-pa
020d48e16e moved image initialization to new files 2019-03-19 14:49:57 +01:00
Phuntsok Drak-pa
7018d217f3 added logger 2019-03-19 14:22:59 +01:00
Phuntsok Drak-pa
069b739174 added number of iterations to arguments list 2019-03-19 14:22:44 +01:00
Phuntsok Drak-pa
15c02c852d Arguments parsed 2019-03-19 13:49:37 +01:00
Phuntsok Drak-pa
b9475855cc attempt to fix CI 2019-03-19 11:15:42 +01:00
Phuntsok Drak-pa
48d5b5bf28 added CI, fixed configuration 2019-03-19 11:01:39 +01:00
Phuntsok Drak-pa
d14dd678d3 initial commit 2019-03-19 10:14:19 +01:00