| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 21 Nov 2009 | 2D Multiwall model A fast implementation of the Multiwall model | 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 | 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 | 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.
|
|
| 04 Nov 2009 | Face Detection Toolbox Faces detection using Local Binary Patterns and Haar features | Paris, Sebastien | Thanks you Soeren for these indications and comments.
Sébastien |
|
| 04 Nov 2009 | Face Detection Toolbox Faces detection using Local Binary Patterns and Haar features | Sproessig, Soeren | to build vcagp2.cpp (used in demo_detector_haar as camera acquisition provider) there are some other tricks
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
|
|
| 04 Nov 2009 | Face Detection Toolbox Faces detection using Local Binary Patterns and Haar features | Sproessig, Soeren | in addition to my prior post:
|
|
| 04 Nov 2009 | Face Detection Toolbox Faces detection using Local Binary Patterns and Haar features | 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
|
|
| 04 Nov 2009 | Face Detection Toolbox Faces detection using Local Binary Patterns and Haar features | Sproessig, Soeren | ||
| 07 Oct 2009 | inpoly mex file Find points inside or on the border of a polygon | Billard, Nicolas | Very good function used on my project. Thanks. |
|
| 03 Oct 2009 | inpoly mex file Find points inside or on the border of a polygon | Paris, Sebastien | You are right, I'll upload a version with argument checking. Thanks |
|
| 02 Oct 2009 | inpoly mex file Find points inside or on the border of a polygon | Kua, John | Thanks! This has been very useful on a number of projects! One problem - the function does not handle an empty input array of [2 x 0] and crashes MATLAB. Adding a check of the input dimensionality with a warning if the input is empty and perhaps returning an empty array would be nice. |
|
| 10 Sep 2009 | 2D Multiwall model A fast implementation of the Multiwall model | Sharim, Mohd | Hello Mr. Sebastien Paris, Thank you for your help regarding to my last question. Now I need your help to study path loss characteristic in 2D database. Here I got a 2D database. When I tried to load the database base using 'imread' command and then load the file in your multiwall model, MATLAB unable to load the file. So, if you have any idea regarding to this post, please help me Sir. Thank You, Sincerely Yours, Sharim |
|
| 05 Sep 2009 | Face Detection Toolbox Faces detection using Local Binary Patterns and Haar features | Rakesh, Bodla | ||
| 03 Sep 2009 | Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter | 4, Hong | I found a paper relates to this subject:
|
|
| 03 Sep 2009 | Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter | 4, Hong | I found a paper relates to this subject:
|
|
| 01 Sep 2009 | 2D Multiwall model A fast implementation of the Multiwall model | Paris, Sebastien | Please open the *.c file and find the quoted reference. |
|
| 31 Aug 2009 | 2D Multiwall model A fast implementation of the Multiwall model | Sharim, Mohd | Hello Mr. Sebatien Paris, I'm interested with the 2D Multiwall Model. Here Im just curious about the reference value and power factor decay that you used. May I know which propagation model that you referred for both of the values. Thank You, sincerely Yours, Sharim |
|
| 30 Aug 2009 | Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter | Zhao, Yong | thanks for you sharing, I'll study and discuss with all of you. |
|
| 19 Aug 2009 | Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter | Janayna | did you use any paper to implement the particle filter?
|
|
| 25 Jul 2009 | 2D Multiwall model A fast implementation of the Multiwall model | 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 | Paris, Sebastien | Yes it should |
|
| 23 Jul 2009 | 2D Multiwall model A fast implementation of the Multiwall model | Bing | Hello,
Error in ==> test_multiwall_model at 27
pls help,thank u |
|
| 18 Jul 2009 | Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter | Chu, Fang-I | can i ask if i want to track a moving object under grayscale, what is it different from color tracking?
|
|
| 07 Jul 2009 | Multi-Knapsack solver Multi-Knapsack solver by two stochastic optimizer : CEM & BK algorithms | Garrett | I'm looking for a 0/1 knapsack solver that can deal with multiple constraints. Can this program do that? |
|
| 19 Jun 2009 | Multitarget Bearing Only Tracking by Particle Filter A demo illustrating Multitarget BO tracking by particle filter | Gao, Tao | Thank you very much! The problem has been solved. |
|
| 19 Jun 2009 | Multitarget Bearing Only Tracking by Particle Filter A demo illustrating Multitarget BO tracking by particle filter | 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 | Paris, Sebastien | Yes it should |
|
| 18 Jun 2009 | Multitarget Bearing Only Tracking by Particle Filter A demo illustrating Multitarget BO tracking by particle filter | Gao, Tao | There is something wrong with poisrnd.c:
what is "ignpoi" mean? How to define it? |
|
| 18 Jun 2009 | Multi-Knapsack solver Multi-Knapsack solver by two stochastic optimizer : CEM & BK algorithms | Du, dhuan | Is this knapsack solver able to deal with coninuous cost value? Thanks |
|
| 17 Jun 2009 | Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter | guo, yasong | i have solve it now!thank you for your codes .wonderful!thank you!!! |
|
| 05 May 2009 | WiFi RSSI with NDIS protocole List Wifi devices and retrieve RSSI values of the signal | 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 | Weber, Mark | Hello, thank you for your help. I compiled it with a new Matlab and it is working fine now. But one problem again: How can I see which AP (Mac-Address) has which RSSI values? At the moment I only get RSSI values as I specified but I do not knwo from which AP? Is it possible to get something like this:
Thank you for you help in advance again.
|
|
| 05 May 2009 | WiFi RSSI with NDIS protocole List Wifi devices and retrieve RSSI values of the signal | 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 |
|
| 04 May 2009 | WiFi RSSI with NDIS protocole List Wifi devices and retrieve RSSI values of the signal | Weber, Mark | Hello Mr. Paris, very nice idea your WifiRSSI. But i have a problem using it. Here my setup: Matlab R2007b and WindowsXP SP3. The driver can be started successfully:
But if I use your examples like
I get errors:
Recompiling is very difficult because VS 2008 is installed on my system. Maybe you have an idea? The right workspace is selected with wifiRSSI.dll and wifidevice.dll in it. Thanks for your help in advance. BR Mark Weber |
|
| 25 Mar 2009 | inpoly mex file Find points inside or on the border of a polygon | Paris, Sebastien | Please give me an example of this bahaviour. |
|
| 25 Mar 2009 | inpoly mex file Find points inside or on the border of a polygon | Saleh, Korea Univ | some points are on the edges of the polygon and the function can not detect that. what is the reason? |
|
| 25 Mar 2009 | 2D Multiwall model A fast implementation of the Multiwall model | 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. |
|
| 22 Mar 2009 | 2D Multiwall model A fast implementation of the Multiwall model | sulaiman, sas | hi
so thanks. |
|
| 22 Mar 2009 | inpoly mex file Find points inside or on the border of a polygon | ÁÔ, USTC | it sounds like inpoltgon. |
|
| 19 Mar 2009 | inpoly mex file Find points inside or on the border of a polygon | Giaccari, Luigi | Very fast!!! well done. I thing I found an error in the demo file:
|
|
| 19 Mar 2009 | inpoly mex file Find points inside or on the border of a polygon | Podt, Martin | Very useful. On the examples I have tested, the current mex version of inpoly is about 2 times faster than the *.m file. |
|
| 09 Mar 2009 | Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter | Paris, Sebastien | Ok, you can replace the aviread function with the new one 'mmreader' to read avi files. |
|
| 08 Mar 2009 | Particle Filter Color Tracker Tracking an object in a video with a Color Particle Filter | M | I get the following error on Windows Vista (64-bit) and MATLAB R2008b. Can anyone assist? ??? Error using ==> aviread at 76
Error in ==> test_pf_colortracker at 196
PS: I tried installing CINEPAK, but it didnt work! :( |
|
| 08 Mar 2009 | Multitarget Bearing Only Tracking by Particle Filter A demo illustrating Multitarget BO tracking by particle filter | Zhou, Cong | I also add :"#define max(a,b) ( (a) >= (b) ? (a) : (b) ) " to part_moment.c
|
|
| 07 Mar 2009 | Multitarget Bearing Only Tracking by Particle Filter A demo illustrating Multitarget BO tracking by particle filter | Paris, Sebastien | Please uncomment #define max ..... line in the top of the particle_resampling.c file |
|
| 07 Mar 2009 | Multitarget Bearing Only Tracking by Particle Filter A demo illustrating Multitarget BO tracking by particle filter | Zhou, Cong | when I run mexmeFIRST , I find this error :
why this happens?
|
|
| 24 Jan 2009 | Multitarget Bearing Only Tracking by Particle Filter A demo illustrating Multitarget BO tracking by particle filter | Sunat, Khamron | The correct reference is
|
|
| 28 Dec 2008 | EM for HMM Multivariate Gaussian processes A fast implementation of the EM Algorithm for HMM Multivariate Gaussian Mixture | linghua, wang | ||
| 17 Dec 2008 | EM_MVGM Fast implementation of EM algorithm for multivariate gaussian mixture | Florian | Hi, thank you very much for the fast reply! Unfortunately I still get NaNs in all elements of the em_ghmm results (command: [logl , PIest , Aest , Mest , Sest] = em_ghmm(Ztrain , PI0 , A0 , M0 , S0 , options);). Maybe these information are also useful:
#define max(a,b) ( (a) >= (b) ? (a) : (b) ) in some of the files (also in em_ghmm.c) to overcome the error undefined reference to `max' With this addition, everything compiles fine, with a warning when I compile ndellipse.c: ndellipse.c:138: warning: assignment discards qualifiers from pointer target type
But as far I can see, the ndellipse function is not used until the first call of em_ghmm in the fest file test_em_ghmm.m. |
|
| 17 Dec 2008 | EM_MVGM Fast implementation of EM algorithm for multivariate gaussian mixture | Paris, Sebastien | Have you tried by recompiling as this script below ? echo on
Never tried on 64 bits system |
|
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