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

原文转自:http://blog.csdn.net/zouxy09/article/details/8550952

计算机视觉、机器学习相关领域论文和源代码大集合--持续更新……

zouxy09@qq.com

http://blog.csdn.net/zouxy09

 

注:下面有project网站的大部分都有paper和相应的codeCode一般是C/C++或者Matlab代码。

最近一次更新:2013-3-17


一、特征提取Feature Extraction:

·         SIFT [1] [Demo program][SIFT Library] [VLFeat]

·         PCA-SIFT [2] [Project]

·         Affine-SIFT [3] [Project]

·         SURF [4] [OpenSURF] [Matlab Wrapper]

·         Affine Covariant Features [5] [Oxford project]

·         MSER [6] [Oxford project] [VLFeat]

·         Geometric Blur [7] [Code]

·         Local Self-Similarity Descriptor [8] [Oxford implementation]

·         Global and Efficient Self-Similarity [9] [Code]

·         Histogram of Oriented Graidents [10] [INRIA Object Localization Toolkit] [OLT toolkit for Windows]

·         GIST [11] [Project]

·         Shape Context [12] [Project]

·         Color Descriptor [13] [Project]

·         Pyramids of Histograms of Oriented Gradients [Code]

·         Space-Time Interest Points (STIP) [14][Project] [Code]

·         Boundary Preserving Dense Local Regions [15][Project]

·         Weighted Histogram[Code]

·         Histogram-based Interest Points Detectors[Paper][Code]

·         An OpenCV - C++ implementation of Local Self Similarity Descriptors [Project]

·         Fast Sparse Representation with Prototypes[Project]

·         Corner Detection [Project]

·         AGAST Corner Detector: faster than FAST and even FAST-ER[Project]

·         Real-time Facial Feature Detection using Conditional Regression Forests[Project]

·         Global and Efficient Self-Similarity for Object Classification and Detection[code]

·         WαSH: Weighted α-Shapes for Local Feature Detection[Project]

·         HOG[Project]

·         Online Selection of Discriminative Tracking Features[Project]

                        

二、图像分割Image Segmentation:

·           Normalized Cut [1] [Matlab code]

·           Gerg Mori’ Superpixel code [2] [Matlab code]

·           Efficient Graph-based Image Segmentation [3] [C++ code] [Matlab wrapper]

·           Mean-Shift Image Segmentation [4] [EDISON C++ code] [Matlab wrapper]

·           OWT-UCM Hierarchical Segmentation [5] [Resources]

·           Turbepixels [6] [Matlab code 32bit] [Matlab code 64bit] [Updated code]

·           Quick-Shift [7] [VLFeat]

·           SLIC Superpixels [8] [Project]

·           Segmentation by Minimum Code Length [9] [Project]

·           Biased Normalized Cut [10] [Project]

·           Segmentation Tree [11-12] [Project]

·           Entropy Rate Superpixel Segmentation [13] [Code]

·           Fast Approximate Energy Minimization via Graph Cuts[Paper][Code]

·           Efficient Planar Graph Cuts with Applications in Computer Vision[Paper][Code]

·           Isoperimetric Graph Partitioning for Image Segmentation[Paper][Code]

·           Random Walks for Image Segmentation[Paper][Code]

·           Blossom V: A new implementation of a minimum cost perfect matching algorithm[Code]

·           An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Computer Vision[Paper][Code]

·           Geodesic Star Convexity for Interactive Image Segmentation[Project]

·           Contour Detection and Image Segmentation Resources[Project][Code]

·           Biased Normalized Cuts[Project]

·           Max-flow/min-cut[Project]

·           Chan-Vese Segmentation using Level Set[Project]

·           A Toolbox of Level Set Methods[Project]

·           Re-initialization Free Level Set Evolution via Reaction Diffusion[Project]

·           Improved C-V active contour model[Paper][Code]

·           A Variational Multiphase Level Set Approach to Simultaneous Segmentation and Bias Correction[Paper][Code]

·          Level Set Method Research by Chunming Li[Project]

·          ClassCut for Unsupervised Class Segmentation[code]

·         SEEDS: Superpixels Extracted via Energy-Driven Sampling[Project][other]

 

三、目标检测Object Detection:

·           A simple object detector with boosting [Project]

·           INRIA Object Detection and Localization Toolkit [1] [Project]

·           Discriminatively Trained Deformable Part Models [2] [Project]

·           Cascade Object Detection with Deformable Part Models [3] [Project]

·           Poselet [4] [Project]

·           Implicit Shape Model [5] [Project]

·           Viola and Jones’s Face Detection [6] [Project]

·           Bayesian Modelling of Dyanmic Scenes for Object Detection[Paper][Code]

·           Hand detection using multiple proposals[Project]

·           Color Constancy, Intrinsic Images, and Shape Estimation[Paper][Code]

·           Discriminatively trained deformable part models[Project]

·           Gradient Response Maps for Real-Time Detection of Texture-Less Objects: LineMOD [Project]

·           Image Processing On Line[Project]

·           Robust Optical Flow Estimation[Project]

·           Where's Waldo: Matching People in Images of Crowds[Project]

·           Scalable Multi-class Object Detection[Project]

·           Class-Specific Hough Forests for Object Detection[Project]

·         Deformed Lattice Detection In Real-World Images[Project]

·         Discriminatively trained deformable part models[Project]

 

四、显著性检测Saliency Detection:

·           Itti, Koch, and Niebur’ saliency detection [1] [Matlab code]

·           Frequency-tuned salient region detection [2] [Project]

·           Saliency detection using maximum symmetric surround [3] [Project]

·           Attention via Information Maximization [4] [Matlab code]

·           Context-aware saliency detection [5] [Matlab code]

·           Graph-based visual saliency [6] [Matlab code]

·           Saliency detection: A spectral residual approach. [7] [Matlab code]

·           Segmenting salient objects from images and videos. [8] [Matlab code]

·           Saliency Using Natural statistics. [9] [Matlab code]

·           Discriminant Saliency for Visual Recognition from Cluttered Scenes. [10] [Code]

·           Learning to Predict Where Humans Look [11] [Project]

·           Global Contrast based Salient Region Detection [12] [Project]

·           Bayesian Saliency via Low and Mid Level Cues[Project]

·           Top-Down Visual Saliency via Joint CRF and Dictionary Learning[Paper][Code]

·         Saliency Detection: A Spectral Residual Approach[Code]

 

五、图像分类、聚类Image Classification, Clustering

·           Pyramid Match [1] [Project]

·           Spatial Pyramid Matching [2] [Code]

·           Locality-constrained Linear Coding [3] [Project] [Matlab code]

·           Sparse Coding [4] [Project] [Matlab code]

·           Texture Classification [5] [Project]

·           Multiple Kernels for Image Classification [6] [Project]

·           Feature Combination [7] [Project]

·           SuperParsing [Code]

·           Large Scale Correlation Clustering Optimization[Matlab code]

·           Detecting and Sketching the Common[Project]

·           Self-Tuning Spectral Clustering[Project][Code]

·           User Assisted Separation of Reflections from a Single Image Using a Sparsity Prior[Paper][Code]

·           Filters for Texture Classification[Project]

·           Multiple Kernel Learning for Image Classification[Project]

·          SLIC Superpixels[Project]

 

六、抠图Image Matting

·           A Closed Form Solution to Natural Image Matting [Code]

·           Spectral Matting [Project]

·           Learning-based Matting [Code]

 

七、目标跟踪Object Tracking:

·           A Forest of Sensors - Tracking Adaptive Background Mixture Models [Project]

·           Object Tracking via Partial Least Squares Analysis[Paper][Code]

·           Robust Object Tracking with Online Multiple Instance Learning[Paper][Code]

·           Online Visual Tracking with Histograms and Articulating Blocks[Project]

·           Incremental Learning for Robust Visual Tracking[Project]

·           Real-time Compressive Tracking[Project]

·           Robust Object Tracking via Sparsity-based Collaborative Model[Project]

·           Visual Tracking via Adaptive Structural Local Sparse Appearance Model[Project]

·           Online Discriminative Object Tracking with Local Sparse Representation[Paper][Code]

·           Superpixel Tracking[Project]

·           Learning Hierarchical Image Representation with Sparsity, Saliency and Locality[Paper][Code]

·           Online Multiple Support Instance Tracking [Paper][Code]

·           Visual Tracking with Online Multiple Instance Learning[Project]

·           Object detection and recognition[Project]

·           Compressive Sensing Resources[Project]

·           Robust Real-Time Visual Tracking using Pixel-Wise Posteriors[Project]

·           Tracking-Learning-Detection[Project][OpenTLD/C++ Code]

·           the HandVu:vision-based hand gesture interface[Project]

·           Learning Probabilistic Non-Linear Latent Variable Models for Tracking Complex Activities[Project]

 

八、Kinect:

·           Kinect toolbox[Project]

·           OpenNI[Project]

·           zouxy09 CSDN Blog[Resource]

·           FingerTracker 手指跟踪[code]

 

九、3D相关:

·           3D Reconstruction of a Moving Object[Paper] [Code]

·           Shape From Shading Using Linear Approximation[Code]

·           Combining Shape from Shading and Stereo Depth Maps[Project][Code]

·           Shape from Shading: A Survey[Paper][Code]

·           A Spatio-Temporal Descriptor based on 3D Gradients (HOG3D)[Project][Code]

·           Multi-camera Scene Reconstruction via Graph Cuts[Paper][Code]

·           A Fast Marching Formulation of Perspective Shape from Shading under Frontal Illumination[Paper][Code]

·           Reconstruction:3D Shape, Illumination, Shading, Reflectance, Texture[Project]

·           Monocular Tracking of 3D Human Motion with a Coordinated Mixture of Factor Analyzers[Code]

·           Learning 3-D Scene Structure from a Single Still Image[Project]

 

十、机器学习算法:

·           Matlab class for computing Approximate Nearest Nieghbor (ANN) [Matlab class providing interface toANN library]

·           Random Sampling[code]

·           Probabilistic Latent Semantic Analysis (pLSA)[Code]

·           FASTANN and FASTCLUSTER for approximate k-means (AKM)[Project]

·           Fast Intersection / Additive Kernel SVMs[Project]

·           SVM[Code]

·           Ensemble learning[Project]

·           Deep Learning[Net]

·           Deep Learning Methods for Vision[Project]

·           Neural Network for Recognition of Handwritten Digits[Project]

·           Training a deep autoencoder or a classifier on MNIST digits[Project]

·          THE MNIST DATABASE of handwritten digits[Project]

·          Ersatz:deep neural networks in the cloud[Project]

·          Deep Learning [Project]

·          sparseLM : Sparse Levenberg-Marquardt nonlinear least squares in C/C++[Project]

·          Weka 3: Data Mining Software in Java[Project]

·          Invited talk "A Tutorial on Deep Learning" by Dr. Kai Yu (余凯)[Video]

·          CNN - Convolutional neural network class[Matlab Tool]

·          Yann LeCun's Publications[Wedsite]

·          LeNet-5, convolutional neural networks[Project]

·          Training a deep autoencoder or a classifier on MNIST digits[Project]

·          Deep Learning 大牛Geoffrey E. Hinton's HomePage[Website]

·         Multiple Instance Logistic Discriminant-based Metric Learning (MildML) and Logistic Discriminant-based Metric Learning (LDML)[Code]

·         Sparse coding simulation software[Project]

·         Visual Recognition and Machine Learning Summer School[Software]

 

十一、目标、行为识别Object, Action Recognition:

·           Action Recognition by Dense Trajectories[Project][Code]

·           Action Recognition Using a Distributed Representation of Pose and Appearance[Project]

·           Recognition Using Regions[Paper][Code]

·           2D Articulated Human Pose Estimation[Project]

·           Fast Human Pose Estimation Using Appearance and Motion via Multi-Dimensional Boosting Regression[Paper][Code]

·           Estimating Human Pose from Occluded Images[Paper][Code]

·           Quasi-dense wide baseline matching[Project]

·           ChaLearn Gesture Challenge: Principal motion: PCA-based reconstruction of motion histograms[Project]

·           Real Time Head Pose Estimation with Random Regression Forests[Project]

·           2D Action Recognition Serves 3D Human Pose Estimation[Project]

·           A Hough Transform-Based Voting Framework for Action Recognition[Project]

·           Motion Interchange Patterns for Action Recognition in Unconstrained Videos[Project]

·         2D articulated human pose estimation software[Project]

·         Learning and detecting shape models [code]

·         Progressive Search Space Reduction for Human Pose Estimation[Project]

·         Learning Non-Rigid 3D Shape from 2D Motion[Project]

 

十二、图像处理:

·         Distance Transforms of Sampled Functions[Project]

·        The Computer Vision Homepage[Project]

·        Efficient appearance distances between windows[code]

·         Image Exploration algorithm[code]

·         Motion Magnification 运动放大 [Project]

·         Bilateral Filtering for Gray and Color Images 双边滤波器 [Project]

·         A Fast Approximation of the Bilateral Filter using a Signal Processing Approach [Project]

                  

十三、一些实用工具:

·           EGT: a Toolbox for Multiple View Geometry and Visual Servoing[Project] [Code]

·           a development kit of matlab mex functions for OpenCV library[Project]

·           Fast Artificial Neural Network Library[Project]

 

 

十四、人手及指尖检测与识别:

·           finger-detection-and-gesture-recognition [Code]

·           Hand and Finger Detection using JavaCV[Project]

·           Hand and fingers detection[Code]


十五、场景解释:

·           Nonparametric Scene Parsing via Label Transfer [Project]


十六、光流Optical flow:

·         High accuracy optical flow using a theory for warping [Project]

·         Dense Trajectories Video Description [Project]

·         SIFT Flow: Dense Correspondence across Scenes and its Applications[Project]

·         KLT: An Implementation of the Kanade-Lucas-Tomasi Feature Tracker [Project]

·         Tracking Cars Using Optical Flow[Project]

·         Secrets of optical flow estimation and their principles[Project]

·         implmentation of the Black and Anandan dense optical flow method[Project]

·         Optical Flow Computation[Project]

·         Beyond Pixels: Exploring New Representations and Applications for Motion Analysis[Project]

·         A Database and Evaluation Methodology for Optical Flow[Project]

·         optical flow relative[Project]

·         Robust Optical Flow Estimation [Project]

·         optical flow[Project]


十七、图像检索Image Retrieval

·           Semi-Supervised Distance Metric Learning for Collaborative Image Retrieval [Paper][code]


十八、马尔科夫随机场Markov Random Fields:

·         Markov Random Fields for Super-Resolution [Project]

·         A Comparative Study of Energy Minimization Methods for Markov Random Fields with Smoothness-Based Priors [Project]


十九、运动检测Motion detection:

·         Moving Object Extraction, Using Models or Analysis of Regions [Project]

·         Background Subtraction: Experiments and Improvements for ViBe [Project]

·         A Self-Organizing Approach to Background Subtraction for Visual Surveillance Applications [Project]

·         changedetection.net: A new change detection benchmark dataset[Project]

·         ViBe - a powerful technique for background detection and subtraction in video sequences[Project]

·         Background Subtraction Program[Project]

·         Motion Detection Algorithms[Project]

·         Stuttgart Artificial Background Subtraction Dataset[Project]

·         Object Detection, Motion Estimation, and Tracking[Project]


本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/409231.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

热插拔服务器电源维修,无需关停系统即可热插拔,TE Connectivity推出滑轨电源连接器...

原标题:无需关停系统即可热插拔,TE Connectivity推出滑轨电源连接器全球连接与传感器领域领军企业TE Connectivity(TE)宣布推出滑轨电源连接器。此连接器是唯一一款无需关闭系统电源,即可在服务器中进行电子元件热插拔的电源连接器产品。滑轨…

EMACS 中文显示为方框

解决方案 (set-default-font "Consolas-14") (set-fontset-font "fontset-default" unicode ("微软雅黑" . "unicode-bmp")) 转载于:https://www.cnblogs.com/Mingxx/archive/2013/01/11/2856432.html

计算机视觉领域的一些牛人博客,研究机构等的网站链接

计算机视觉领域的一些牛人博客,研究机构等的网站链接 zouxy09qq.com http://blog.csdn.net/zouxy09 转自:http://www.cnblogs.com/Rick-w/archive/2012/04/14/2446921.html 以下链接是本人整理的关于计算机视觉(ComputerVision, CV&#xff0…

excel服务器2010网站,excel服务器2010

excel服务器2010 内容精选换一换所有弹性伸缩的接口,有自定义错误信息返回,该小节介绍弹性伸缩的错误码的含义。{"error":{"code":"AS.0001","message":"System error."}}当您调用API时,如…

typeorm 生成实体类_android常用orm框架greenDAO创建表生成实体类

package com.example.greendao_test.DB_Initialize;import java.io.IOException;import de.greenrobot.daogenerator.DaoGenerator;import de.greenrobot.daogenerator.Entity;import de.greenrobot.daogenerator.Schema;/** * 生产类执行程序(建表和生成关系类) * * author a…

图像处理和计算机视觉中的经典论文

图像处理和计算机视觉中的经典论文 zouxy09qq.com http://blog.csdn.net/zouxy09 转自:http://www.cnblogs.com/moondark/archive/2012/04/20/2459594.html 感谢水木上同领域的同学分享,有了他的整理,让我很方便的获得了CV方面相关的经典论文…

Android系统架构

Android系统架构总体可分为四层结构,从下往上依次是:Linux内核层、系统运行库层、应用程序框架层以及应用程序层。如下图所示: 一、Linux内核层 Google选择了Linux内核作为Android的底层支撑系统。当前的Android系统是基于Linux2.6内核的,提供…

门禁系统服务器 控制器 读卡器,你知道门禁系统读卡器分为多少种吗?

门禁系统用的非接触IC 卡( 感应式 IC 卡 ) 读卡器是门禁系统的重要组成部分 , 是门禁系统信号输入的关键设备 , 关系着整个门禁系统的稳定性 。读卡器以固定频率向外发出电磁波,频率一般是13.56MHZ,当感应卡进入读卡器电磁波辐射范围内时,会触…

mounted钩子函数_Vue 探索之路——生命周期和钩子函数的一些理解

对于执行顺序和什么时候&#xff0c;下面我们将结合代码去看看钩子函数的执行<!DOCTYPE html> <html> <head><title></title><script type"text/javascript" src"https://cdn.jsdelivr.net/vue/2.1.3/vue.js"></sc…

梯度化一张图片

最近刚好学习到梯度方面的知识&#xff0c;所以上网查找了下关于梯度化一副图片的opencv代码&#xff0c;参考代码出自http://www.cnblogs.com/gnuhpc/archive/2012/06/28/2568755.html #include<stdio.h> #include<cv.h> #include<highgui.h> #include<m…

Overlay Surfaces (覆盖表面)

覆盖表面&#xff08;Overlay Surfaces&#xff09; 覆盖表面是具有特殊硬件支持能力的表面&#xff0c;通常用于显示活动视频、录制视频或静止位图而不需要位块传输到主表面或改变主表面的内容。对覆盖表面的字此完全由硬件提供&#xff0c;DirectDraw支持显示设备驱动程序…

逃跑吧少年服务器临时维护中,逃跑吧少年—逃跑吧少年5月30日更新 主动技能解锁...

逃跑吧少年—逃跑吧少年5月30日更新 主动技能解锁发表时间&#xff1a; 2019-05-31 作者&#xff1a;7k7k电脑版《逃跑吧&#xff01;少年》服务器将于5月30日9:00-11:00进行服务器维护工作&#xff01;请少年们安排好游戏时间&#xff0c;在维护前下线&#xff0c;以免造成…

graphpad导出图片不居中_从GraphPad Prism一键导出满足期刊要求的图表

众所周知&#xff0c;每个期刊都有自己对论文格式的规则&#xff0c;其中对图表的格式也有具体的规则。为减少发表所需的时间&#xff0c;GraphPad Prism允许您自定义导出&#xff08;文件类型、分辨率、透明度、尺寸、色彩空间 RGB/CMYK&#xff09;图表&#xff0c;以满足期刊…

opencv学习笔记2--存取图像元素

最近了解了下如何存取图像元素&#xff0c;在这里归纳总结下&#xff0c;也是记录下&#xff0c;以后需要的时候可以复习下。 假设需要读取在i行j列像点的第k通道. 其中, 行数i的范围为[0, height-1], 列数j的范围为[0, width-1], 通道k的范围为[0, nchannels-1]. 1.间接存取:…

(转)TDI FILTER 网络过滤驱动完全解析

http://blog.csdn.net/charlesprince/article/details/5924376 TDI FILTER 过滤驱动的功能一般用来进行整个系统中的所有网络流量的分析&#xff0c;记录和管理&#xff0c;可以实现非常强大的管理功能&#xff0c;这里就将讨论它的设计架构&#xff0c;和具体实现的方法。  …