Added median filter but for some reason it always trigger pointer exceptions
This commit is contained in:
+5
-1
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user