Inicio » matlab
Archivos de la categoría: matlab
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)
Interactive input in Matlab
In Matlab (at least from the version 2009a) you can find the following interactive input functions: They can be especially useful in the implementation of visual tracking of regions and objects in video sequences. About Carlos Roberto del Blanco AdánMail | More Posts(126)
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)
Supported file formats in Matlab R2009a
About Carlos Roberto del Blanco AdánMail | More Posts(126)
Miscellaneous code related to computer vision
Matlab functions Object contour selection using the mouse. [Link] Mex functions Computation of points of an ellipse contour. [Link] Computation of a color histogram of an ellipsoidal region in an image. [Link] Covert a RGB matrix to a HSV one. [Link] MMSE estimator for a distribution represented by a set of weighted samples, [Link] Resampling […]
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)
Automatic documentation of Matlab files
M2HTML: Documentation System for Matlab in HTML [Link] M2HTML is a powerful tool to automatically generate HTML documentation of your Matlab M-files. Its aim is to be a successor of the Perl script MAT2HTML from J.C. Kantor, including new features. This toolbox includes the Template toolbox, thus allowing for a full customization of the output […]
XML interfaces for Matlab
XML Toolbox for Matlab [Link] The XML Toolbox for Matlab allows engineering users of Matlab to convert and store variables and structures from the internal Matlab format into human-readable XML format and vice versa. This format is required to be able to store parameter structures, variables and results from engineering applications in XML-capable databases and […]