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

bug fix : wrong refactoring

parent b5e8af5f
No related branches found
No related tags found
1 merge request!9Dev tests
Pipeline #45803 passed
......@@ -135,7 +135,7 @@ public class Util
public static Pixels[][] runPostTreatment( Img< BitType > input, PostTreatmentParameters parameters)
{
PostTreatment postTreatment = new PostTreatment( input, parameters );
PostTreatment postTreatment = new PostTreatment();
postTreatment.process( input, parameters );
return postTreatment.getOutput();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment