how to apply gaussian filter on images of type double in Matlab?

11 vues (au cours des 30 derniers jours)
ghada sandoub
ghada sandoub le 28 Mai 2019
Réponse apportée : Jan le 28 Mai 2019
I have an image of type double and when i apply gaussian filter using built_in function ( gaussian = imgaussfilt(image);) ,I found this error " Undefined function 'imgaussfilt' for input arguments of type 'double'."
does anyone know how to apply gaussian filter on this image??
Note: I'm using Matlab 2013a

Réponse acceptée

Jan
Jan le 28 Mai 2019
The error message means, that the function imgaussfilt is not found. Either you did not install the Image Processing Toolbox or have no active license for it. The solution is to install this toolbox.

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by