NIE METHOD WITH CUBIC B-SPLINE FILTER

3 views (last 30 days)
metin
metin on 5 Jan 2015
Commented: metin on 6 Jan 2015
blurred image was supposed to spend the cubic b-separator filter. Is there anyone that can help me. How to pour the MATLAB algorithm code from the image

Answers (2)

Image Analyst
Image Analyst on 5 Jan 2015
What is the "NIE" method? And what do you mean by "spend"? And there is no way you can pour code from an image - you can pour water from a glass, but not code from an image.
To blur an image you can use conv2() or imfilter().
To do bicubic interpolation you can use imresize().
  1 Comment
metin
metin on 6 Jan 2015
NIE = nonlinear enhancement How do I put a blurry image of the b-spline filter?
What is the cubic B-spline filter

Sign in to comment.


metin
metin on 6 Jan 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!