做图像处理,没有一定的知识储备是不可能的,但是一定要学会“借力打力”,搜集一些很实用的开源代码,你们看看是否需要~~

场景识别: 
SegNet: A Deep Convolutional Encoder-Decoder Architecture for Robust 
Semantic Pixel-Wise Labelling 
https://github.com/alexgkendall/caffe-segnet

Tracking: 
Learning to Track: Online Multi-Object Tracking by Decision Making ICCV2015 
使用 Markov Decision Processes 做跟踪,速度可能比较慢,效果应该还可以 
https://github.com/yuxng/MDP_Tracking

Car detection: 
Integrating Context and Occlusion for Car Detection by Hierarchical And-or Model ECCV2014 
http://www.stat.ucla.edu/~boli/projects/context_occlusion/context_occlusion.html

Face detection

人脸检测2015进展:http://www.cvrobot.net/latest-progress-in-face-detection-2015/

Face detection without bells and whistles 
project:http://markusmathias.bitbucket.org/2014_eccv_face_detection/ 
Code:https://bitbucket.org/rodrigob/doppia 
Talk: http://videolectures.net/eccv2014_mathias_face_detection/ (不错的报告)

From Facial Parts Responses to Face Detection: A Deep Learning Approach ICCV2015 email to get code and model 
http://personal.ie.cuhk.edu.hk/~ys014/projects/Faceness/Faceness.html

A Fast and Accurate Unconstrained Face Detector 2015 PAMI 
简单 快速 有效 
http://www.cbsr.ia.ac.cn/users/scliao/projects/npdface/

Face Alignment 
Face Alignment by Coarse-to-Fine Shape Searching 
http://mmlab.ie.cuhk.edu.hk/projects/CFSS.html

Face Recognition 
Deep face recognition 
http://www.robots.ox.ac.uk/~vgg/software/vgg_face/

Person Re-identification : 
Query-Adaptive Late Fusion for Image Search and Person Re-identification 
CVPR2015 
http://www.liangzheng.com.cn/Project/project_fusion.html

Efficient Person Re-identification by Hybrid Spatiogram and Covariance Descriptor CVPR2015 Workshops 
https://github.com/Myles-ZMY/HSCD

Person Re-Identification by Iterative Re-Weighted Sparse Ranking PAMI 2015 
http://www.micc.unifi.it/masi/code/isr-re-id/ 没有特征提取代码

Person re-identification by Local Maximal Occurrence representation and metric learning CVPR2015 
http://www.cbsr.ia.ac.cn/users/scliao/projects/lomo_xqda/

Head detection 
Context-aware CNNs for person head detection 
Matlab code & dataset avaiable 
http://www.di.ens.fr/willow/research/headdetection/

Pedestrian detection

Pedestrian Detection with Spatially Pooled Features and Structured Ensemble Learning PAMI 2015 
Strengthening the Effectiveness of Pedestrian Detection with Spatially Pooled Features ECCV2014 
https://github.com/chhshen/pedestrian-detection

Object detection 
Object detection via a multi-region & semantic segmentation-aware CNN model 
https://github.com/gidariss/mrcnn-object-detection

DeepBox: Learning Objectness with Convolutional Networks ICCV2015 
proposal re-ranker 
https://github.com/weichengkuo/DeepBox

Object-Proposal Evaluation Protocol is ‘Gameable’ 好多 Proposal 代码 
https://github.com/batra-mlp-lab/object-proposals

Deep Learning 
Deeply Learned Attributes for Crowded Scene Understanding 
https://github.com/amandajshao/www_deep_crowd 
http://www.ee.cuhk.edu.hk/~jshao/WWWCrowdDataset.html

Human Pose Estimation 
DeepPose: Human Pose Estimation via Deep Neural Networks, CVPR2014 
https://github.com/mitmul/deeppose not official implementation

Articulated Pose Estimation by a Graphical Model with Image Dependent Pairwise Relations NIPS 2014 
http://www.stat.ucla.edu/~xianjie.chen/projects/pose_estimation/pose_estimation.html

Learning Human Pose Estimation Features with Convolutional Networks 
https://github.com/stencilman/deep_nets_iclr04

Flowing ConvNets for Human Pose Estimation in Videos 
http://www.robots.ox.ac.uk/~vgg/software/cnn_heatmap/

杂项 
Unsupervised Learning of Visual Representations using Videos 很有前途啊! 
https://github.com/xiaolonw/caffe-video_triplet

数据库 
MPII Human Pose Dataset 
http://human-pose.mpi-inf.mpg.de/#overview

DPM 
将voc-release4.0.1 linux 转到windows 
http://blog.csdn.net/masibuaa/article/details/17577195

开源车牌识别代码 
支持美国和欧洲车牌 
http://www.openalpr.com

参考文献:

    1. http://www.cnblogs.com/einyboy/p/3594432.html

    2. http://blog.csdn.net/cv_family_z/article/details/49902011

paper 14 : 图像视觉领域部分开源代码的更多相关文章

  1. paper 94:视觉领域博客资源1之中国部分

    这是收录的图像视觉领域的博客资源的第一部分,包含:中国内地.香港.台湾 这些名人大家一般都熟悉,本文仅收录了包含较多资料的个人博客,并且有不少更新,还有些名人由于分享的paper.code或者数据集不 ...

  2. paper 98:图像视觉各个领域文献目录

    当前图像视觉各个领域文献资料的索引,包含计算机视觉.图像处理.文本(图像)分析.视频分析.模式识别等主题.如果对哪个方向比较感兴趣,可以查看这个方向的比较重要的Paper,每一个大的目录后面都对应一些 ...

  3. paper 92:图像视觉博客资源2之MIT斯坦福CMU

    收录的图像视觉(也包含机器学习等)领域的博客资源的第二部分,包含:美国MIT.斯坦福.CMU三所高校 1)这些名人大家一般都熟悉,本文仅收录了包含较多资料的个人博客,并且有不少更新,还有些名人由于分享 ...

  4. paper 27 :图像/视觉显著性检测技术发展情况梳理(Saliency Detection、Visual Attention)

    1. 早期C. Koch与S. Ullman的研究工作. 他们提出了非常有影响力的生物启发模型. C. Koch and S. Ullman . Shifts in selective visual ...

  5. (转) OpenCV学习笔记大集锦 与 图像视觉博客资源2之MIT斯坦福CMU

          首页 视界智尚 算法技术 每日技术 来打我呀 注册     OpenCV学习笔记大集锦 整理了我所了解的有关OpenCV的学习笔记.原理分析.使用例程等相关的博文.排序不分先后,随机整理的 ...

  6. C++开源代码项目汇总

    Google的C++开源代码项目 v8  -  V8 JavaScript EngineV8 是 Google 的开源 JavaScript 引擎.V8 采用 C++ 编写,可在谷歌浏览器(来自 Go ...

  7. Google的C++开源代码项目

    Google的C++开源代码项目 http://www.open-open.com/lib/view/open1413873531356.html v8  -  V8 JavaScript Engin ...

  8. AgileEAS.NET SOA 中间件平台 5.2 发布说明-包含Silverlight及报表系统的开源代码下载

    一.AgileEAS.NET SOA 中间件简介      AgileEAS.NET SOA 中间件平台是一款基于基于敏捷并行开发思想和Microsoft .Net构件(组件)开发技术而构建的一个快速 ...

  9. [ZZ]计算机视觉、机器学习相关领域论文和源代码大集合

    原文地址:[ZZ]计算机视觉.机器学习相关领域论文和源代码大集合作者:计算机视觉与模式 注:下面有project网站的大部分都有paper和相应的code.Code一般是C/C++或者Matlab代码 ...

随机推荐

  1. 《Haskell趣学指南 Learn You a Haskell for Great Good!》-代码实验

    doubleMe x = x + x doubleUs x y = doubleMe x + doubleMe y doubleSmallNumber x = then x else x * doub ...

  2. Cocos2d-JS轻量级开发

    官方提供了另外一种使用cocos2d js的方式,更适合web开发者,只要引用一个js就可以了 1.下载Cocos2d-JS Lite Version(去下载>>) 下载下来的将是一个完整 ...

  3. BI 商业智能理解结构图

    本文章是在本人实习阶段对BI(商业智能 Business Intelligence)的理解:(如有不足之处请多指教,谢谢) BI 系统负责从多个数据源中搜集数据,并将这些数据进行必要的转换后存储到 ...

  4. [LeetCode]题解(python):093 Restore IP Addresses

    题目来源 https://leetcode.com/problems/restore-ip-addresses/ Given a string containing only digits, rest ...

  5. JMeter学习-003-JMeter与LoadRunner的异曲同工

    本节主要对 JMeter 与 LoadRunner 的优缺点进行概要的总结,若有不足之处,敬请指正,不胜感激! 同时,我也不得不承认,在对 JMeter 和 LoadRunner 进行比较时,我个人的 ...

  6. Definition Questions

    What is the relationship and differences between processes and threads? A process usually represent ...

  7. Java Binary Tree DFS

    DFS Recursion: public void DFS(TreeNode root){ if(root == null){ return; } System.out.println(root.v ...

  8. extern 和 static和 今天的一些代码,12-03

    这是关于标识符的链接属性的,链接属性只有三种:external, internal, none 改变规则: 3.1 文件作用域的变量和函数定义,即在所有 代码块和参数列表之外的标识符,使用static ...

  9. Android Error:warning: Ignoring InnerClasses attribute for an anonymous inner class

    今天项目发布时遇到了这个问题,在低版本设备上面死活发布不上去,还有打包也打不成功,折腾了好长一段时间,网上大部分给出的 解决方案都是说 在工程的混淆配置文件 proguard-rules.pro 中加 ...

  10. Java控制语句——switch语句

    上述if语句的等值判断,可以用switch来代替. 注意每个case后面一般要添加break,表示当前这个case执行完了:防止出现case穿透,即继续执行case,直到遇到break才跳出. 下面例 ...