inversion, binary

This commit is contained in:
2022-06-11 08:51:46 +09:00
parent 6229b51a79
commit 0b574b7342
2 changed files with 22 additions and 1 deletions

View File

@@ -39,7 +39,8 @@ namespace OpenCV
OpenCVClass Converter = new OpenCVClass();
pictureBoxIpl1.ImageIpl = src;
pictureBoxIpl2.ImageIpl = Converter.GrayScale(src);
//pictureBoxIpl2.ImageIpl = Converter.InversionImage(src);
pictureBoxIpl2.ImageIpl = Converter.Binary(src);
}
catch (Exception ex)
{