青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品

天下

記錄修行的印記

計算機視覺、機器學習相關(guān)領(lǐng)域論文和源代碼大集合(轉(zhuǎn))

注:下面有project網(wǎng)站的大部分都有paper和相應(yīng)的code。Code一般是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]

                        

二、圖像分割I(lǐng)mage 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]

·           Ef?cient 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相關(guān):

·           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]

轉(zhuǎn)自:http://blog.csdn.net/zouxy09/article/details/8550952

posted on 2013-04-26 08:42 天下 閱讀(3216) 評論(0)  編輯 收藏 引用 所屬分類: 算法

<2011年3月>
272812345
6789101112
13141516171819
20212223242526
272829303112
3456789

導航

統(tǒng)計

常用鏈接

留言簿(4)

隨筆分類(378)

隨筆檔案(329)

鏈接

最新隨筆

搜索

最新評論

青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            亚洲在线一区二区三区| 这里是久久伊人| 欧美在线资源| 国产精品国产三级国产aⅴ浪潮 | 久久综合色8888| 国产美女精品视频免费观看| 一区二区高清视频| 欧美成人第一页| 欧美一区二区在线看| 国产精品成人在线观看| 99av国产精品欲麻豆| 欧美aa在线视频| 久久精品99国产精品日本| 国产精品久久午夜夜伦鲁鲁| 一本色道久久99精品综合| 亚洲丁香婷深爱综合| 久久久久国产精品一区三寸| 国产欧美一区视频| 午夜欧美大片免费观看| 在线午夜精品| 国产精品ⅴa在线观看h| 亚洲婷婷在线| 日韩视频一区二区在线观看 | 另类专区欧美制服同性| 国内精品美女在线观看| 久久精品视频99| 欧美诱惑福利视频| 国产亚洲精品v| 久久精品国产一区二区三区免费看 | 麻豆乱码国产一区二区三区| 国外成人在线| 久久久噜噜噜久久久| 欧美在线免费观看视频| 国产一区二区高清| 久久久噜噜噜久噜久久| 欧美专区18| 今天的高清视频免费播放成人| 久久久九九九九| 久久国产精品一区二区| 狠狠色狠色综合曰曰| 乱中年女人伦av一区二区| 久久手机免费观看| 亚洲国产视频a| 亚洲韩国精品一区| 欧美日韩国产成人在线91| 亚洲婷婷综合久久一本伊一区| 一本一本久久a久久精品综合妖精| 欧美特黄视频| 欧美影院午夜播放| 久久久999精品| 亚洲国产天堂久久国产91| 亚洲人成艺术| 欧美性大战久久久久久久| 亚洲欧洲av一区二区| 欧美一区二区三区视频在线| 精品二区久久| 亚洲国产欧美在线| 欧美色道久久88综合亚洲精品| 亚洲欧美成人精品| 欧美一级久久久久久久大片| 精品成人在线| 亚洲精品社区| 国产精品美女久久久久aⅴ国产馆| 欧美一区在线视频| 久久婷婷国产综合尤物精品| 亚洲精品欧美在线| 中文国产成人精品| 国产在线精品一区二区夜色| 亚洲福利在线看| 欧美午夜免费电影| 久久夜色精品国产欧美乱| 欧美国产精品中文字幕| 亚洲欧美国产三级| 久久久久一区二区三区| 一区二区欧美激情| 亚洲欧美制服另类日韩| 亚洲第一天堂av| 一区二区三区日韩欧美精品| 好看的日韩av电影| 亚洲精品国产品国语在线app| 国产精品区一区二区三| 免费人成精品欧美精品| 欧美视频中文在线看| 久久影院午夜片一区| 欧美日韩成人精品| 久久米奇亚洲| 欧美日韩一区二区在线播放| 久久久欧美一区二区| 欧美精品一区在线播放| 久久久久久色| 欧美日韩国产999| 久久久久欧美精品| 欧美日韩网站| 免费观看成人网| 国产精品久久久久久久一区探花| 老色鬼精品视频在线观看播放| 欧美日韩精品免费 | 亚洲一级特黄| 亚洲国产裸拍裸体视频在线观看乱了中文 | 国产区亚洲区欧美区| 亚洲第一久久影院| 国产一区二区三区无遮挡| 亚洲精品在线视频观看| 极品中文字幕一区| 亚洲一区二区免费在线| 亚洲日本乱码在线观看| 欧美在线观看你懂的| 亚洲一区二区黄| 欧美电影免费观看网站| 久久人人97超碰国产公开结果| 欧美日韩你懂的| 欧美高清一区二区| 国产一区二区三区精品欧美日韩一区二区三区| 亚洲人成网站999久久久综合| 在线播放视频一区| 亚洲欧美日韩精品久久亚洲区| av不卡在线| 欧美mv日韩mv亚洲| 老**午夜毛片一区二区三区| 国产精品外国| 一本一本久久a久久精品综合妖精 一本一本久久a久久精品综合麻豆 | 久久黄色级2电影| 欧美一区二区三区成人| 欧美婷婷六月丁香综合色| 亚洲黄色av一区| 亚洲国产91色在线| 久久国产精品久久久| 欧美亚洲综合久久| 国产精品v日韩精品| 亚洲欧洲精品成人久久奇米网| 曰本成人黄色| 久久成人国产精品| 欧美综合第一页| 国产精品视频自拍| 亚洲少妇诱惑| 亚洲男人天堂2024| 国产精品xxxxx| 99国产麻豆精品| 宅男在线国产精品| 欧美另类专区| 亚洲精品日本| 99精品欧美| 欧美日韩国产123区| 最新中文字幕亚洲| 日韩亚洲一区在线播放| 欧美精品在线观看一区二区| 91久久久国产精品| 99国产麻豆精品| 欧美日韩国产黄| av成人天堂| 亚洲女爱视频在线| 国产精品资源| 欧美在现视频| 嫩草国产精品入口| 亚洲电影免费观看高清完整版在线观看 | 欧美日韩91| 日韩一区二区高清| 亚洲一区二区三区精品视频 | 欧美成人免费观看| 亚洲黄色一区| 一区二区三区欧美亚洲| 欧美日韩久久| 中文亚洲字幕| 久久精品国产精品亚洲精品| 国产亚洲精品成人av久久ww| 欧美影院在线播放| 免费精品视频| 亚洲精品国产精品国自产观看| 欧美—级a级欧美特级ar全黄| 最新日韩在线视频| 亚洲午夜精品一区二区| 国产精品久久久久久影视 | 亚洲永久在线| 国产精品三级视频| 久久国产一区二区三区| 欧美电影在线| 一区二区不卡在线视频 午夜欧美不卡'| 欧美日韩性视频在线| 亚洲视频一区二区| 久久久成人网| 亚洲精品1区2区| 欧美日韩中文字幕在线| 亚洲欧美日本日韩| 免费看的黄色欧美网站| 亚洲日本视频| 国产精品美女久久| 久久久久国产一区二区三区| 亚洲国产精品福利| 午夜精品久久久久久久99樱桃| 国产亚洲一级高清| 欧美**人妖| 亚洲一区免费看| 欧美成人一区在线| 亚洲你懂的在线视频| 欲色影视综合吧| 欧美日韩一区在线观看视频| 欧美在线亚洲在线| 亚洲精品四区| 久久久久久久久蜜桃| 日韩午夜精品|