Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
10 Nov 2009 Robust Landmark-Based Audio Fingerprinting A landmark-based Shazam-like audio fingerprinting system. Author: Dan Ellis Paris, Sebastien

Nice application

10 Nov 2009 Face Detection Toolbox Faces detection using Local Binary Patterns and Haar features Author: Sebastien Paris Paris, Sebastien

Add fdtool dir in your path and run "mexme_fdt.m" to compile *.c files

04 Nov 2009 Face Detection Toolbox Faces detection using Local Binary Patterns and Haar features Author: Sebastien Paris Paris, Sebastien

Thanks you Soeren for these indications and comments.
Please if you have better models than those already included, I'll include them in a future release.

Sébastien

03 Oct 2009 inpoly mex file Find points inside or on the border of a polygon Author: Sebastien Paris Paris, Sebastien

You are right, I'll upload a version with argument checking. Thanks

01 Sep 2009 2D Multiwall model A fast implementation of the Multiwall model Author: Sebastien Paris Paris, Sebastien

Please open the *.c file and find the quoted reference.

14 Aug 2009 2D/3D image segmentation toolbox 2D/3D image segmentation using level-set based active contour/surface with AOS scheme Author: Yan Zhang Paris, Sebastien

Works fine.

27 Jul 2009 mweka WEKA in MATLAB Author: Durga Lal Shrestha Paris, Sebastien

Great initiative

25 Jul 2009 2D Multiwall model A fast implementation of the Multiwall model Author: Sebastien Paris Paris, Sebastien

Ok, the getpts function is from the image processing toolbox. There are plenty of similar functions in the FEX.

25 Jul 2009 Multi-Knapsack solver Multi-Knapsack solver by two stochastic optimizer : CEM & BK algorithms Author: Sebastien Paris Paris, Sebastien

Yes it should

24 Jun 2009 Accurate Fast Marching Multistencils second order Fast Marching 2D and 3D including rk4 shortest path tracing Author: Dirk-Jan Kroon Paris, Sebastien

Fast and work perfectly. Very usefull for Path Planning

19 Jun 2009 Multitarget Bearing Only Tracking by Particle Filter A demo illustrating Multitarget BO tracking by particle filter Author: Sebastien Paris Paris, Sebastien

Did you run "mexme_first" before ?

Which compiler do you use ?

what's wrong with :

mex poisrnd.c matrixjpl.c randomlib.c

?

19 Jun 2009 Multi-Knapsack solver Multi-Knapsack solver by two stochastic optimizer : CEM & BK algorithms Author: Sebastien Paris Paris, Sebastien

Yes it should

29 May 2009 Point set registration (Rigid and Non-rigid). Rigid, Affine and Non-rigid point set registration toolbox. Coherent Point Drift (CPD) algorithm. Author: Andriy Myronenko Paris, Sebastien

18 May 2009 Don't let that INV go past your eyes; to solve that system, FACTORIZE! A simple-to-use object-oriented method for solving linear systems and least-squares problems. Author: Tim Davis Paris, Sebastien

Great !!!

05 May 2009 WiFi RSSI with NDIS protocole List Wifi devices and retrieve RSSI values of the signal Author: Sebastien Paris Paris, Sebastien

Yes,

You can tweak this mex-file as you want ;)

05 May 2009 WiFi RSSI with NDIS protocole List Wifi devices and retrieve RSSI values of the signal Author: Sebastien Paris Paris, Sebastien

Well, the included compiled mex-file is not working with your system. You have to recompile it for your system sorry. I don't have the last VS2008 in hand, but I think the compiler is only recognize with the last R2009a. So either you install a prior version of VS, or the newer version of matlab ...

Regards

01 May 2009 How fast is your graphics card? Creates a challenging 3-d benchmark for graphics processing speed measurement. Author: Michael Kleder Paris, Sebastien

3.65 with Asus G1S (T7500 2.2Ghz, GF 8600m, XP SP2, 4GB Ram, Matlab R2007b)

01 May 2009 Sparse Field Methods for Active Contours Very fast implementation of level sets. 2D and 3D support, written in C++/MEX with MATLAB wrapper. Author: Shawn Lankton Paris, Sebastien

Ok I found the bug. Please add "return newll;" in the end of ll_create() function ... Compile fine with Intel ICC right now (around 41% faster than MSVC for my laptop)

Please also compile with the -v option to verbose unused variables and remove them.

30 Apr 2009 Sparse Field Methods for Active Contours Very fast implementation of level sets. 2D and 3D support, written in C++/MEX with MATLAB wrapper. Author: Shawn Lankton Paris, Sebastien

Works fine. Thank you. Do you plan to include "multiphase" version ?. One point Segmentation fault when compiled with Intel compiler, ok with LCC or MSVC ... I'll look inside when I'll have time ...

26 Apr 2009 Mean Shift Clustering Cluster data by using the Mean Shift Algorithm Author: Bart Finkston Paris, Sebastien

Well done!

25 Mar 2009 inpoly mex file Find points inside or on the border of a polygon Author: Sebastien Paris Paris, Sebastien

Please give me an example of this bahaviour.

25 Mar 2009 2D Multiwall model A fast implementation of the Multiwall model Author: Sebastien Paris Paris, Sebastien

I don't understand your question. You have just to run the demo file 'test_multiwall_model.m'. data_mw is matlab data file. You can load it with the command load.

09 Mar 2009 Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter Author: Sebastien Paris Paris, Sebastien

Ok, you can replace the aviread function with the new one 'mmreader' to read avi files.

07 Mar 2009 Multitarget Bearing Only Tracking by Particle Filter A demo illustrating Multitarget BO tracking by particle filter Author: Sebastien Paris Paris, Sebastien

Please uncomment #define max ..... line in the top of the particle_resampling.c file

16 Feb 2009 Heart Model for Valentine's Day This generate a 3D heart surface in Matlab Author: Xin Zhao Paris, Sebastien

17 Dec 2008 EM_MVGM Fast implementation of EM algorithm for multivariate gaussian mixture Author: Sebastien Paris Paris, Sebastien

Have you tried by recompiling as this script below ?

echo on
mex em_ghmm.c
mex -Dbetanormalize forward_backward.c
mex likelihood_mvgm.c
mex ndellipse.c
mex -DranSHR3 sample_ghmm.c
echo off

Never tried on 64 bits system

01 Dec 2008 EM for HMM Multivariate Gaussian processes A fast implementation of the EM Algorithm for HMM Multivariate Gaussian Mixture Author: Sebastien Paris Paris, Sebastien

Please read instructions how to compile mex-files in the top of each *.c files. eg. "mex -setup" and 'mex foo.c"

26 Nov 2008 Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter Author: Sebastien Paris Paris, Sebastien

Ok, I'll update with a mexmefirt.m file for mexfilers beginners

Thx all for comments/ratings

 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com