help-octave
[Top][All Lists]
Advanced

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

Zerocrossings in an image


From: Søren Hauberg
Subject: Zerocrossings in an image
Date: Sun, 17 Apr 2005 18:02:02 +0200
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050404)

Hi
Does anybody here know a simple way to find the zerocrossings in an image in Octave?
I usually do something like this (where f is the image (or 2d function))

zerocrossings = bwmorph(f>=0, "remove");

but then I depend on bwmorph which only is octave-forge (which I don't have at school).

Any help would be great,
\Søren



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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