diff --git a/RunExample.m b/RunExample.m index 5eebb53c4588c0c92815e3fed17d08f5d9e271ea..859c07b46bece7566d631be9a03fccb661ca2edb 100755 --- a/RunExample.m +++ b/RunExample.m @@ -72,8 +72,7 @@ dpr = deproj.from_heightmap( ... close all plot_sizes( dpr ); -% plot_fit_plane( dpr ); -% plot_fit_ellipse( dpr ); -% plot_curvatures( dpr ); - - +plot_fit_plane( dpr ); +plot_fit_ellipse( dpr ); +plot_curvatures( dpr ); +plot_distorsions( dpr );