Added median filter but for some reason it always trigger pointer exceptions

This commit is contained in:
2022-09-14 19:52:34 +02:00
parent 15a69c20ae
commit 6b392ab1e7
5 changed files with 198 additions and 41 deletions
+5 -1
View File
@@ -30,7 +30,11 @@ namespace AgraV2
//I start and stop it so the child can just always use Restart()
Chrono.Start();Chrono.Stop();
}
public virtual void populatePannel()
{
//For the childs to explore
ToolBox.Controls.Clear();
}
public virtual Bitmap[] apply(Bitmap inputBmp)
{
return new Bitmap[] { inputBmp };