octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: imread/imwrite and other issues


From: Søren Hauberg
Subject: Re: imread/imwrite and other issues
Date: Wed, 30 Jul 2008 21:38:15 +0200

ons, 30 07 2008 kl. 15:24 -0400, skrev Thomas L. Scofield:
> All that leads to the question as to whether there is similar
> documentation explaining the Octave API that I have overlooked.
> Without it, I have been resorting to grep-ping header files to find
> where various methods are declared, and then trying to infer from the
> header what the methods actually do (and grep-ping again to find out
> more about the arguments to these methods).  It's all pretty
> inefficient, and thus far I cannot say I've learned very much that I
> can use.

In general, the C++ API doesn't have detailed documentation. However,
there is a IMHO fairly good chapter on the most important parts of the
API in the manual. Also, instead of grepping the source I often use the
doxygen generated pages at
http://octave.sourceforge.net/doxygen/html/index.html

Søren



reply via email to

[Prev in Thread] Current Thread [Next in Thread]