grayscale class

This commit is contained in:
2022-06-11 08:33:49 +09:00
parent 397bae85a7
commit 6229b51a79
4 changed files with 42 additions and 1 deletions

View File

@@ -36,7 +36,10 @@ namespace OpenCV
return;
src = new IplImage(fileName);
OpenCVClass Converter = new OpenCVClass();
pictureBoxIpl1.ImageIpl = src;
pictureBoxIpl2.ImageIpl = Converter.GrayScale(src);
}
catch (Exception ex)
{