Undefined function 'imgaussfilt' for input arguments of type 'uint8'.

21 vues (au cours des 30 derniers jours)
Isra Zaitoun
Isra Zaitoun le 18 Août 2015
Commenté : Walter Roberson le 29 Août 2015
this is the code, using matlab 2013b
>> I= imread('cameraman.tif');
>> Iblur1 = imgaussfilt(I,2);
Undefined function 'imgaussfilt' for input arguments of type
'uint8'.
i do not know where is the problem

Réponses (1)

Walter Roberson
Walter Roberson le 18 Août 2015
  2 commentaires
Isra Zaitoun
Isra Zaitoun le 29 Août 2015
thank you for replying but the problem not solved, i use matlab 2013 b
Walter Roberson
Walter Roberson le 29 Août 2015
As I pointed out, imgaussfilt was introduced in R2015a. Therefore it did not exist in R2013b. There is no imgaussfilt available for R2013b unless you care to write your own routine by that name.
Solution: you should upgrade your MATLAB.

Connectez-vous pour commenter.

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by