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

조회 수: 11 (최근 30일)
ghada sandoub
ghada sandoub 2019년 5월 28일
답변: Jan 2019년 5월 28일
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

채택된 답변

Jan
Jan 2019년 5월 28일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by