Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
02 Sep 2010 PARFOR Progress Monitor A Java progress monitor to track progress through a PARFOR loop running MATLAB® workers Author: Edric Ellis Luke

This is a great little program. However, i also get problems for large loops:

??? No method 'createServer' with matching signature found for class 'ParforProgressMonitor'.

Error in ==> ParforProgMon>ParforProgMon.ParforProgMon at 48
                o.JavaBit = ParforProgressMonitor.createServer( s, n );

02 Sep 2010 COFDM Simulation This simulation simulates coded OFDM using RS Code over wireless channel. Author: Gito Prastomo Lakmali

This is a great model and I have learnt so much from it.

Please be kind enough to send me a description of this model.
lakinad@gmail.com

Thank you so much!

02 Sep 2010 Skin Detection Detects skin by producing a map of "skin-like" pixels within a given image. Author: Gaurav Jain Jain, Gaurav

Hello all,

I'd appreciate it if you can drop a line about the performance of this script for your images, and any cases that you might encounter under which the performance drops down steeply or vice versa.

Or any other functionality you'd like to see. Thanks!

02 Sep 2010 Particle Swarm Optimization Toolbox With Trelea, Common, and Clerc types along with ... Author: Brian Birge Eric

02 Sep 2010 ConvertTDMS (v6) Import a LabView TDMS file into the MATLAB workspace. Author: Robert Lawrence

Works perfectly now!

02 Sep 2010 OpenSURF SURF (Speeded Up Robust Features) image feature point detection / matching, as in SIFT Author: Dirk-Jan Kroon Evgeny

In Example 2 you can write shortly
This 2 rows
D1 = zeros([64 length(Ipts1)]);
for i=1:length(Ipts1), D1(:,i)=Ipts1(i).descriptor; end
Equivalent
D1 = reshape([Ipts1.descriptor],64,[]);

02 Sep 2010 Accurate Eye center location The following code can be used to accurately determine eye center of any image. Author: GAGAN GAGAN

02 Sep 2010 Contrast Enhancement Utilities (Image Equalization, PDF, CDF) Histogram Processing Author: Javier Montoya Matteo

Why no BSD License?

02 Sep 2010 2D Gabor Filter(Ver1,2,3) To design 2D Gabor filter and apply it to image. Author: Ahmad Poursaberi Kovács, György

The function seems useful.
I'd like to ask something, risking to look stupid: Is it correct to assume, that for getting the actual filter (to see how it looks, also I need to use the same filter on thousands of images), it is enough to choose I as a matrix consisting of ones?
Thanks in advance for the help.

02 Sep 2010 Accurate Eye center location The following code can be used to accurately determine eye center of any image. Author: GAGAN GAGAN

A simplistic approach to a complex problem.

02 Sep 2010 WCDMA FDD uplink M-files wcdma mallab M-files and source code Author: ahmed jad elrab Jade

This source code is desperately needed to continue my work. Thank you very much if you can send the code to jadebestcai@yahoo.com. Appreciated!

02 Sep 2010 Continuous Phase Oscillator in Simulink Generate a simple cosine wave in Simulink Author: Rick Rosson siddhu

a good work presented in mathworks..... but i want detailed explanation to it

02 Sep 2010 Fortran 95 Interface to MATLAB API with extras! This is the one you have been waiting for, a clean interface using assumed shape Fortran pointers. Author: James Tursa Lin, Renwen

02 Sep 2010 802.11b PHY Simulink Model Simulink® model of 802.11b baseband physical layer. Author: Stuart McGarrity siddhu

hi this is excellent work... can u give me the exact detailed version of the work ...

02 Sep 2010 Bluetooth voice transmission Bluetooth Voice Transmission Author: Stuart McGarrity siddhu

sir,
this excellent work done by you. but can please give detial description of this model i would like to know about the design and how did u make this model in detail in simulink becoz i am looking for ward this type of models in simulink hope u will reply soon to my email address:siddhu_venki2006@yahoo.co.in or in mathsworks only

02 Sep 2010 OpenSURF SURF (Speeded Up Robust Features) image feature point detection / matching, as in SIFT Author: Dirk-Jan Kroon Kroon, Dirk-Jan

*worker_matlab Ness,
Yes, there is documentation on the website of chrisevansdev.com.

Implementation description in, "Notes on the OpenSURF Library". Also a view papers with reviews of OpenSurf are available there.

02 Sep 2010 OpenSURF SURF (Speeded Up Robust Features) image feature point detection / matching, as in SIFT Author: Dirk-Jan Kroon Ness, worker_matlab

Hello,
 wonderful work, there is a complete documentation?

02 Sep 2010 OpenSURF SURF (Speeded Up Robust Features) image feature point detection / matching, as in SIFT Author: Dirk-Jan Kroon Ness, worker_matlab

02 Sep 2010 Face & eye detection Simple face and eye detection Author: Mustafa UCAK garg, shaila

m making a proj on iris recognition... n m facing probs... so plzz send ur iris recognition code as soon as possible on
shailagarg23@yahoo.com
plzzzzzzzzzzzz send it asap

02 Sep 2010 SPLINEFIT Fit a spline to noisy data. Author: Jonas Lundgren Lundgren, Jonas

Sami, the robust fitting scheme uses weigthed regression where the weights are computed from previous residuals. It is close to the scheme described by John D'Errico in Optimization Tips and Tricks, section 33 (File ID: #8553).

The periodic condition forces endpoint derivatives to be equal. Example: A cubic spline with endpoints x=1 and x=4 (period length 3) satisfies the conditions y(1) = y(4), y'(1) = y'(4) and y"(1) = y"(4). This is perhaps not evident in the code where the B-splines at the endpoints are matched (pairwise) to have the same shape (and the same derivatives).

02 Sep 2010 Analog / Mixed Signal Examples Extensive collection of examples for analog and mixed signal design work. Author: Dick Benson siddhu

thanku its agood work

02 Sep 2010 7 segment display in a Simulink model A given number is transfered to BCD code and with a control block passed to the 7 segment display. Author: Wim Dekkers siddhu

good work ....

02 Sep 2010 PWM generation Another method of PWM generation. Author: Hadeed Sher siddhu

its good work.. new innovation

02 Sep 2010 Flags Flags of some countries in Simulink. Author: Mike Woodward siddhu

good work but i would appreciate more if he adds india flag also....

02 Sep 2010 DICOM Example Files Example DICOM files containing MR images of the brain. Author: Jeff Mather Soni, Gourav Kumar

nice details

01 Sep 2010 Line clipping Line clipping by Cyrus Beck algorithm Author: Chandan Edmonds, Richard

Good stuff, all working. It's also been a nice basis for the development of a 3D cyrus-beck lineclipping function.

Thanks.

01 Sep 2010 spheresegmentvolume Volume of a (hyper)sphere, sphere cap, or any band through a sphere defined by two parallel planes Author: John D'Errico Joel

John, Have not seen teh new submission yet. perhaps it takes the server a while to update?
Best, Joel

01 Sep 2010 ncquiverref Quiver (vector) with a reference vector or color code on map or Cartesian axes. Author: Andrew Roberts Roberts, Andrew

Hi Hamed,

If you have tested using "max" instead of "median" for reftype, or your color vectors are too long, it is easy to adjust the variable "scalelength" to a fraction of its current value in the code. Change line 186 to:
scalelength=X*min(mean(z1(~isnan(z1))),mean(z2(~isnan(z2))));
where 0<X<1.
The main reason you may have to make this manual adjustment is if your vector magnitudes are strongly negatively skewed.

cheers
Andrew

01 Sep 2010 SPLINEFIT Fit a spline to noisy data. Author: Jonas Lundgren Aldalahmeh, Sami

That's a very useful code. Can you please provide some references for the robust spline fit and the periodic condition options?

01 Sep 2010 another TSP solver a simple TSP local minimum solution. code is very short and simple. Author: Yonathan Nativ tingting

Is it possible that your route is not a complete loop? It seems that everything is from the first node to last node, but not looped back.

01 Sep 2010 spheresegmentvolume Volume of a (hyper)sphere, sphere cap, or any band through a sphere defined by two parallel planes Author: John D'Errico Joel

Thanks!

01 Sep 2010 Minimal Bounding Rectangle Minimal bounding rectangle around points in the (x,y) plane Author: John D'Errico m, m

How about the Largest Empty Rectangle?! I seem to have problems designing one!

01 Sep 2010 spheresegmentvolume Volume of a (hyper)sphere, sphere cap, or any band through a sphere defined by two parallel planes Author: John D'Errico D'Errico, John

A bug in the code for odd dimensionality. Sorry about that. The repaired version has been submitted. With the repair made...

>> spheresegmentvolume([.5 1],3,1)/(4/3*pi)
ans =
      0.15625
>> spheresegmentvolume([0 2],1,2)
ans =
     2

01 Sep 2010 spheresegmentvolume Volume of a (hyper)sphere, sphere cap, or any band through a sphere defined by two parallel planes Author: John D'Errico Joel

annother oddity:
spheresegmentvolume([0 2],1,2)
should be 2 but returns 4?

01 Sep 2010 sharedmatrix SHAREDMATRIX Allows 2D full/sparse matrix or 2D cell to be shared between multiple Matlab sessions. Author: Joshua Dillon Dillon, Joshua

If there is interest for a Windows version, I can easily port this code to use boost::interprocess. This would make it platform independent. Please respond if this is something you need.

01 Sep 2010 Efficient subpixel image registration by cross-correlation Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Author: Manuel Guizar b, Nafise

ThX, I did it, hopefully some one answer me.

01 Sep 2010 spheresegmentvolume Volume of a (hyper)sphere, sphere cap, or any band through a sphere defined by two parallel planes Author: John D'Errico Joel

I am struggling with something. I don't want to imply there is a bug in the code but there must be something I am not understanding:
 spheresegmentvolume([.5, 1],3,1) / (4/3*pi)
 0.34375

Should compute the ratio of the volume of the cap from 1/2 the radius vs the whole volume of the sphere in 3D. But a sktech shows pretty clearly there is no way that cap should be near 1/3 of the volume. What am I missing? Perhaps I am misinterpreting the input argument t?

01 Sep 2010 ncquiverref Quiver (vector) with a reference vector or color code on map or Cartesian axes. Author: Andrew Roberts Babazadeh, Hamed Babazadeh

Great code, just a question,

how to scale vector field as it is in quiver command, the default size of vectors is too much for my application.

Thanks

01 Sep 2010 Efficient subpixel image registration by cross-correlation Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Author: Manuel Guizar Sean

Nafise, post your situation/goals, your images, and what you've tried to the newsgroup (http://www.mathworks.com/matlabcentral/newsreader/). From there people can help you.

01 Sep 2010 ConvertTDMS (v6) Import a LabView TDMS file into the MATLAB workspace. Author: Robert Robert

The updated file I submitted 1 SEP 10 should fix the second error that Lawrence encountered. The 27 AUG 10 file fixed the "invalid field name" error which allowed the function to run to the point where it encountered the second error ("reference field of non-structure array"). I was able to test the function with the data file that Lawrence sent me.

01 Sep 2010 Efficient subpixel image registration by cross-correlation Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Author: Manuel Guizar b, Nafise

ThX sean,
I did it, but it is not true, because my image has black regions, and it determines that part with zero pad part.
WHAT SHOULD i DO NOW?!

01 Sep 2010 Efficient subpixel image registration by cross-correlation Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Author: Manuel Guizar Sean

Nafise b, pad your smaller image with zeros so that it is the same size.

01 Sep 2010 tick2text: create easy-to-customize tick labels Changes tick marks to text objects that can be easily customized, maintains customization in zooming Author: Kelly Kearney Kearney, Kelly

C Berry,

I'm not quite sure what you mean when you say it doesn't parse a minus sign; can you give a small example?

01 Sep 2010 Myaa - My Anti-Alias for Matlab Better looking Matlab figures with anti-aliasing! Author: Anders Brun Strenn, stephen

Great tool. However I seem to get the following error for figures larger than, say, 640x480. Any suggestions?

??? Error using ==> conv2
Out of memory. Type HELP MEMORY for your options.

Error in ==> myaa at 198
    mm = myconv(ones(size(self.raw_hires(:,:,1))),kk,'same');

01 Sep 2010 Efficient subpixel image registration by cross-correlation Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Author: Manuel Guizar b, Nafise

Thanks for your code.
I want to work with your code, but I have a problem with it.
In fact, my images are 2 blocks which don't have the same size, and I want to find the best place for small block in the big block.
Something that I got from your code is for your code 2 images have same size.
What should I do now, if I want to use your code for subpixel image registration?

Best regards,
Nafise

01 Sep 2010 Multithreaded mex FDK conebeam CT reconstruction algorithm A multithreaded (Windows) mex implementation of the FDK conebeam CT reconstruction algorithm. Author: Rene Willemink Lasitha

Thanks for this generous help. But, I'm having trouble compiling the files in MalLab 2009. I tried in 2007 too with no luck. Can someone tell me how I should compile these files please? My OS is XP SP3 32-bit.
Thanks.

01 Sep 2010 error_ellipse Plot an error ellipse depicting confidence interval given a covariance matrix. Author: AJ Johnson Fasih, Ahmed

Jenn Risk: just use det(CovMatrix) for area/volume.

M ChC, Volkan Ozturk:
figure; handle(1)=error_ellipse(A); hold on; handle(2)=error_ellipse(B); handle(3)=error_ellipse(C); set(handle(2), 'color','r', 'linestyle',':'); set(handle(3), 'color','k', 'linestyle','--');

01 Sep 2010 Image Measurement Utility Interactive tool allowing the measurement of distances,radii, and angles in images Author: Jan Tolentino, Jason

great program in analyzing TEM images. I wanted to know how difficult is it to save the data because I would like to do size distribution analysis on the saved data.

01 Sep 2010 xml_io_tools Read XML files into MATLAB struct and writes MATLAB data types to XML Author: Jaroslaw Tuszynski Tuszynski, Jaroslaw

Reply to Bree:

Try reading with
  Pref.Str2Num = 'always';
  MyTree1=xml_read('test.xml',Pref);

Default Str2Num preference is 'smart' which does not try to convert strings with more than 10k characters. Occasionally the strings in XML can be VERY large, for example when you have Base64 encoded images in the file. In such cases regexp code I am using can be very slow.

01 Sep 2010 Simple Hashtable - Repackaged Simple hashtable class repackaged in the new matlab class format. Author: Dean Mark Luengo, Cris

The only advantage over a MATLAB standard `struct` is that your keys can have spaces and other non-alphanumeric characters in them. I'm not sure how valuable and important that is. Especially considering you give up the possibility to make it into an array. And I'm assuming the struct scales better with the number of keys.
But the code is well written. :)

Contact us at files@mathworks.com