help-octave
[Top][All Lists]
Advanced

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

Re: Regarding a function which is used in MATLAB


From: Nicholas Jankowski
Subject: Re: Regarding a function which is used in MATLAB
Date: Mon, 13 Feb 2017 10:12:09 -0500

let me know how I can use
deconvolution function in octave id their any alternative function for
that in Octave.

checking the Octave wiki page for the image package [1] deconvwnr is in the list of missing functions.  So at this point there is no direct way to run that function in Octave until someone contributed such a function.

However, a quick search did turn up the description of Wiener deconvolution on Wikipedia [2], with a link to a public domain Octave script hosted in the Wikimedia commons along with an example [3] for blurring and deblurring an image.  I do notice much of the code text appears to be polish, but it may be that this would serve your purpose.  As it is public domain and supposedly already octave compatible, it may serve as a good starting point for an Octave implementation for the image package...

Nick J.

[1] http://wiki.octave.org/Image_package
[2] https://en.wikipedia.org/wiki/Wiener_deconvolution
[3] https://commons.wikimedia.org/wiki/File:Image_restoration_(motion_blur,_Wiener_filtering).png

reply via email to

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