> I'm trying to run the "Camera Calibration Toolbox for Matlab" > http://www.vision.caltech.edu/bouguetj/calib_doc/ > > One or two gremlins in the works though. > > 1) zoom on; > > In one or two places in the .m there is a statement: > > zoom on; > > which the octave forge (no op) compatibility function does not recognize > > No problem, I've just commented this out, but looking at the > Toolbox instructions I suspect that this is used (under Matlab) to > kind of "pause until right click" -effect. Can anyone tell me if > this is so and suggest a Octave alternative.
The zoom function is inside the plot package of Octave-forge. There is a bug that it is not properly marked as command during installation; I have recently committed this bug report: Date: Sun, 18 Jan 2009 23:48:26 +0100 (CET) From: Petr Mikulik <[email protected]> To: <[email protected]> Subject: [OctDev] bug: missing mark_as_command zoom Package: plot-1.0.6 Description: the (dummy) zoom command is not marked as command Note 1: needed for M. compatibility Note 2: even though zoom.m contains line PKG_ADD mark_as_command zoom the file /opt/octave/octave-3.0.3/share/octave/packages/plot-1.0.6/PKG_ADD is not created > 2) rotate3d on; > > Kind of similar issue to 'zoom on', I've just commented this out > and I can rotate the 3D plots no problem, but would like to know > if I'm missing something when I'm not using this? It seems this dummy function should be added into the plot package. --- PM ------------------------------------------------------------------------------ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
