1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00
Commit Graph

766 Commits

Author SHA1 Message Date
cd9b808fa3 [Sonstiges] Updated ue4sim presentation with paper slide
Signed-off-by: Jim Martens <github@2martens.de>
2017-11-09 16:15:07 +01:00
ba9f5eb3d6 [Geschichte] Sitzungsprotokoll vom 9.11.17 erstellt
Signed-off-by: Jim Martens <github@2martens.de>
2017-11-09 11:28:30 +01:00
522fd4a7ee [Sonstiges] Added ue4sim presentation as part of project
Signed-off-by: Jim Martens <github@2martens.de>
2017-11-08 15:24:39 +01:00
409780bb0e [Sonstiges] Converted presentations to PDF 1.4
Signed-off-by: Jim Martens <github@2martens.de>
2017-10-10 15:15:24 +02:00
db17071bc8 [Sonstiges] Included xkcd image in diceware slides
Signed-off-by: Jim Martens <github@2martens.de>
2017-10-10 11:13:21 +02:00
fdc13854a0 [Sonstiges] Added presentation about KeePassX
Signed-off-by: Jim Martens <github@2martens.de>
2017-10-09 10:00:02 +02:00
c20f13cb65 [Sonstiges] Added presentation about Diceware
Signed-off-by: Jim Martens <github@2martens.de>
2017-10-09 09:59:46 +02:00
a733ac9bd2 [Sonstiges] Added call to election
Signed-off-by: Jim Martens <github@2martens.de>
2017-10-08 10:16:57 +02:00
8165612d74 [Sonstiges] Added presentation "Deutschland nach der Wahl"
Signed-off-by: Jim Martens <github@2martens.de>
2017-10-07 15:58:18 +02:00
14c8b65502 [Sonstiges] Präsentation des Werdegangs erstellt
Signed-off-by: Jim Martens <github@2martens.de>
2017-09-29 10:04:50 +02:00
993376f967 [CCV] Changed center-surround ratio to 3:13
Signed-off-by: Jim Martens <github@2martens.de>
2017-06-06 11:33:50 +02:00
77ed2f8e7b [CCV] Added normalization before saving saliency map
The additional normalization stretches the saliency
map to 255 as highest value to make salient regions
more visible. In addition mean fusion is used to
create the saliency map.

Signed-off-by: Jim Martens <github@2martens.de>
2017-06-05 12:25:26 +02:00
370e17a319 [CCV] Deactivated orientation for batch processing
Signed-off-by: Jim Martens <github@2martens.de>
2017-06-05 12:24:02 +02:00
1216dbd5db [CCV] Added batch script for saliency system
Signed-off-by: Jim Martens <github@2martens.de>
2017-06-05 11:39:53 +02:00
1ffc7f0241 [CCV] Finished main function
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 21:23:52 +02:00
8e418a912e [CCV] Changed fusion method to mean for LAB pyramids
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 21:06:45 +02:00
fcb47f3828 [CCV] Removed hardcoded gabor parameters
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 20:59:32 +02:00
5deeb1a46e [CCV] Prevented unintended side effects
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 20:53:41 +02:00
781edeb133 [CCV] Changed signature of get feature map method
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 20:51:45 +02:00
feae7ddeaf [CCV] Prevented unintended changes
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 20:51:11 +02:00
c57a5fa468 [CCV] Removed obsolete variable
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 19:28:05 +02:00
62ebc48997 [CCV] Removed obsolete fusion functions
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 19:27:20 +02:00
958b0b748c [CCV] Fixed mean fusion function
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 19:26:45 +02:00
e196aea379 [CCV] Fixed visualization of DOG
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 19:18:12 +02:00
d73e52de94 [CCV] Made visualize_gaussian_pyramids static
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 19:11:20 +02:00
5b1167366d [CCV] Optimized gauss_pyramid constructor
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 18:57:59 +02:00
b379fdd3be [CCV] Added method to visualize gaussian pyramids
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 18:07:14 +02:00
712246b72a [CCV] Added orientation channel to system
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 17:32:17 +02:00
e2a6798472 [CCV] Added oriented and laplacian pyramid to CMake
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 17:30:24 +02:00
447567a870 [CCV] Added oriented and laplacian pyramid
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 17:29:48 +02:00
9dbe8ce79c [CCV] Switched lab pyramid to generic fusion functions
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 17:22:55 +02:00
8899b8403a [CCV] Added generic mean and max fusion functions
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 17:17:12 +02:00
9d5d57b1c5 [CCV] Added missing semicolon
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 16:19:29 +02:00
ae24a8e256 [CCV] Implemented first version of saliency system
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-30 16:13:25 +02:00
63e58af14a [CCV] Added eval script
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-23 15:43:47 +02:00
9d92c7e11c [Geschichte] Sitzungsprotokoll vom 17.5. ausformuliert
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-21 14:39:14 +02:00
c8b869d217 [Geschichte] Rohfassung des Protokolls von Lateinamerika verfasst
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-17 11:45:33 +02:00
2932d433ff [CCV] Finished exercise 6
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-16 15:42:29 +02:00
449d9aee3e [Geschichte] Protokoll vom 11. Mai zu Rom ausformuliert
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-14 14:03:58 +02:00
8eb48b9b0a [CVV] Added orientation pyramid
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-12 16:11:31 +02:00
59aef6a424 [CVV] Added missing " in header file
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-12 15:59:58 +02:00
c5c9d2d95c [CVV] Added ability to get layers of laplacian pyramid
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-12 15:17:06 +02:00
6bcf879da7 [CVV] Fixed laplacian pyramid
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-12 15:11:09 +02:00
375b6bd463 [CVV] Added const versions of gauss_pyramid methods
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-12 15:02:55 +02:00
61f25e3739 [Geschichte] Protokoll von Geschichte 1. WK ausformuliert
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-11 12:03:38 +02:00
9e57bac492 [Geschichte] Protokoll vom Rom VL verfasst
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-11 09:47:03 +02:00
c196e17ed6 [CVV] Added laplacian pyramid
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-09 15:50:39 +02:00
b9d9ae72d7 [CVV] Added gaussian pyramid class from prev sheet
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-09 15:37:46 +02:00
b4e892ca2c [CVV] Finished part one of CCV sheet 5
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-09 15:33:14 +02:00
c7f86522ed [Sonstiges] Überschrift korrigiert
Signed-off-by: Jim Martens <github@2martens.de>
2017-05-08 18:14:35 +02:00