Deblurring of an image using adaptive filter in MATLAB

Sir,

I want to deblurr a blurred image using adaptive filter in matlab. Please help...

Replies

  • Kaustubh Katdare
    Kaustubh Katdare
    Ananyaja Debadipta
    Sir,

    I want to deblurr a blurred image using adaptive filter in matlab. Please help...
    Could you please explain where exactly you're stuck and what issues you are facing?
  • Ananyaja Debadipta
    Ananyaja Debadipta
    Kaustubh Katdare
    Could you please explain where exactly you're stuck and what issues you are facing?
    i am using neural network and do not know how to apply it to an image.
  • gsnsd92
    gsnsd92
    Ananyaja Debadipta
    Sir,

    I want to deblurr a blurred image using adaptive filter in matlab. Please help...
    You can use Cepstrum analysis method method for Deblurring instead of using neural networks .It is a simple algorithm and easily implement on matlab.Here is the link you can find more information on it.
    PDF

You are reading an archived discussion.

Related Posts

GOG formerly known as Good Old Games (owned by CD Projekt RED - The company behind super dope game series 'The Witcher'), is very well known for DRM free games...
With the evolution of new advancements, machines have been taking over the capabilities that were once supposed to be human-specific. Deep learning is a field of Artificial Intelligence that emphasizes...
Why is this program not printing the first element? #include #include #include int main(void) { char names[][5] = { "aadit", "jobs", "mark", }; printf("%s\n",names[0]); getch(); } when...
Google has created a stir in the wearable technology market by announcing Android Wear. Android Wear is a project that will extend Android to the wearable form factor. While Google...