Inicio » code
Archivos de la categoría: code
Code for Bilateral Filtering
Ghassan Hamarneh has shared a MATLAB code for Bilateral Filtering of Diffusion Tensor MRI.The related publication is titled “Bilateral Filtering of Diffusion Tensor Magnetic Resonance Images“. About Carlos Roberto del Blanco AdánMail | More Posts(126)
Tutorial about mosaicing
Interesting tutorial of image mosaicing that includes a presentation and related source code in Matlab. It is in Spanish.[Link] About Carlos Roberto del Blanco AdánMail | More Posts(126)
Code for Decision Forests
Antonio Criminisi has shared C++ and C# code for implementing decision forests for classification, regression, density estimation and semi-supervised learning. The code is a companion to the book “Decision Forests for Computer Vision and Medical Image Analysis“. About Carlos Roberto del Blanco AdánMail | More Posts(126)
Code for “Vessel Scale-Selection using MRF Optimization”
Hengameh Mirzaalian has shared the code of his paper “Vessel Scale-Selection using MRF Optimization“. About Carlos Roberto del Blanco AdánMail | More Posts(126)
Code for single object tracking
(Updated 21-Nov-2012) The purpose of this collection of code is to have a tool kit for the research of single object tracking (mainly focused on visual tracking, but not restricted to it). Contributions are welcomed, just add a remark at the end of the post with the link and a brief description. The code should […]
Naive Bayes classifier
Short description of the naive Bayes classifier with an example: [Link] About Carlos Roberto del Blanco AdánMail | More Posts(126)
Code for background subtraction
Background subtraction library. [Link 1] [Link 2] Based on mixture of Gaussians. Detect shadows. Publications: 2004 Improved adaptive Gausian mixture model for background subtraction. 2006 Efficient adaptive density estimation per image pixel for the task of background subtraction. Matlab y c/c++ code. About Carlos Roberto del Blanco AdánMail | More Posts(126)
Basic scripts in Matlab
Convert a video file in ‘avi’ format in a sequence of ‘jpg’ files using Matla. [Link] The format of the output sequence of images can be easily changed. It allows to custom the name of the output images. About Carlos Roberto del Blanco AdánMail | More Posts(126)
Code for computing image features
Shape contexts “Shape context” is a descriptor for finding correspondences between point sets. Shape Context Based Corresponding Point Models by Dirk-Jan Kroon. [Link] Matlab implementation. Matching with Shape Contexts by Serge Belongie. [Link] Matlab implementation. Shape context by Xin Fan. [Link] C++ implementation with a Matlab wrapper. Histograms (soon) Ellipsoidal color histogram [Link] Ellipsoidal intensity […]
Resources about motion segmentation
Code Robust Motion Segmentation via Lossy Compression by Shankar Rao. [Link] Matlab code. Motion segmentation algorithms by Visionlab. [Link] GPCA with spectral clustering. RANSAC (RANdom SAmple Consensus). Local Subspace Affinity (LSA). Matlab code. Motion Segmentation algorithms by Luca Zappella [Link] Joint Estimation of Segmentation and Structure from Motion (JESS). Adaptive Subspace Affinity (ASA, aka PAC […]