TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Computer Vision: Algorithms and Applications (2010)

112 pointsby kerckerover 8 years ago

6 comments

colincslover 8 years ago
For those interested in learning vision from a machine learning perspective I would suggest &quot;Computer Vision: Models, Learning, and Inference&quot; [1]. Szelinski&#x27;s book is also great but gives a more classical overview of computer vision.<p>[1] <a href="http:&#x2F;&#x2F;www.computervisionmodels.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.computervisionmodels.com&#x2F;</a>
weavieover 8 years ago
Most of my attempts at getting into CV fail because my knowledge of Maths is incredibly rusty. I did Maths up to university level, but haven&#x27;t used it since.<p>Are there any good courses &#x2F; books or other resources that would specifically help at getting up to speed with the maths knowledge required to understand a book like this?
评论 #12590205 未加载
评论 #12590691 未加载
fitzwatermellowover 8 years ago
Aude Olivia&#x27;s course at MIT is also a good resource:<p>6.869: Advances in Computer Vision (Fall 2015)<p><a href="http:&#x2F;&#x2F;6.869.csail.mit.edu&#x2F;fa15&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;6.869.csail.mit.edu&#x2F;fa15&#x2F;index.html</a><p>Or just jump right into the deep end with OpenCV:<p><a href="http:&#x2F;&#x2F;opencv.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;opencv.org&#x2F;</a>
staredover 8 years ago
The only one risky thing is that in computer vision right now things change each 6 months. So, one will never know which techniques are still state of the art, and which were outclassed by some ConvNets 4 years ago.
评论 #12588421 未加载
评论 #12588525 未加载
评论 #12588714 未加载
评论 #12589274 未加载
ansgriover 8 years ago
This is maybe the best textbook on the basics of image processing, computer vision and computational photography. The author is from MS Research and they do know this stuff.
评论 #12588957 未加载
rawnlqover 8 years ago
Given how fast this field moves, is this still a recommended textbook (other than being free)? If not what would a good supplement for it be?