Skip to content

Releases: YuanhaoGong/CurvatureFilter

Faster on Windows

23 Aug 17:55
Compare
Choose a tag to compare

improve the performance on windows
improve the Matlab code

parallel version will come in the next release

CurvatureFilter

24 Oct 07:06
Compare
Choose a tag to compare

ITK version is added
Python version is added
Separate filter and solver into two functions
All codes passed the test on Windows 8
The nonsplit fashion is almost as fast as split fashion on Windows 8 with MSVC compiler


(More filters will be added in next release)
(parallel version will be added in the next release)

curvature filter

17 Oct 01:12
Compare
Choose a tag to compare

The generic filter solver for variational models is added.

curvature filter

07 Sep 13:52
Compare
Choose a tag to compare

Add matlab code;
Add Bernstein Filter;
Add Multiscale scheme;

curvature filters

11 Aug 02:08
Compare
Choose a tag to compare

Gaussian curvature filter
Mean curvature filter
Total Variation filter
Bernstein Filter (minimize mean curvature without Euler scheme, therefore, more efficient and with less numerical error)
Matlab code for GCF and MCF