Skip to content
Snippets Groups Projects
Commit 9bb5885f authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

Code clean up

parent 88645af1
No related branches found
No related tags found
1 merge request!13Dev bug fix
Pipeline #45952 passed
...@@ -92,7 +92,7 @@ public class ReferenceSurfaceExtraction< T extends RealType< T > & NativeType< T ...@@ -92,7 +92,7 @@ public class ReferenceSurfaceExtraction< T extends RealType< T > & NativeType< T
Img< UnsignedShortType > smoothed = interpolated.copy(); Img< UnsignedShortType > smoothed = interpolated.copy();
// ImageJFunctions.show( smoothed, "smoothed" ); // ImageJFunctions.show( smoothed, "smoothed" );
// Second step: smooth the elevation map with gaussian blur // Second step: smooth the elevation map with gaussian blur
// Utils.gaussConvolution( interpolated, smoothed, new double[]{ 1.0, 1.0 } ); Utils.gaussConvolution( interpolated, smoothed, new double[]{ 1.0, 1.0 } );
return smoothed; return smoothed;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment