Rank: 20 based on 5054 downloads (last 30 days) and 30 files submitted
photo

Sebastien Paris

E-mail
Company/University
Universite de la Mediterranee, Laboratoire LSIS/DYNI

Personal Profile:

Professional Interests:
Statistics, Optimization, Machine Learning, Signal Processing, Target Tracking

 

Watch this Author's files

 

Files Posted by Sebastien View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
12 Nov 2009 Published M-Files Face Detection Toolbox Faces detection using Local Binary Patterns and Haar features Author: Sebastien Paris faces detection, lbp, boosting, statistics, images processing, haar 572 6
  • 4.33333
4.3 | 3 ratings
05 Oct 2009 Screenshot inpoly mex file Find points inside or on the border of a polygon Author: Sebastien Paris inside, inpoly, utility, polygon, points, image processing 156 11
  • 5.0
5.0 | 3 ratings
05 Oct 2009 Published M-Files Free Split and Merge Expectation Maximization for MultiVariate Gaussian Mixture FSMEM can estimate MVGM parameters and number of conpounds via split/merge cluster moves Author: Sebastien Paris optimization, mathematics, signal processing 136 0
27 Jul 2009 Published M-Files Multiclass GentleAdaboosting A fast Gentle Adaboost classifier with two kind of weaklearners Author: Sebastien Paris i tired to run mexme_..., howver, optimization, statistics, there has the followi..., mathematics 206 0
27 Jul 2009 Screenshot Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter Author: Sebastien Paris example, particle filter, tutorial, object, particle filter bhatt..., video 355 26
  • 4.83333
4.8 | 6 ratings
Comments and Ratings by Sebastien View all
Updated File Comments Rating
10 Nov 2009 Robust Landmark-Based Audio Fingerprinting A landmark-based Shazam-like audio fingerprinting system. Author: Dan Ellis

Nice application

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

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

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

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

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

Comments and Ratings on Sebastien's Files View all
Updated File Comment by Comments Rating
21 Nov 2009 2D Multiwall model A fast implementation of the Multiwall model Author: Sebastien Paris Sharim, Mohd

Hello Sir,

Can you please explain me for the usage of the .mw* file in MATLAB. Thanks

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

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

i 'm not soo good in matlab implementation but i would like to test this code. can any one help me specialy i have no idea to use .c file with matlab for me this is the first matter.
thank an advance

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

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

to build vcagp2.cpp (used in demo_detector_haar as camera acquisition provider) there are some other tricks
1. create a dummy dxtrans.h which seems to be missing in the SDK:
c:\Program Files\Microsoft SDKs\Windows\v6.0A\Include\dxtrans.h
#define __IDxtCompositor_INTERFACE_DEFINED__
#define __IDxtAlphaSetter_INTERFACE_DEFINED__
#define __IDxtJpeg_INTERFACE_DEFINED__
#define __IDxtKey_INTERFACE_DEFINED__

see: sample from http://www.riseoftheants.com/mmx/faq.htm#mjpegsample

2. some changes in code to be able to compile with VC08 and the current SDK in Win64:

82d81
<
629,630c628
< // pbmi->hInst = (HINSTANCE)GetWindowLong(GetFocus(),GWL_HINSTANCE);
< pbmi->hInst = (HINSTANCE)GetWindowLongPtr(GetFocus(), GWLP_HINSTANCE);
---
> pbmi->hInst = (HINSTANCE)GetWindowLong(GetFocus(),GWL_HINSTANCE);
958c956
< wc.lpfnWndProc =(WNDPROC) WndProc;
---
> wc.lpfnWndProc = WndProc;

Top Tags Applied by Sebastien
statistics, probability, optimization, expectationmaximization, mathematics
Files Tagged by Sebastien View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
12 Nov 2009 Published M-Files Face Detection Toolbox Faces detection using Local Binary Patterns and Haar features Author: Sebastien Paris faces detection, lbp, boosting, statistics, images processing, haar 572 6
  • 4.33333
4.3 | 3 ratings
05 Oct 2009 Screenshot inpoly mex file Find points inside or on the border of a polygon Author: Sebastien Paris inside, inpoly, utility, polygon, points, image processing 156 11
  • 5.0
5.0 | 3 ratings
05 Oct 2009 Published M-Files Free Split and Merge Expectation Maximization for MultiVariate Gaussian Mixture FSMEM can estimate MVGM parameters and number of conpounds via split/merge cluster moves Author: Sebastien Paris optimization, mathematics, signal processing 136 0
27 Jul 2009 Published M-Files Multiclass GentleAdaboosting A fast Gentle Adaboost classifier with two kind of weaklearners Author: Sebastien Paris i tired to run mexme_..., howver, optimization, statistics, there has the followi..., mathematics 206 0
27 Jul 2009 Screenshot Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter Author: Sebastien Paris example, particle filter, tutorial, object, particle filter bhatt..., video 355 26
  • 4.83333
4.8 | 6 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