计算机视觉的学习资料(更新中)

计算机视觉(Computer Vision):https://en.wikipedia.org/wiki/Computer_vision

计算视觉相关条目:Outline of computer vision   Category:Computer vision


经典书籍

Multiple View Geometry in Computer Vision Second Edition计算机视觉圣经全文下载入口 中文版下载入口

Computer Vision: Algorithms and Applications》介绍计算机诸多方向的入门知识点,内容很全

Computer Vision: Models, Learning, and Inference》 超经典计算机视觉圣经

《An Invitation to 3d vision》详细介绍了3D->2D的过程

Concise Computer Vision: An Introduction into Theory and Algorithms

Robot Vision》 机器视觉 全文下载入口

《Computer Vision: A Modern Approach》

《Learning OpenCV》 OpenCV1.x教材书

《Learning OpenCV3》 OpenCV3.x教程书

《数字图像处理》冈萨雷斯



学术论文

期刊:TPAMI   IJCV  
会议:CVPR   ICCV ECCV SIGGRAPH NIPS
Google Scholar  论文搜索引擎

arXiv.org  最新的论文发表网址


在线学习网址

国外

Annotated Computer Vision Bibliography: Table of Contents:超全的计算机视觉知识网址,罗列近20年的知识(还在更新中)
CVonline:非常全面的资源链接
CS131 Computer Vision: Foundations and Applications
CS231n: Convolutional Neural Networks for Visual Recognition 计算机视觉的深度学习
CS231M: Mobile Computer Vision
CSE576: Computer Vision
awesome-computer-vision

国内

深度学习大讲堂《深度学习基础课程》


开源库网址

OpenCV

计算机视觉库(支持C++/Python)

官方教程
学习网站 pyimagesearch.com
Learning OpenCV 3 Computer Vision with Python-second edition
中文版资源
Python的OpenCV扩展库
Opencv+VS插件推荐:调试过程内存中图片Mat变量查看器Image Watch
https://pythonprogramming.net/loading-images-python-opencv-tutorial/

OpenCV的GitHub实战库
learnopencv: https://github.com/spmallick/learnopencv
MasteringOpenCV: https://github.com/MasteringOpenCV/code

EmguCV:主要支持.NET语言,如C#/VB/VC++

TensorFlow

Caffe

Caffe2

Pytorch

Torch

MxNet

Theano

Dlib  人脸识别库


数据集

数据集标注工具

1.Bounding Box

LabelImg:https://github.com/tzutalin/labelImg

2.Segmentation

Labelme: https://github.com/wkentaro/labelme


小工具

注:很好用的搜索英文电子书的网站Library Genesis


资讯与推文



你可能感兴趣的:(计算机视觉,机器学习,深度学习)