HI I AM FACING PROBLEM WITH GUIDED FILTER OPERATION. CAN ANY ONE SOLVE IT

I = imread('baboon.jpg');
Imsmooth = imguidedfilter(I)
imshow(Imsmooth)
IT RESULTS FOR AS UNDEFINED OPERATOR IN MATLAB BUT WHEN I SURF IN NET THERE IS FUNCTION LIKE THAT
PLEASE HELP ME WITH THIS ISSUE

3 Comments

Imguidedfilter is not a MATLAB command! is it? It's probably a function you made, that has a filter design in it and applies the filter to the image 'I' and .... If so, then don't you think it would be more helpful to share the imguidedfilter code? tnx
imguidedfilter is a command provided by the Image Procesing Toolbox. I am not sure, but somehow remember that it became introduced with the 2014a MATLAB version. Which version are you running, and do you have the IPT?
I doubt that SRI will answer after 10 months, but he should have included the complete error message. As it is, there's little clue as to what's wrong and I think the best guess is that he is using a version before that function was introduced.

Sign in to comment.

Answers (0)

Asked:

SRI
on 12 Mar 2014

Commented:

on 24 Jan 2015

Community Treasure Hunt

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

Start Hunting!