XHBrain / RollingGuidanceFilter

Matlab/Octave toolbox for Rolling Guidance Filter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in this code

haseebhassan opened this issue · comments

Dear Creator,
I am running this code through Matlab 2016a, but I am facing the following error.

Error: File: RollingGuidanceFilter.m Line: 7 Column: 26
Unexpected MATLAB expression.

Error in main (line 16)
result = RollingGuidanceFilter(I, sigma_s, sigma_r, iteration, GaussianPrecision);

Kindly have a look to it.