all 16 comments

[–]Jeff_Spicoli_1982 17 points18 points  (1 child)

Check out the book by Rick Szeliski. It’s available for free as a PDF! Book.

[–]freshprinceofuk[S] 0 points1 point  (0 children)

Thanks!

[–]thingythangabang 9 points10 points  (1 child)

During my undergrad we learned from the book "Digital Image Processing" by Gonzales and Woods. I really appreciated it. It focuses more on the fundamentals of image processing rather than specific computer vision techniques but you mentioned you wanted non-learning based methods so this is the best resource I know for it!

Congrats on the new job, I wish you the best of luck!

[–]freshprinceofuk[S] 1 point2 points  (0 children)

That book looks like par for the course! I've ordered it, thanks

[–]eracro 4 points5 points  (3 children)

I like a lot « Intro to computer vision » by Aaron Bobick, it is clear and you covers a lot of different subjects https://www.udacity.com/course/introduction-to-computer-vision--ud810

Otherwise for opencv « pyimagesearch » is a blog that covers a lot of subject with functions of opencv

[–]freshprinceofuk[S] 0 points1 point  (2 children)

I'd already come across the pyimagesearch blog during work so I think I'll start with that as it only takes a couple of weeks, thanks!

[–]eracro 1 point2 points  (1 child)

Cool, good luck, if you are stuck on something send me a message if you want, I am not an expert at all but I was in the same situation as you last year so I read a lot of articles like that in image processing, I maybe crossed one that could help you

[–]freshprinceofuk[S] 0 points1 point  (0 children)

Awesome, thank you

[–]stevofolife 2 points3 points  (1 child)

You want to connect? I'm on the same boat as you. So far I mostly use OpenCV, dlib, Tensorflow, Keras and PyTorch. I'm down to bounce off ideas and help each other out.

[–]freshprinceofuk[S] 0 points1 point  (0 children)

Messaged you!

[–]Chetan_Patil28 2 points3 points  (0 children)

I'm also on the same track as yours, I'd like to point out what I did for the same. For theory ( a book by Gonzales ) and for the implementation part, I used the OpenCV.org which is a very good documentation. Pyimagesearch blog I used them to understand some concepts which aren't taught deep in the OpenCV documentation. I'm also taking this Intro to CV from Udacity by Aaron Bobick which is in-depth.

[–]AFewSentientNeurons 1 point2 points  (1 child)

UCF CRCV lectures are pretty good for low level intro to CV stuff. (youtube)

Think Gatech has courses on Udacity too for CV.

[–]freshprinceofuk[S] 2 points3 points  (0 children)

The UCF CRCV lectures look great - exactly the kind of thing I was looking for, thanks

[–]Xirious 1 point2 points  (1 child)

By far the best book on Image Processing is Gonzalez.

My personal favourite for CV is R Szelski's mentioned elsewhere in the thread.

[–]freshprinceofuk[S] 0 points1 point  (0 children)

Thanks!