[OctDev] Elliptic Integral request

2009-06-18 Thread Stephen Montgomery-Smith
I was wondering if some kind person would add the Carlson forms of the elliptic integrals to octave-forge-gsl. They are already a part of GSL http://www.gnu.org/software/gsl/manual/html_node/Carlson-Forms.html but don't seem to have been carried over to octave-forge-gsl. I looked through the o

Re: [OctDev] Problem with fminunc.m

2009-06-18 Thread Jaroslav Hajek
On Wed, Jun 17, 2009 at 5:40 PM, Philippe Lavoie wrote: > Hi > > > > I'm using a MatLab library to help me with computer vision > (http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4576&objectType=file). > With version 3.0.5, I didn't have any problems with the torr_test_cali

[OctDev] Bug in optim-1.0.6

2009-06-18 Thread Philippe Lavoie
You are correct, I modified the line as you stated and then I did >pkg unload optim I re-ran torr_test_calib_sc and it works. So this should be filed as a bug in the optim-1.0.6 package then? i.e. fminunc works in Core but not in Optim. Phil -Original Message- From: Jaroslav Hajek [ma

Re: [OctDev] dir on Octave 3.2.0 on Vista

2009-06-18 Thread Philippe Lavoie
>Hi, > >I tried to do a 'dir' command on Octave 3.2.0 on Vista, but it crashed > (see below). The same thing seems to work on XP. I localized the problem >to the strftime call in dir.m, but didn't have the time to dig into it >any further. Still being new to Octave, I decided to ask here first >bef

Re: [OctDev] normxcorr2 development

2009-06-18 Thread Travis Collier
Here is a mex normxcorr2 implementation done by Daniel Eaton based on the OpenCV code (stand alone, does not require the library). http://www.cs.ubc.ca/~deaton/remarks_ncc.html I can't vouch for it, but it seems Mr Eaton (whoever he is) knows the math pretty well and likes being helpful. There i

Re: [OctDev] dir on Octave 3.2.0 on Vista

2009-06-18 Thread Koen Vermeer
On Wed, 17 Jun 2009 22:27:11 +0200 Benjamin Lindner wrote > Koen Vermeer wrote: > > I tried to do a 'dir' command on Octave 3.2.0 on Vista, but it crashed > > (see below). The same thing seems to work on XP. I localized the problem > > to the strftime call in dir.m, but didn't have the time to di