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
+1
View File
@@ -49,6 +49,7 @@
<ItemGroup>
<Compile Include="Effect.cs" />
<Compile Include="EffectGrayScale.cs" />
<Compile Include="EffectMedianFilter.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>