Home

以阅读书籍和论文的方式获取计算机视觉知识

CV 经典书籍汇总: Computer Vision: Models, Learning, and Inference Computer Vision: Algorithms and Applications [3DV]Multiple View Geometry in Computer Vision [3DV]An Invitation to 3-D Vision 神奇网站:这个神奇网站一直对 CV 文献进行着收集和多维度分类,可以按 topic 查看、按会议查看等等,非常适合入门某一个 topic 时顺着它的历史沿革深入理解;

Read more

Google Style Guides

Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style. “Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to...

Read more