grayscale class
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user