help-octave
[Top][All Lists]
Advanced

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

Re: source code of image processing library


From: Bill Denney
Subject: Re: source code of image processing library
Date: Mon, 21 Jul 2008 22:22:16 -0400
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Abdul Rahman Riza wrote:
How can I see the source code of image processing library in Octave? How can we contribute for its development?
Hi Riza,

Some of the image processing functions are in the main octave distribution, and others are available in octave forge. If you are wanting to contribute to the main octave distribution, you can get the source from http://www.gnu.org/software/octave/download.html (see Development Sources at the bottom of the page), and if you want to get the functions in octave-forge you can get them from http://octave.sourceforge.net/developers.html (see Download the latest octave-forge distribution).

For the main sources, you'll need mercurial, and for octave forge, you'll need subversion. At the moment, someone is working on imread to make it work better and to incorporate it into the main octave distribution (it may already be there), so that is probably not the best function to work on at the moment. In general, if you want to work on a function, just make your changes (be sure to maintain matlab compatibility) and for your first changes submit them to the maintainers list (for octave) or the octave-dev list (for octave-forge).

Happy hacking,

Bill


reply via email to

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