Rank: 22 based on 7074 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
09 Oct 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 601 4
  • 4.0
4.0 | 2 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 231 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 206 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 273 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 412 26
  • 4.83333
4.8 | 6 ratings
Comments and Ratings by Sebastien View all
Updated File Comments Rating
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.

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

Works fine.

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

Great initiative

Comments and Ratings on Sebastien's Files View all
Updated File Comment by Comments Rating
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;

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

in addition to my prior post:
to build vcapg2.cpp you need to have a current Microsoft DirectX SDK installed...

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

excellent work!

to use it with matlab R2009b x64 on win7pro64 I had to change mexme_fdt.m a little bit:

44c44,46
< lib = ['"' , fullfile(matlabroot , sprintf('extern\\lib\\%s\\microsoft\\libmwblas.lib',computer('arch'))) , '"'];
---
>
> lib = ['"' , fullfile(matlabroot , 'extern\lib\win32\microsoft\libmwblas.lib') , '"'];
>
135c137

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

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
09 Oct 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 601 4
  • 4.0
4.0 | 2 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 231 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 206 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 273 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 412 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