YuanhaoGong / CurvatureFilter

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

The BF nosplit scheme does not give the same result as split scheme #7

Closed YuanhaoGong closed 7 years ago

YuanhaoGong commented 8 years ago

This is very strange to me, because we use the same scheme to compute the result. But the split scheme gives an expected result (smoothed image), while nosplit scheme generates some artifacts at strong edges. The rest filters don't have this issue. So, I don't know where the artifacts come from.

The noSplit BF filter with 300 iterations gives: cf_nosplit_result The Split BF filter with 300 iterations gives: cf_result