help-octave
[Top][All Lists]
Advanced

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

Re: Octave and Image Processing


From: Abdul Rahman Riza
Subject: Re: Octave and Image Processing
Date: Mon, 30 Jun 2008 16:11:09 +0800

Dear Friends,

I follow instruction from octave tutorial as following

octave:1> I = loadimage ("default.img");
octave:2> S = conv2 (I, ones (5, 5) / 25, "same");
octave:3> [Dx, Dy] = gradient (S);
octave:4>

what next..??

I am a newbie here but I want to input an image, do a simple opreration, display its result and save it.

Anybody can give me a simple example?

Riza
2008/6/27 Søren Hauberg <address@hidden>:
fre, 27 06 2008 kl. 12:55 -0700, skrev Abdul Rahman Riza:
> Anybody can figure out how powerfull octave to tacke image processing
> problem?

A lot of people use Octave for image processing, so I think the answer
is yes :-)
 If you want help you need to ask more specific questions, as nobody
can answer a question that haven't been asked.

Søren



reply via email to

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