From f8f9bccc5cafe69d68ff9d3d368d8eaa00edd118 Mon Sep 17 00:00:00 2001 From: CNLohr Date: Mon, 26 Mar 2018 22:03:18 -0400 Subject: Create light_reading.md --- useful_files/light_reading.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 useful_files/light_reading.md (limited to 'useful_files/light_reading.md') diff --git a/useful_files/light_reading.md b/useful_files/light_reading.md new file mode 100644 index 0000000..faafd09 --- /dev/null +++ b/useful_files/light_reading.md @@ -0,0 +1,9 @@ + +Here's an awesome course about VR that gives a ton of background and is great for anyone interested: + +https://stanford.edu/class/ee267/lectures/ + + +Nairol's discussion of the lighthouses used iwth the HTC Vive. + +https://github.com/nairol/LighthouseRedox/tree/master/docs -- cgit v1.2.3 From 494eea066244b42e576b098ffe0fda6fc21c3b86 Mon Sep 17 00:00:00 2001 From: CNLohr Date: Mon, 26 Mar 2018 22:08:16 -0400 Subject: Update light_reading.md --- useful_files/light_reading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'useful_files/light_reading.md') diff --git a/useful_files/light_reading.md b/useful_files/light_reading.md index faafd09..718b060 100644 --- a/useful_files/light_reading.md +++ b/useful_files/light_reading.md @@ -4,6 +4,6 @@ Here's an awesome course about VR that gives a ton of background and is great fo https://stanford.edu/class/ee267/lectures/ -Nairol's discussion of the lighthouses used iwth the HTC Vive. +Nairol's discussion of the lighthouses used with the HTC Vive. https://github.com/nairol/LighthouseRedox/tree/master/docs -- cgit v1.2.3 From 8ff886d4f48871e9d263b5cfc2a8c842b32690a9 Mon Sep 17 00:00:00 2001 From: CNLohr Date: Mon, 26 Mar 2018 22:14:43 -0400 Subject: Update light_reading.md --- useful_files/light_reading.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'useful_files/light_reading.md') diff --git a/useful_files/light_reading.md b/useful_files/light_reading.md index 718b060..f8613c4 100644 --- a/useful_files/light_reading.md +++ b/useful_files/light_reading.md @@ -1,9 +1,10 @@ Here's an awesome course about VR that gives a ton of background and is great for anyone interested: - https://stanford.edu/class/ee267/lectures/ Nairol's discussion of the lighthouses used with the HTC Vive. - https://github.com/nairol/LighthouseRedox/tree/master/docs + +This is probably what the parameters map to for the lens correction: +https://docs.opencv.org/trunk/db/d58/group__calib3d__fisheye.html -- cgit v1.2.3