Dev bug fix
Compare changes
Files
3@@ -2,11 +2,9 @@ package fr.pasteur.ida.zellige;
@@ -2,11 +2,9 @@ package fr.pasteur.ida.zellige;
import fr.pasteur.ida.zellige.surfaceConstruction.construction.constructionRound.FirstRoundConstruction;
import fr.pasteur.ida.zellige.surfaceConstruction.construction.constructionRound.SecondRoundConstruction;
import fr.pasteur.ida.zellige.surfaceConstruction.construction.maximumSelection.SurfacePixelSelection;
@@ -71,10 +69,10 @@ public class ReferenceSurfaceExtraction< T extends RealType< T > & NativeType< T
@@ -71,10 +69,10 @@ public class ReferenceSurfaceExtraction< T extends RealType< T > & NativeType< T
ArrayList< Surface > tempSurfaces = FirstRoundConstruction.run( maximums, constructionParameters[0] );
ArrayList<Surface> finalSurfaces = SecondRoundConstruction.run( tempSurfaces, constructionParameters[1] );
@@ -86,31 +84,6 @@ public class ReferenceSurfaceExtraction< T extends RealType< T > & NativeType< T
@@ -86,31 +84,6 @@ public class ReferenceSurfaceExtraction< T extends RealType< T > & NativeType< T
// ArrayList< Surface > tempSurfaces = FirstRoundConstruction.run( maximums, constructionParameters[0] );
// ArrayList<Surface> finalSurfaces = SecondRoundConstruction.run( tempSurfaces, constructionParameters[1] );