An open API service indexing awesome lists of open source software.

https://github.com/spandan-madan/online_tutorials

Collection of good online tutorials I keep running into while learning new things.
https://github.com/spandan-madan/online_tutorials

Last synced: 7 months ago
JSON representation

Collection of good online tutorials I keep running into while learning new things.

Awesome Lists containing this project

README

          

# Compilation of Online Tutorials on Vision, Graphics and Deep Learning.

This page just hosts some good tutorials I found online while trying understand concepts in computer vision, deep learning and computer graphics. This serves as a compilation for me to refer back to, and as a public resource for people to find content.

## Computer Graphics: or understanding digital visual media.

- How 3D data stored and manipulated (Tags: ray marching, rendering, ray casting, shadows
)- https://www.alanzucconi.com/2016/07/01/signed-distance-functions/

- Basic of image manipulation (Tags: bilateral filters, blur, demosaicking): https://people.csail.mit.edu/sparis/bf_course/course_notes.pdf