YuanhaoGong / CurvatureFilter

Curvature Filters are efficient solvers for Variational Models
377 stars 106 forks source link

Error in Matlab/BernsteinFilter.m #2

Closed zhangtemplar closed 8 years ago

zhangtemplar commented 8 years ago

In Line 24, "BT3 = im(BT);" should be "BT3 = 7*im(BT);"

YuanhaoGong commented 8 years ago

Thanks a lot for pointing this out! I just fixed this. Cheers!

zhangtemplar commented 8 years ago

@YuanhaoGong you are more than welcomed.